JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-01-25T05:26:29.690Z||main|||||INFO|500||The following profiles are active: basic 2023-01-25T05:26:51.397Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-25T05:26:51.402Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-25T05:26:51.658Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-25T05:26:57.890Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-25T05:26:58.415Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-25T05:26:59.202Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-25T05:26:59.576Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-25T05:27:00.449Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-25T05:27:03.344Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-25T05:27:04.264Z||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-01-25T05:27:10.938Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-25T05:27:11.315Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-25T05:27:11.338Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-25T05:27:11.387Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-25T05:27:13.390Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-25T05:27:14.031Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-25T05:27:15.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-25T05:27:15.938Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.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.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) 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.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) 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.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-01-25T05:27:15.938Z||main|||||WARN|500||The sdc end point is not alive 2023-01-25T05:27:19.853Z||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-01-25T05:27:24.509Z||main|||||WARN|500||--- 2023-01-25T05:27:24.509Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-25T05:27:24.509Z||main|||||WARN|500||--- 2023-01-25T05:27:24.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-25T05:27:32.599Z||main|||||INFO|500||Started Application in 69.308 seconds (JVM running for 74.851) 2023-01-25T05:27:32.662Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-25T05:27:32.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-25T05:27:32.688Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-25T05:27:32.802Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7e3a4096-05ac-4f0a-a1bb-a4c94c458ee9 url= /sdc/v1/artifactTypes 2023-01-25T05:27:32.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-25T05:27:33.192Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-25T05:27:33.259Z||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-01-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5539d513-2dd5-4f20-b71c-2bdeed2c45ec url= /sdc/v1/distributionKafkaData 2023-01-25T05:27:33.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-25T05:27:33.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-25T05:27:33.286Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@60cc56ce 2023-01-25T05:27:33.437Z||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-3f5d594d-2567-4505-8ab1-fb64d309b686 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-01-25T05:27:33.525Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Instantiated an idempotent producer. 2023-01-25T05:27:33.642Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-25T05:27:33.727Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453723 2023-01-25T05:27:33.764Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-25T05:27:33.807Z||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-8a9f6b6a-10bc-41fc-a219-e095ce7e6730 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-01-25T05:27:33.923Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.924Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.926Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453923 2023-01-25T05:27:33.929Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:27:33.934Z||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-0f3f20e7-cf18-47b0-8981-2ac225b07d24 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-01-25T05:27:33.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:27:33.947Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.952Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.960Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453947 2023-01-25T05:27:33.963Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:27:33.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:27:33.977Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-25T05:27:35.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.148Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.149Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.158Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.159Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.158Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] ProducerId set to 2003 with epoch 0 2023-01-25T05:27:35.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-25T05:27:35.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-25T05:27:35.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group 2023-01-25T05:27:35.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group 2023-01-25T05:27:35.306Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87 2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:35.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd 2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group 2023-01-25T05:27:35.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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-01-25T05:27:35.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group 2023-01-25T05:27:41.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'} 2023-01-25T05:27:41.320Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'} 2023-01-25T05:27:41.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.504Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-01-25T05:27:41.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'} 2023-01-25T05:27:41.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-01-25T05:27:41.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'} 2023-01-25T05:27:41.544Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.545Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-25T05:27:41.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-25T05:27:41.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-25T05:27:41.575Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-25T05:27:41.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-25T05:27:41.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-25T05:27:41.587Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-25T05:27:41.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-25T05:27:41.595Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-25T05:27:41.596Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-25T05:27:41.655Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.663Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:27:41.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.759Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:27:41.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-01-25T05:28:33.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:28:33.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:29:33.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:29:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:30:33.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:30:33.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:31:33.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:31:33.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:32:33.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:32:33.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:33:33.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:33:33.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:34:33.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:34:33.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:35:33.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:35:33.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:36:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:36:33.991Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:36:35.240Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Node -1 disconnected. 2023-01-25T05:36:35.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Node -1 disconnected. 2023-01-25T05:36:35.458Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Node -1 disconnected. 2023-01-25T05:37:15.009Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-25T05:37:33.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:37:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:38:33.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:38:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:39:33.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:39:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:40:33.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:40:33.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:41:33.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:41:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:42:33.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:42:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:43:33.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:43:33.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:44:33.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:44:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:45:33.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:45:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:46:33.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:46:34.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:47:34.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:47:34.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:48:34.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:48:34.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:49:34.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:49:34.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:50:34.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:50:34.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:51:34.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:51:34.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:52:34.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:52:34.010Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:53:34.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:53:34.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:54:34.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:54:34.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:55:34.014Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:55:34.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:56:34.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:56:34.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:57:34.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:57:34.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:58:34.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:58:34.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:59:34.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:59:34.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:00:34.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:00:34.023Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:01:34.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:01:34.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:02:34.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:02:34.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:03:34.028Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:03:34.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:04:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:04:34.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:05:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:05:34.031Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:06:34.032Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:06:34.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:07:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:07:34.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:08:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:08:34.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:09:34.035Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:09:34.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:10:34.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:10:34.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:11:34.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:11:34.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:12:34.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:12:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:13:34.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:13:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:14:34.043Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:14:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:15:34.045Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:15:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:16:34.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:16:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:17:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:17:34.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:18:34.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:18:34.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:19:34.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:19:34.054Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:20:34.055Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:20:34.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:21:34.056Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:21:34.057Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:22:34.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:22:34.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:23:34.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:23:34.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:24:34.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:24:34.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:25:34.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:25:34.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:26:34.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:26:34.066Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:27:34.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:27:34.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:28:34.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:28:34.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:29:34.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:29:34.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:30:34.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:30:34.083Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:31:34.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:31:34.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:32:34.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:32:34.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:33:34.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:33:34.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:34:34.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:34:34.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:35:34.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:35:34.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:36:34.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:36:34.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:37:34.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:37:34.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:38:34.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:38:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:39:34.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:39:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:40:34.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:40:34.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:41:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:41:34.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:42:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:42:34.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:43:34.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:43:34.118Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:44:34.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:44:34.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:45:34.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:45:34.121Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:46:34.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:46:34.122Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:47:34.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:47:34.122Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:48:34.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:48:34.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:49:34.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:49:34.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:50:34.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:50:34.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:51:34.110Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:51:34.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:52:34.111Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:52:34.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:53:34.112Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:53:34.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:54:34.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:54:34.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:55:34.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:55:34.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:56:34.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:56:34.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:57:34.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:57:34.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:58:34.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:58:34.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:59:34.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:59:34.135Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:00:34.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:00:34.135Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:01:34.128Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:01:34.136Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:02:34.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:02:34.137Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:03:34.132Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:03:34.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:04:34.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:04:34.138Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:05:34.135Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:05:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:06:34.136Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:06:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:07:34.138Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:07:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:08:34.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:08:34.140Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:09:34.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:09:34.141Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:10:34.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:10:34.143Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:11:34.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:11:34.147Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:12:34.143Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:12:34.149Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:13:34.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:13:34.149Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:14:34.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:14:34.149Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:15:34.149Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:15:34.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:16:34.149Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:16:34.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:17:34.151Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:17:34.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:18:34.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:18:34.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:19:34.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:19:34.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:20:34.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:20:34.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:21:34.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:34.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:21:49.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-25T07:21:49.711Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ed59d39a-2627-4441-a9ef-33f99d8bb8b3","serviceName":"vFW 2023-01-25 07-20-51","serviceVersion":"1.0","serviceUUID":"6191fcda-2829-49d0-8b81-b7e19ba4dad2","serviceDescription":"catalog service description","serviceInvariantUUID":"42d3f869-60f8-44b0-9073-8881d2fffb8e","resources":[{"resourceInstanceName":"vFW 96431bb6-b5ee 0","resourceName":"vFW 96431bb6-b5ee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ed0052a-b7f6-4081-a0a4-48479e243174","resourceInvariantUUID":"6e4524db-7b1a-4d5a-b277-de57b5d95004","resourceCustomizationUUID":"4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml","artifactChecksum":"ODA2ZDcxYjU2NTI5NmJmZjc1MDFlN2JiZjZmMDUwNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8695c9a6-9028-4524-b96a-023ef621040a","artifactVersion":"1"},{"artifactName":"vfw96431bb6b5ee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json","artifactChecksum":"NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a05da28-153e-4ed3-ae99-cb6db2ca35f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml","artifactChecksum":"NGE4ZmUwZTk3MmFiZjU1NDNkOTVmMGI2NmNlOGVhNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ddc3abd9-d6e5-4d0a-bf63-ee8769c5a9e2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5a88564-af55-446f-9c35-23c5914b91f5","artifactVersion":"2","generatedFromUUID":"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230125072051-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml","artifactChecksum":"MzgwYjhmMjg0ZmUyNmE5MmZjYWMyM2FhMWZiODU4Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55720414-561d-4fae-8920-16d6eccbb67a","artifactVersion":"1"},{"artifactName":"service-Vfw20230125072051-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar","artifactChecksum":"NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"049cbc8e-b832-4aa2-b01e-70238a07046f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T07:21:49.730Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:49.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:49.743Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:49.743Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:49.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.754Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T07:21:49.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:21:49.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:21:49.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:21:50.785Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:50.786Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:50.786Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:50.786Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:51.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:51.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:51.789Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:51.789Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:52.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:52.793Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:52.793Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:52.794Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:53.797Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:53.798Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:53.799Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:53.799Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:54.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:54.801Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:54.801Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:54.802Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:55.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:21:55.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:55.804Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:55.804Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:56.807Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "serviceName": "vFW 2023-01-25 07-20-51", "serviceVersion": "1.0", "serviceUUID": "6191fcda-2829-49d0-8b81-b7e19ba4dad2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "42d3f869-60f8-44b0-9073-8881d2fffb8e", "resources": [ { "resourceInstanceName": "vFW 96431bb6-b5ee 0", "resourceCustomizationUUID": "4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05", "resourceName": "vFW 96431bb6-b5ee", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8ed0052a-b7f6-4081-a0a4-48479e243174", "resourceInvariantUUID": "6e4524db-7b1a-4d5a-b277-de57b5d95004", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw96431bb6b5ee0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "artifactChecksum": "NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a05da28-153e-4ed3-ae99-cb6db2ca35f3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5a88564-af55-446f-9c35-23c5914b91f5", "generatedFromUUID": "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5a88564-af55-446f-9c35-23c5914b91f5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230125072051-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "artifactChecksum": "NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "049cbc8e-b832-4aa2-b01e-70238a07046f" } ], "workloadContext": "Production" } 2023-01-25T07:21:56.808Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T07:21:56.809Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6191fcda-2829-49d0-8b81-b7e19ba4dad2 ASDC 2023-01-25T07:21:57.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ed59d39a-2627-4441-a9ef-33f99d8bb8b3 ServiceName:vFW 2023-01-25 07-20-51 ServiceVersion:1.0 ServiceUUID:6191fcda-2829-49d0-8b81-b7e19ba4dad2 ServiceInvariantUUID:42d3f869-60f8-44b0-9073-8881d2fffb8e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230125072051-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar ArtifactUUID:049cbc8e-b832-4aa2-b01e-70238a07046f ArtifactChecksum:NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 96431bb6-b5ee 0 ResourceCustomizationUUID:4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 ResourceInvariantUUID:6e4524db-7b1a-4d5a-b277-de57b5d95004 ResourceName:vFW 96431bb6-b5ee ResourceType:VF ResourceUUID:8ed0052a-b7f6-4081-a0a4-48479e243174 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw96431bb6b5ee0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json ArtifactUUID:3a05da28-153e-4ed3-ae99-cb6db2ca35f3 ArtifactChecksum:NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY= 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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml ArtifactUUID:fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ArtifactUUID:d5a88564-af55-446f-9c35-23c5914b91f5 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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ArtifactUUID:d5a88564-af55-446f-9c35-23c5914b91f5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T07:21:57.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6191fcda-2829-49d0-8b81-b7e19ba4dad2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T07:21:57.305Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T07:21:57.306Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 049cbc8e-b832-4aa2-b01e-70238a07046f from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:21:57.310Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:57.418Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:21:57.442Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 049cbc8e-b832-4aa2-b01e-70238a07046f 101523 2023-01-25T07:21:57.443Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar ASDC sendASDCNotification 2023-01-25T07:21:57.444Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:57.444Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631317443, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:21:58.448Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T07:21:58.449Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:21:58.450Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 049cbc8e-b832-4aa2-b01e-70238a07046f, URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar to file: /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:58.451Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230125072051-csar.csar 2023-01-25T07:21:58.571Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:58.572Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:21:59.430Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14156557959169297014/Definitions/service-Vfw20230125072051-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-25T07:22:03.092Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T07:22:03.098Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 96431bb6-b5ee 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-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:03.103Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-25T07:22:03.134Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.137Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.142Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:03.143Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-25T07:22:03.145Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T07:22:03.147Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.147Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.148Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:03.148Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-25T07:22:03.149Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T07:22:03.149Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.150Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.154Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.154Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:03.155Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:03.155Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.157Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-25T07:22:03.157Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:03.158Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-25T07:22:03.158Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-25T07:22:03.160Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.160Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.162Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T07:22:03.164Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.164Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:03.165Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:03.165Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.166Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:03.166Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:03.168Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.168Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:03.170Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-25T07:22:03.170Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-25T07:22:03.172Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.172Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-25T07:22:03.173Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.173Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc4a6296-250a-4e3a-9987-58b6bdb3af1b 2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.176Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.176Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-25T07:22:03.178Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.178Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-25T07:22:03.179Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.179Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f29e491-3797-485b-9ab1-64c7345e9bfc 2023-01-25T07:22:03.180Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.180Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.182Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.182Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-25T07:22:03.184Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-25T07:22:03.184Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:03.185Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:03.185Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-25T07:22:03.186Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77094566-f884-4d9a-8ac3-00f25528303f 2023-01-25T07:22:03.186Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.188Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.188Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-25 07-20-51 Description:catalog service description Model UUID:6191fcda-2829-49d0-8b81-b7e19ba4dad2 Model Version:NULL Model InvariantUuid:42d3f869-60f8-44b0-9073-8881d2fffb8e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 96431bb6-b5ee Model UUID:501bead4-bffc-48b1-bffb-7c2a9ce84de5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6e4524db-7b1a-4d5a-b277-de57b5d95004 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:64edd416-2c65-44d1-b877-9e8b874ab809 ModelName:Vfw96431bb6B5ee..base_vfw..module-0 ModelUuid:75bf7d5d-9216-43b4-a66d-b7e055a986c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc4a6296-250a-4e3a-9987-58b6bdb3af1b ModelInvariantUuid:23b0f2f6-9ac7-4535-8804-1f76261a93ed ModelName:vFW 96431bb6-b5ee-nodes.vfwCvfc ModelUuid:aff439a9-53bf-4a0a-aea9-90a2721a826c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:80df378f-6d3c-4f59-9e99-b7b003495cc5 ModelInvariantUuid:aa70eaf4-e90b-4380-9dc4-b82c561965bd ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vfw ModelUuid:dce0485a-57cc-4d74-b9d7-bf429011b97f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7f29e491-3797-485b-9ab1-64c7345e9bfc ModelInvariantUuid:23452996-7901-4e9f-9c66-f78d9eba0b6d ModelName:vFW 96431bb6-b5ee-nodes.vsnCvfc ModelUuid:3fb78658-5384-4587-bbda-44cdb7fd786d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7a51f634-4d76-4cb5-b3a9-b86eb176e525 ModelInvariantUuid:f38f87cf-065d-4c29-967e-294916d9f638 ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vsn ModelUuid:df58e9f7-4c90-4a4d-bc9c-151487a355f1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:77094566-f884-4d9a-8ac3-00f25528303f ModelInvariantUuid:647e4c83-9365-4555-9ccc-f7553c64dea0 ModelName:vFW 96431bb6-b5ee-nodes.vpgCvfc ModelUuid:f5f1b2a0-3e97-491f-a572-367f30d89789 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:59645bfe-1994-4efc-baac-cd47de472246 ModelInvariantUuid:d6cc6cc7-a0a6-45c0-a509-09e9be2e26c7 ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vpg ModelUuid:f63d7644-8bc2-4e2e-8f27-f867848b872d 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-01-25T07:22:03.219Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ed0052a-b7f6-4081-a0a4-48479e243174 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T07:22:03.334Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||vFW 96431bb6-b5ee 0 2023-01-25T07:22:03.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ed0052a-b7f6-4081-a0a4-48479e243174 2023-01-25T07:22:03.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a05da28-153e-4ed3-ae99-cb6db2ca35f3 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 2023-01-25T07:22:03.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:22:03.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 2023-01-25T07:22:03.396Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:22:03.397Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 3a05da28-153e-4ed3-ae99-cb6db2ca35f3 785 2023-01-25T07:22:03.397Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json ASDC sendASDCNotification 2023-01-25T07:22:03.398Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 2023-01-25T07:22:03.398Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631323397, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:04.403Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw96431bb6B5ee..base_vfw..module-0", "vfModuleModelInvariantUUID": "64edd416-2c65-44d1-b877-9e8b874ab809", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75bf7d5d-9216-43b4-a66d-b7e055a986c2", "vfModuleModelCustomizationUUID": "36e80469-2bc9-4fe4-9371-12d6edd294a5", "isBase": true, "artifacts": [ "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6", "d5a88564-af55-446f-9c35-23c5914b91f5" ], "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-01-25T07:22:04.420Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw96431bb6B5ee..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75bf7d5d-9216-43b4-a66d-b7e055a986c2 VfModuleModelInvariantUUID:64edd416-2c65-44d1-b877-9e8b874ab809 VfModuleModelDescription:NULL Artifacts UUID List:{ fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 , d5a88564-af55-446f-9c35-23c5914b91f5 } 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-01-25T07:22:04.423Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw96431bb6B5ee..base_vfw..module-0", "vfModuleModelInvariantUUID": "64edd416-2c65-44d1-b877-9e8b874ab809", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75bf7d5d-9216-43b4-a66d-b7e055a986c2", "vfModuleModelCustomizationUUID": "36e80469-2bc9-4fe4-9371-12d6edd294a5", "isBase": true, "artifacts": [ "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6", "d5a88564-af55-446f-9c35-23c5914b91f5" ], "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-01-25T07:22:04.424Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw96431bb6B5ee..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75bf7d5d-9216-43b4-a66d-b7e055a986c2 VfModuleModelInvariantUUID:64edd416-2c65-44d1-b877-9e8b874ab809 VfModuleModelDescription:NULL Artifacts UUID List:{ fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 , d5a88564-af55-446f-9c35-23c5914b91f5 } 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-01-25T07:22:04.424Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml 2023-01-25T07:22:04.425Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:22:04.425Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml 2023-01-25T07:22:04.475Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:22:04.476Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 20368 2023-01-25T07:22:04.476Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-25T07:22:04.477Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml 2023-01-25T07:22:04.477Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631324476, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:05.479Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5a88564-af55-446f-9c35-23c5914b91f5 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env 2023-01-25T07:22:05.480Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:22:05.481Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env 2023-01-25T07:22:05.530Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:22:05.531Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env d5a88564-af55-446f-9c35-23c5914b91f5 2098 2023-01-25T07:22:05.532Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-25T07:22:05.532Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env 2023-01-25T07:22:05.533Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:22:05.533Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:05.534Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:05.534Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631325532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:06.536Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6191fcda-2829-49d0-8b81-b7e19ba4dad2 2023-01-25T07:22:06.537Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 96431bb6-b5ee 0 8ed0052a-b7f6-4081-a0a4-48479e243174 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-01-25T07:22:06.579Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@126580a4, org.onap.sdc.toscaparser.api.parameters.Input@22589a5d, org.onap.sdc.toscaparser.api.parameters.Input@3f350c95, org.onap.sdc.toscaparser.api.parameters.Input@2da02b19, org.onap.sdc.toscaparser.api.parameters.Input@13fefea9] 2023-01-25T07:22:06.583Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.583Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.584Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-25T07:22:06.584Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 2023-01-25T07:22:06.585Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 matches Tosca VF Customization UUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 2023-01-25T07:22:06.585Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 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-01-25T07:22:06.593Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.593Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.595Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75895c80 2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T07:22:06.597Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36e80469-2bc9-4fe4-9371-12d6edd294a5 2023-01-25T07:22:06.599Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36e80469-2bc9-4fe4-9371-12d6edd294a5 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-01-25T07:22:06.607Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.608Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.608Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:06.611Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.611Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:06.613Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-25T07:22:06.613Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-25T07:22:06.615Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.615Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-25T07:22:06.616Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.616Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc4a6296-250a-4e3a-9987-58b6bdb3af1b 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-01-25T07:22:06.629Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.630Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.630Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:06.631Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.631Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-25T07:22:06.634Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:06.634Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-25T07:22:06.636Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.636Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f29e491-3797-485b-9ab1-64c7345e9bfc 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-01-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:06.647Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria 2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-25T07:22:06.649Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.650Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.650Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.651Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-25T07:22:06.651Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-25T07:22:06.652Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-25T07:22:06.652Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-25T07:22:06.654Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77094566-f884-4d9a-8ac3-00f25528303f 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-01-25T07:22:06.656Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.657Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.657Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:22:06.658Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.659Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria 2023-01-25T07:22:06.659Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T07:22:06.662Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.662Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.663Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6191fcda-2829-49d0-8b81-b7e19ba4dad2: vFW 96431bb6-b5ee 2023-01-25T07:22:06.663Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.664Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.664Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.666Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.667Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.667Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:22:06.668Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:22:06.669Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-01-25 07-20-51 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-01-25T07:22:07.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 96431bb6-b5ee 8ed0052a-b7f6-4081-a0a4-48479e243174 1 ASDC deployResourceStructure 2023-01-25T07:22:07.007Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json ASDC sendASDCNotification 2023-01-25T07:22:07.008Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 2023-01-25T07:22:07.008Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631327007, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:08.010Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-25T07:22:08.011Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml 2023-01-25T07:22:08.012Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:22:08.012Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:08.013Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:08.013Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631328010, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:09.014Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-25T07:22:09.015Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env 2023-01-25T07:22:09.015Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:22:09.016Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:09.016Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:09.017Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631329014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:10.018Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar ASDC sendASDCNotification 2023-01-25T07:22:10.018Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 2023-01-25T07:22:10.019Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631330018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:11.022Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:22:11.054Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:22:11.057Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:22:11.058Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T07:22:11.058Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T07:22:33.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:22:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:22:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:22:33.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:22:41.059Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:22:41.072Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:22:41.074Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:22:41.074Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T07:22:41.075Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T07:23:11.075Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:23:11.086Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:23:11.093Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:23:11.094Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T07:23:11.095Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T07:23:33.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:23:33.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.986Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.987Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.989Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOTIFIED" } 2023-01-25T07:23:33.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOTIFIED" } 2023-01-25T07:23:33.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.994Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-25T07:23:33.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.996Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:33.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.997Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-25T07:23:33.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:33.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:33.998Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.003Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.004Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-25T07:23:34.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.006Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.008Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.011Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-25T07:23:34.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-25T07:23:34.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.014Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.015Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.016Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.021Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.022Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631300723, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.023Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "ves-openapi-manager", "timestamp": 1674631293301, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.024Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631302289, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631294158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.026Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631282269, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631264449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.028Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631316390, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631317422, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631317017, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631316814, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.031Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631317443, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.032Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.033Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631317404, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.034Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "cds-sdc-listener", "timestamp": 1674631318056, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T07:23:34.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3 2023-01-25T07:23:34.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T07:23:34.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.062Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631318574, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:23:34.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.065Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "policy-distribution", "timestamp": 1674631318407, "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-01-25T07:23:34.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3 2023-01-25T07:23:34.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-01-25T07:23:34.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.083Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631319673, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.084Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631312415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:23:34.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.085Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631320805, "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-01-25T07:23:34.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3 2023-01-25T07:23:34.092Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-01-25T07:23:34.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631320253, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "multicloud-k8s", "timestamp": 1674631321808, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631323397, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631324476, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.105Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631325532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-25T07:23:34.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.108Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631325490, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631327007, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631326496, "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-01-25T07:23:34.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3 2023-01-25T07:23:34.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-01-25T07:23:34.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.128Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631328010, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631329014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631330018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631332704, "artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:23:34.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:23:34.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T07:23:34.131Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "aai-model-loader", "timestamp": 1674631333709, "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-01-25T07:23:34.137Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3 2023-01-25T07:23:34.137Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-01-25T07:23:41.095Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:23:41.112Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:23:41.118Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:23:41.119Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T07:23:41.120Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T07:23:41.120Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:23:41.122Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:23:41.122Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:23:41.123Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-01-25T07:23:41.133Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T07:24:11.134Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T07:24:11.144Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and serviceModelVersionId: 6191fcda-2829-49d0-8b81-b7e19ba4dad2 2023-01-25T07:24:11.144Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42d3f869-60f8-44b0-9073-8881d2fffb8e 2023-01-25T07:24:28.132Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0 2023-01-25T07:24:28.250Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T07:24:28.884Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-25T07:24:28.890Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|INFO|500||Invoke 2023-01-25T07:24:29.041Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T07:24:29.278Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|INFO|500||InvokeReturn 2023-01-25T07:24:29.280Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 07:24:29 GMT], content-length=[0], vertex-id=[368640], x-aai-txid=[2-aai-resources-230125-07:24:29:540-90071], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T07:24:29.281Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-25T07:24:29.285Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T07:24:29.285Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-01-25T07:24:29.292Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|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-01-25T07:24:29.293Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T07:24:29.295Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T07:24:29.296Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:29.296Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:29.297Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631469294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T07:24:30.310Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:24:30.316Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-25T07:24:30.317Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"093b49f3-fecd-492d-997e-a238336677cf","serviceName":"basic_onboard_pYnjOU","serviceVersion":"1.0","serviceUUID":"713c5296-1063-4686-90aa-73274ed6eff7","serviceDescription":"service","serviceInvariantUUID":"8b3ed0ae-5974-495d-b995-f76da60921ae","resources":[{"resourceInstanceName":"basic_onboard_pYnjOU 0","resourceName":"basic_onboard_pYnjOU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"282bd153-f7af-403b-8fb8-ad56a1126502","resourceInvariantUUID":"8109e75f-988d-41ae-b32a-3a2cb2d62675","resourceCustomizationUUID":"542545ca-106f-4f87-ae10-c797fe24ff2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml","artifactChecksum":"ZWMyZTcyNDIxYjgxZTNhODZlNTNiZjI3YmZlNTE5ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5f9a5ea-353c-4e45-8dec-426f2958d625","artifactVersion":"1"},{"artifactName":"basic_onboard_pynjou0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json","artifactChecksum":"YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e3cf29b-f399-43e8-8262-3cbfc96b426d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"deb8842b-10bd-47b5-9bf2-fb03ea090e45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e8992e76-3ee0-473f-b37c-bc75286be8af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1","artifactVersion":"2","generatedFromUUID":"deb8842b-10bd-47b5-9bf2-fb03ea090e45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPynjou-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml","artifactChecksum":"MTljYjgxZTk5ZjBmY2ExZTdlNzEyZTFjZDM2ZTBmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8f19a0c-d062-46d8-92ed-50fd17ddbd0e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPynjou-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar","artifactChecksum":"NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8337c8d-bafc-4ff7-ac9d-352367b69748","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T07:24:30.320Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:31.323Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:32.326Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:32.327Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:32.327Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:32.328Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:33.330Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:33.331Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:33.331Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:33.332Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:33.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:33.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.975Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.981Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOTIFIED" } 2023-01-25T07:24:33.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.982Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-25T07:24:33.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-25T07:24:33.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631379410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "ves-openapi-manager", "timestamp": 1674631376795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631382814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631379061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631394042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631393043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631393612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631394046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "cds-sdc-listener", "timestamp": 1674631394622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-01-25T07:24:34.019Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf 2023-01-25T07:24:34.019Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T07:24:34.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.030Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631395100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:34.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "policy-distribution", "timestamp": 1674631395047, "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-01-25T07:24:34.038Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf 2023-01-25T07:24:34.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-01-25T07:24:34.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631396160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:34.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631397183, "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-01-25T07:24:34.057Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf 2023-01-25T07:24:34.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-01-25T07:24:34.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.064Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.065Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "multicloud-k8s", "timestamp": 1674631398185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T07:24:34.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631392289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:24:34.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631399420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:34.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631406742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.071Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "aai-model-loader", "timestamp": 1674631407747, "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-01-25T07:24:34.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf 2023-01-25T07:24:34.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-01-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:24:34.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631402416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631410172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631412527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:24:34.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:24:34.334Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:34.335Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:34.335Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:34.336Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:35.338Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:35.339Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:35.339Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:35.340Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:36.342Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T07:24:36.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:36.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:36.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "serviceName": "basic_onboard_pYnjOU", "serviceVersion": "1.0", "serviceUUID": "713c5296-1063-4686-90aa-73274ed6eff7", "serviceDescription": "service", "serviceInvariantUUID": "8b3ed0ae-5974-495d-b995-f76da60921ae", "resources": [ { "resourceInstanceName": "basic_onboard_pYnjOU 0", "resourceCustomizationUUID": "542545ca-106f-4f87-ae10-c797fe24ff2f", "resourceName": "basic_onboard_pYnjOU", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "282bd153-f7af-403b-8fb8-ad56a1126502", "resourceInvariantUUID": "8109e75f-988d-41ae-b32a-3a2cb2d62675", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pynjou0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "artifactChecksum": "YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e3cf29b-f399-43e8-8262-3cbfc96b426d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "deb8842b-10bd-47b5-9bf2-fb03ea090e45", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1", "generatedFromUUID": "deb8842b-10bd-47b5-9bf2-fb03ea090e45" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPynjou-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "artifactChecksum": "NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8337c8d-bafc-4ff7-ac9d-352367b69748" } ], "workloadContext": "Production" } 2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 713c5296-1063-4686-90aa-73274ed6eff7 ASDC 2023-01-25T07:24:37.348Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:093b49f3-fecd-492d-997e-a238336677cf ServiceName:basic_onboard_pYnjOU ServiceVersion:1.0 ServiceUUID:713c5296-1063-4686-90aa-73274ed6eff7 ServiceInvariantUUID:8b3ed0ae-5974-495d-b995-f76da60921ae ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPynjou-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar ArtifactUUID:a8337c8d-bafc-4ff7-ac9d-352367b69748 ArtifactChecksum:NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_pYnjOU 0 ResourceCustomizationUUID:542545ca-106f-4f87-ae10-c797fe24ff2f ResourceInvariantUUID:8109e75f-988d-41ae-b32a-3a2cb2d62675 ResourceName:basic_onboard_pYnjOU ResourceType:VF ResourceUUID:282bd153-f7af-403b-8fb8-ad56a1126502 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pynjou0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json ArtifactUUID:3e3cf29b-f399-43e8-8262-3cbfc96b426d ArtifactChecksum:YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI= 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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml ArtifactUUID:deb8842b-10bd-47b5-9bf2-fb03ea090e45 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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ArtifactUUID:2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ArtifactUUID:2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T07:24:37.352Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713c5296-1063-4686-90aa-73274ed6eff7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T07:24:37.396Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a8337c8d-bafc-4ff7-ac9d-352367b69748 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:24:37.398Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:37.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:24:37.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar a8337c8d-bafc-4ff7-ac9d-352367b69748 75691 2023-01-25T07:24:37.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar ASDC sendASDCNotification 2023-01-25T07:24:37.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:37.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631477473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:38.477Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T07:24:38.478Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-25T07:24:38.478Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a8337c8d-bafc-4ff7-ac9d-352367b69748, URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar to file: /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:38.479Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:38.479Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:38.480Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:38.671Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13721855116153606844/Definitions/service-BasicOnboardPynjou-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-25T07:24:40.207Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T07:24:40.208Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-25T07:24:40.208Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|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-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pYnjOU 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-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|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-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|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-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|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-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T07:24:40.215Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.215Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria 2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-25T07:24:40.217Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-25T07:24:40.217Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.219Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T07:24:40.219Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.220Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:40.220Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:40.221Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.223Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:40.223Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:40.224Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.224Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria 2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aa87f159-3665-419f-992d-32df77d77dcc 2023-01-25T07:24:40.226Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.226Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.227Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.227Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.228Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.228Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.229Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:40.229Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:40.230Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_pYnjOU Description:service Model UUID:713c5296-1063-4686-90aa-73274ed6eff7 Model Version:NULL Model InvariantUuid:8b3ed0ae-5974-495d-b995-f76da60921ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_pYnjOU Model UUID:7da747df-3dce-4f9a-a461-c9cc12a71f28 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8109e75f-988d-41ae-b32a-3a2cb2d62675 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:542545ca-106f-4f87-ae10-c797fe24ff2f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:60f523a8-9922-4155-8318-d1734547518e ModelName:BasicOnboardPynjou..base_ubuntu18..module-0 ModelUuid:46e40f73-4c93-484d-80e5-2e4a99a7a45b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aa87f159-3665-419f-992d-32df77d77dcc ModelInvariantUuid:58a7b172-04c4-433d-9a01-b57df7fa7177 ModelName:basic_onboard_pYnjOU-nodes.ubuntu18Cvfc ModelUuid:f6ab4af6-7dca-4dcd-9bd4-21cf8c0a0f0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:13de10c9-dcd8-471d-99e9-4eba282359d0 ModelInvariantUuid:0302f133-df35-4ed2-bfcc-a088dfb69470 ModelName:BasicOnboardPynjou.compute.nodes.heat.ubuntu18 ModelUuid:e7968f89-f75a-45ab-8520-b1e58d389cda 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-01-25T07:24:40.241Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 282bd153-f7af-403b-8fb8-ad56a1126502 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T07:24:40.245Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||basic_onboard_pYnjOU 0 2023-01-25T07:24:40.246Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 282bd153-f7af-403b-8fb8-ad56a1126502 2023-01-25T07:24:40.246Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e3cf29b-f399-43e8-8262-3cbfc96b426d from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 2023-01-25T07:24:40.247Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:24:40.247Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 2023-01-25T07:24:40.310Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:24:40.311Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 3e3cf29b-f399-43e8-8262-3cbfc96b426d 798 2023-01-25T07:24:40.312Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json ASDC sendASDCNotification 2023-01-25T07:24:40.312Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 2023-01-25T07:24:40.313Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:24:40.313Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:40.314Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:40.314Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631480312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:41.315Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPynjou..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "60f523a8-9922-4155-8318-d1734547518e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "46e40f73-4c93-484d-80e5-2e4a99a7a45b", "vfModuleModelCustomizationUUID": "3dc9d8e6-6e94-4d98-aece-4c2fac2d9711", "isBase": true, "artifacts": [ "deb8842b-10bd-47b5-9bf2-fb03ea090e45", "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-25T07:24:41.320Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPynjou..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:46e40f73-4c93-484d-80e5-2e4a99a7a45b VfModuleModelInvariantUUID:60f523a8-9922-4155-8318-d1734547518e VfModuleModelDescription:NULL Artifacts UUID List:{ deb8842b-10bd-47b5-9bf2-fb03ea090e45 , 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 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-01-25T07:24:41.323Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPynjou..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "60f523a8-9922-4155-8318-d1734547518e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "46e40f73-4c93-484d-80e5-2e4a99a7a45b", "vfModuleModelCustomizationUUID": "3dc9d8e6-6e94-4d98-aece-4c2fac2d9711", "isBase": true, "artifacts": [ "deb8842b-10bd-47b5-9bf2-fb03ea090e45", "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-25T07:24:41.323Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPynjou..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:46e40f73-4c93-484d-80e5-2e4a99a7a45b VfModuleModelInvariantUUID:60f523a8-9922-4155-8318-d1734547518e VfModuleModelDescription:NULL Artifacts UUID List:{ deb8842b-10bd-47b5-9bf2-fb03ea090e45 , 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 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-01-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: deb8842b-10bd-47b5-9bf2-fb03ea090e45 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml 2023-01-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml 2023-01-25T07:24:41.370Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:24:41.371Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml deb8842b-10bd-47b5-9bf2-fb03ea090e45 5033 2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml 2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:41.373Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:41.373Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631481371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:42.374Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2023-01-25T07:24:42.375Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-25T07:24:42.375Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2023-01-25T07:24:42.422Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 909 2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631482423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:43.426Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 713c5296-1063-4686-90aa-73274ed6eff7 2023-01-25T07:24:43.428Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pYnjOU 0 282bd153-f7af-403b-8fb8-ad56a1126502 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-01-25T07:24:43.447Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f34419b, org.onap.sdc.toscaparser.api.parameters.Input@1d07fccf, org.onap.sdc.toscaparser.api.parameters.Input@2e5e8b52, org.onap.sdc.toscaparser.api.parameters.Input@2fdefb18, org.onap.sdc.toscaparser.api.parameters.Input@226b4fe1] 2023-01-25T07:24:43.449Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.449Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 542545ca-106f-4f87-ae10-c797fe24ff2f 2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 542545ca-106f-4f87-ae10-c797fe24ff2f matches Tosca VF Customization UUID: 542545ca-106f-4f87-ae10-c797fe24ff2f 2023-01-25T07:24:43.452Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 542545ca-106f-4f87-ae10-c797fe24ff2f 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-01-25T07:24:43.454Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.454Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.455Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 542545ca-106f-4f87-ae10-c797fe24ff2f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a817d6 2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T07:24:43.457Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dc9d8e6-6e94-4d98-aece-4c2fac2d9711 2023-01-25T07:24:43.457Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dc9d8e6-6e94-4d98-aece-4c2fac2d9711 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-01-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:43.461Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.461Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria 2023-01-25T07:24:43.463Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-25T07:24:43.463Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-25T07:24:43.464Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aa87f159-3665-419f-992d-32df77d77dcc 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-01-25T07:24:43.466Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria 2023-01-25T07:24:43.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=542545ca-106f-4f87-ae10-c797fe24ff2f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T07:24:43.470Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.471Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.471Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 713c5296-1063-4686-90aa-73274ed6eff7: basic_onboard_pYnjOU 2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pYnjOU 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-01-25T07:24:43.569Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pYnjOU 282bd153-f7af-403b-8fb8-ad56a1126502 1 ASDC deployResourceStructure 2023-01-25T07:24:43.569Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json ASDC sendASDCNotification 2023-01-25T07:24:43.570Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 2023-01-25T07:24:43.570Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631483569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:44.572Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml 2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631484572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:45.574Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-25T07:24:45.575Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2023-01-25T07:24:45.575Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631485574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:46.577Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar ASDC sendASDCNotification 2023-01-25T07:24:46.578Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar 2023-01-25T07:24:46.578Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T07:24:46.579Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:24:46.579Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:24:46.580Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631486577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:24:47.581Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:24:47.598Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:24:47.605Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:24:47.606Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T07:24:47.606Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T07:24:47.607Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T07:25:17.607Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:25:17.619Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:25:17.623Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T07:25:33.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:25:33.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.970Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674631413531, "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-01-25T07:25:33.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf 2023-01-25T07:25:33.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-01-25T07:25:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3", "consumerID": "SO-sdc-controller", "timestamp": 1674631469294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T07:25:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:25:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "NOTIFIED" } 2023-01-25T07:25:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-25T07:25:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:25:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T07:25:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:25:47.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:25:47.640Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:25:47.645Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T07:25:47.645Z|093b49f3-fecd-492d-997e-a238336677cf|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-01-25T07:25:47.650Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T07:26:17.651Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T07:26:17.659Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093b49f3-fecd-492d-997e-a238336677cf and serviceModelVersionId: 713c5296-1063-4686-90aa-73274ed6eff7 2023-01-25T07:26:17.659Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b3ed0ae-5974-495d-b995-f76da60921ae 2023-01-25T07:26:17.661Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0 2023-01-25T07:26:17.667Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T07:26:17.741Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-25T07:26:17.743Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|INFO|500||Invoke 2023-01-25T07:26:17.785Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T07:26:17.911Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|INFO|500||InvokeReturn 2023-01-25T07:26:17.912Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 07:26:18 GMT], content-length=[0], vertex-id=[397312], x-aai-txid=[2-aai-resources-230125-07:26:18:277-55797], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T07:26:17.913Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-25T07:26:17.914Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T07:26:17.914Z|093b49f3-fecd-492d-997e-a238336677cf|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-01-25T07:26:17.923Z|093b49f3-fecd-492d-997e-a238336677cf|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-01-25T07:26:17.923Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093b49f3-fecd-492d-997e-a238336677cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T07:26:17.924Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T07:26:17.924Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-25T07:26:17.925Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T07:26:17.925Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631577923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T07:26:18.939Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:26:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:26:33.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.969Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-25T07:26:33.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T07:26:33.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631470310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "NOTIFIED" } 2023-01-25T07:26:33.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631477473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T07:26:33.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631480312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631481371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631482423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-25T07:26:33.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631483569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T07:26:33.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.975Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631484572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-25T07:26:33.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631485574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-25T07:26:33.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631486577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T07:26:33.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:27:18.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:27:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:27:33.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T07:27:33.968Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "093b49f3-fecd-492d-997e-a238336677cf", "consumerID": "SO-sdc-controller", "timestamp": 1674631577923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T07:27:33.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T07:28:18.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:28:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:29:18.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:29:33.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:30:18.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:30:33.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:31:18.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:31:33.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:32:18.949Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:32:33.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:33:18.951Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:33:33.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:34:18.955Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:34:33.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:35:18.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:35:33.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:36:18.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:36:33.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:37:18.961Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:37:33.977Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:38:18.961Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:38:33.977Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:39:18.962Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:39:33.979Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:40:18.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:40:33.980Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:41:18.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:41:33.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:42:18.966Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:42:33.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:43:18.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:43:33.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:44:18.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:44:33.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:45:18.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:45:33.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:46:18.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:46:33.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:47:18.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:47:33.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:48:18.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:48:33.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:49:18.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:49:33.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:50:18.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:50:33.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:51:18.977Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:51:33.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:52:18.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:52:33.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:53:18.980Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:53:33.994Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:54:18.980Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:54:34.005Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:55:18.982Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:55:34.005Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:56:18.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:56:34.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:57:18.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:57:34.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:58:18.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:58:34.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T07:59:18.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T07:59:34.010Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:00:18.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:00:34.011Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:01:18.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:01:34.012Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:02:18.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:02:34.013Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:03:18.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:03:34.014Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:04:18.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:04:34.014Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:05:18.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:05:34.016Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:06:18.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:06:34.017Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:07:18.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:07:34.018Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:08:18.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:08:34.020Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:09:18.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:09:34.021Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:10:19.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:10:34.022Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:11:19.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:11:34.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:12:19.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:12:34.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:13:19.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:13:34.026Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:14:19.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:14:34.028Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:15:19.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:15:34.028Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:16:19.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:16:34.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:17:19.013Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:17:34.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:18:19.015Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:18:34.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:19:19.016Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:19:34.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:20:19.017Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:20:34.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:21:19.018Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:21:34.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:22:19.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:22:34.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:23:19.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:23:34.038Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:24:19.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:24:34.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:25:19.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:25:34.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:26:19.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:26:34.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:19.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:27:34.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:51.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T08:27:51.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6dbcfcb6-af70-41d1-a314-bcc582a5025c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e5f696b-6caa-4b23-ba76-f480a6fd92ab","serviceDescription":"service","serviceInvariantUUID":"9d94bbde-7eb0-4ef6-b0b8-23423e51073a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"224e11e0-7df4-4233-9e93-ce6236d34b61","resourceInvariantUUID":"bec77764-fe73-42d8-8fee-0ee90aa80c9d","resourceCustomizationUUID":"70a4b0b1-833b-4f84-936a-21c305206396","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":"YjVkMTIzMTdlNzc1ZTBhYmM0OWJlMjQ2MmU3YTBhNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afd23a74-fbfc-45c9-ad3e-b9d1b3bb76b6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66ea21e3-48b9-4532-822c-0b9159f6b296","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T08:27:51.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:27:51.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "policy-distribution", "timestamp": 1674635266149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:27:51.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:27:51.699Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:27:51.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:27:51.700Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:27:51.700Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635239026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:51.707Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:51.709Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:51.709Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T08:27:52.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:27:52.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:27:52.714Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:27:52.714Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635239026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:53.715Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2e5f696b-6caa-4b23-ba76-f480a6fd92ab", "serviceDescription": "service", "serviceInvariantUUID": "9d94bbde-7eb0-4ef6-b0b8-23423e51073a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "70a4b0b1-833b-4f84-936a-21c305206396", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "224e11e0-7df4-4233-9e93-ce6236d34b61", "resourceInvariantUUID": "bec77764-fe73-42d8-8fee-0ee90aa80c9d", "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": "NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66ea21e3-48b9-4532-822c-0b9159f6b296" } ], "workloadContext": "Production" } 2023-01-25T08:27:53.715Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T08:27:53.716Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e5f696b-6caa-4b23-ba76-f480a6fd92ab ASDC 2023-01-25T08:27:53.716Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6dbcfcb6-af70-41d1-a314-bcc582a5025c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2e5f696b-6caa-4b23-ba76-f480a6fd92ab ServiceInvariantUUID:9d94bbde-7eb0-4ef6-b0b8-23423e51073a 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:66ea21e3-48b9-4532-822c-0b9159f6b296 ArtifactChecksum:NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:70a4b0b1-833b-4f84-936a-21c305206396 ResourceInvariantUUID:bec77764-fe73-42d8-8fee-0ee90aa80c9d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:224e11e0-7df4-4233-9e93-ce6236d34b61 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-25T08:27:53.716Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e5f696b-6caa-4b23-ba76-f480a6fd92ab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T08:27:53.751Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66ea21e3-48b9-4532-822c-0b9159f6b296 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:27:53.753Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-25T08:27:53.857Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 66ea21e3-48b9-4532-822c-0b9159f6b296 57789 2023-01-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-25T08:27:53.863Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635273862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:54.865Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:27:54.865Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 66ea21e3-48b9-4532-822c-0b9159f6b296, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-25T08:27:54.867Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-25T08:27:55.058Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7229636363016664725/Definitions/service-BasicNetwork-template.yml 2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|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-BasicNetwork-csar.csar 2023-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2e5f696b-6caa-4b23-ba76-f480a6fd92ab Model Version:NULL Model InvariantUuid:9d94bbde-7eb0-4ef6-b0b8-23423e51073a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:bec77764-fe73-42d8-8fee-0ee90aa80c9d Model UUID:a08d9e43-7fe7-4e62-a859-dc59818c2207 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:70a4b0b1-833b-4f84-936a-21c305206396 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-01-25T08:27:55.767Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 224e11e0-7df4-4233-9e93-ce6236d34b61 2023-01-25T08:27:55.768Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||No resources found for Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:27:55.775Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500|| 2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab 2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab 2023-01-25T08:27:55.777Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-25T08:27:55.777Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.782Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51f6d4be, org.onap.sdc.toscaparser.api.parameters.Input@219be6e8, org.onap.sdc.toscaparser.api.parameters.Input@7a096663, org.onap.sdc.toscaparser.api.parameters.Input@24397574, org.onap.sdc.toscaparser.api.parameters.Input@430d1669] 2023-01-25T08:27:55.783Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2e5f696b-6caa-4b23-ba76-f480a6fd92ab: Generic NeutronNet 2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.826Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:27:55.828Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:27:55.828Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-01-25T08:27:55.888Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:27:55.890Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:27:55.890Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635275889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:27:56.892Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:27:56.903Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T08:28:26.907Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:28:26.918Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:28:26.920Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:28:26.920Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T08:28:26.921Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T08:28:33.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:28:33.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:28:33.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "cds-sdc-listener", "timestamp": 1674635235739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:28:33.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:28:56.921Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:28:56.935Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T08:29:26.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:29:26.952Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T08:29:33.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:29:33.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "aai-model-loader", "timestamp": 1674635262289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.975Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "multicloud-k8s", "timestamp": 1674635269404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.976Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635239026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.978Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "ves-openapi-manager", "timestamp": 1674635253676, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "policy-distribution", "timestamp": 1674635266149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:33.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "aai-model-loader", "timestamp": 1674635262289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:33.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.981Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "multicloud-k8s", "timestamp": 1674635269404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:33.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "cds-sdc-listener", "timestamp": 1674635235739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:33.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "ves-openapi-manager", "timestamp": 1674635253676, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635239026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:33.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.985Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "policy-distribution", "timestamp": 1674635273128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:29:33.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.986Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "cds-sdc-listener", "timestamp": 1674635273775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:29:33.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.987Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "aai-model-loader", "timestamp": 1674635273650, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:29:33.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.988Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635272416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:33.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.989Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635273862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:29:33.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.990Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "policy-distribution", "timestamp": 1674635274131, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:29:33.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:33.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:33.991Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "cds-sdc-listener", "timestamp": 1674635274781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T08:29:34.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c 2023-01-25T08:29:34.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T08:29:34.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635272416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:34.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "policy-distribution", "timestamp": 1674635275132, "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-01-25T08:29:34.020Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c 2023-01-25T08:29:34.020Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-01-25T08:29:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.030Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635275889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:29:34.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.031Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635275212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:29:34.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635276861, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:29:34.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "aai-model-loader", "timestamp": 1674635277956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:29:34.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635277865, "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-01-25T08:29:34.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c 2023-01-25T08:29:34.039Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-01-25T08:29:34.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "aai-model-loader", "timestamp": 1674635278960, "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-01-25T08:29:34.056Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c 2023-01-25T08:29:34.057Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-01-25T08:29:34.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.065Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.068Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.069Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.084Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.086Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.087Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.088Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.090Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.092Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-25T08:29:34.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.094Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.095Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.096Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.098Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.099Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635306134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:34.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635293701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:29:34.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "multicloud-k8s", "timestamp": 1674635304001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:34.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635292289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:34.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-25T08:29:34.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635275783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:29:34.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:29:56.962Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:29:56.974Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:29:56.981Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|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-01-25T08:29:56.987Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T08:30:26.987Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T08:30:26.994Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c and serviceModelVersionId: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab 2023-01-25T08:30:26.995Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d94bbde-7eb0-4ef6-b0b8-23423e51073a 2023-01-25T08:30:26.998Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0 2023-01-25T08:30:27.005Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T08:30:27.108Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|INFO|500||Invoke 2023-01-25T08:30:27.109Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[726a40df-f9f1-47ab-a843-c4ef484dce2f], X-ECOMP-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], X-TransactionId=[], X-ONAP-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], Content-Type=[application/merge-patch+json]} 2023-01-25T08:30:27.138Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T08:30:27.239Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 08:30:27 GMT], content-length=[0], vertex-id=[143600], x-aai-txid=[1-aai-resources-230125-08:30:27:472-28848], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T08:30:27.240Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T08:30:27.241Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|INFO|500||InvokeReturn 2023-01-25T08:30:27.242Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T08:30:27.242Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|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-01-25T08:30:27.252Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|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-01-25T08:30:27.252Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dbcfcb6-af70-41d1-a314-bcc582a5025c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T08:30:27.253Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T08:30:27.253Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:27.254Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:27.254Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635427253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T08:30:28.279Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:30:28.285Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T08:30:28.285Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"60585deb-d65a-4e97-a5bf-7d14d28be1b3","serviceName":"Demo_pNF_htAs82zN91CaA5D8uBHf","serviceVersion":"1.0","serviceUUID":"68572e1b-3060-4fb1-8e9a-e10f343889a0","serviceDescription":"catalog service description","serviceInvariantUUID":"6f161468-269c-436b-9d5b-3f58a2bddba7","resources":[{"resourceInstanceName":"pNF 7486d354-c18f 0","resourceName":"pNF 7486d354-c18f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9bfaef18-0274-4366-943c-2a7f7d4054c7","resourceInvariantUUID":"d6d578f9-0d87-4d8e-b259-f1ebc5f7222d","resourceCustomizationUUID":"02a0491e-e2e2-4db5-b58e-7b00035753f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml","artifactChecksum":"YmEzMTkzYzU4MDZkMmQwZTEyMDkyMGE1NDdkMTEwNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bbd2685-5665-44d1-8a87-7cba75c095e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar","artifactChecksum":"ODdlOWI4ZDhhZDFiNDIyZjE5MGJjOWM3OWFkZTNhMjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc2a235b-46cf-423f-8d4d-431f350c3cde","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54cdb195-a480-4355-b91e-05206865e7e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml","artifactChecksum":"YmJhMTZlMDMwYzY3MTU1NDliNDkyNTA2OWU2MzkzNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40d7c4a0-bb03-4ff1-8936-db49e378cfca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b84c8b6f-56d4-420e-ae14-968825cfdb46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfcb17f7-bf5d-4000-8785-4d6a6da1f94e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHtas82zn91caa5d8ubhf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml","artifactChecksum":"YTNlMjNiMGNlOTc3ZjI5ODZmMjgwZTdiMmQ0YWNmNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ff0dbcb-af74-4ed2-bf78-01e72495ff91","artifactVersion":"1"},{"artifactName":"service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar","artifactChecksum":"NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c229f256-b9ac-408e-a6d9-e35d814859bd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T08:30:28.291Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:29.293Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:30.296Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:30.297Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:30.298Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:30.298Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:31.303Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:31.310Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:31.311Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:31.311Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:32.312Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:32.313Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:32.314Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:32.314Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:33.317Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:33.319Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:33.319Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:33.327Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:33.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635302416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:33.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635314302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:33.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635314978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:33.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635314854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635315036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635314914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:33.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635315304, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:33.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "cds-sdc-listener", "timestamp": 1674635315982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-01-25T08:30:34.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3 2023-01-25T08:30:34.005Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T08:30:34.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.017Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635316276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.018Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "policy-distribution", "timestamp": 1674635316305, "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-01-25T08:30:34.024Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3 2023-01-25T08:30:34.024Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-01-25T08:30:34.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "ves-openapi-manager", "timestamp": 1674635317279, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T08:30:34.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3 2023-01-25T08:30:34.039Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T08:30:34.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635316760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635317763, "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-01-25T08:30:34.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3 2023-01-25T08:30:34.056Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-01-25T08:30:34.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635320253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "aai-model-loader", "timestamp": 1674635321257, "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-01-25T08:30:34.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3 2023-01-25T08:30:34.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-01-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-25T08:30:34.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T08:30:34.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T08:30:34.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-25T08:30:34.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635317306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "ves-openapi-manager", "timestamp": 1674635318281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635315249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635316988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635327500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635328515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635328324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635322289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635328502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635329577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.122Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "cds-sdc-listener", "timestamp": 1674635329336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-01-25T08:30:34.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520 2023-01-25T08:30:34.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635329395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.146Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "policy-distribution", "timestamp": 1674635329504, "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-01-25T08:30:34.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520 2023-01-25T08:30:34.151Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-01-25T08:30:34.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635330632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635331655, "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-01-25T08:30:34.168Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520 2023-01-25T08:30:34.168Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-01-25T08:30:34.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "multicloud-k8s", "timestamp": 1674635332657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-25T08:30:34.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-25T08:30:34.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-25T08:30:34.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.196Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.197Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-25T08:30:34.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.198Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635336398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.200Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.201Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.202Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-25T08:30:34.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.204Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "aai-model-loader", "timestamp": 1674635337401, "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-01-25T08:30:34.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520 2023-01-25T08:30:34.209Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-01-25T08:30:34.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635330339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635330505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-25T08:30:34.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635339475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635339578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "cds-sdc-listener", "timestamp": 1674635340481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-01-25T08:30:34.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83 2023-01-25T08:30:34.243Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T08:30:34.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.252Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "ves-openapi-manager", "timestamp": 1674635332741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635340159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635340581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.254Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635333660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.255Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "policy-distribution", "timestamp": 1674635341582, "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-01-25T08:30:34.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83 2023-01-25T08:30:34.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-01-25T08:30:34.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635342749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635342408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635343802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635343412, "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-01-25T08:30:34.278Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520 2023-01-25T08:30:34.278Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-01-25T08:30:34.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635344851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635345903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635346978, "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-01-25T08:30:34.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83 2023-01-25T08:30:34.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-01-25T08:30:34.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "multicloud-k8s", "timestamp": 1674635347980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.304Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.305Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.307Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.308Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635332415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635353496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.312Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.314Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635355705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.317Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674635356709, "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-01-25T08:30:34.323Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83 2023-01-25T08:30:34.323Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-01-25T08:30:34.329Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:34.329Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:34.330Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:34.330Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:34.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:30:34.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635352289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:30:34.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635361389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:30:34.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635368656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:30:34.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:30:34.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:30:34.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "aai-model-loader", "timestamp": 1674635369659, "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-01-25T08:30:34.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83 2023-01-25T08:30:34.345Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-01-25T08:30:35.334Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:36.338Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "serviceName": "Demo_pNF_htAs82zN91CaA5D8uBHf", "serviceVersion": "1.0", "serviceUUID": "68572e1b-3060-4fb1-8e9a-e10f343889a0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6f161468-269c-436b-9d5b-3f58a2bddba7", "resources": [ { "resourceInstanceName": "pNF 7486d354-c18f 0", "resourceCustomizationUUID": "02a0491e-e2e2-4db5-b58e-7b00035753f7", "resourceName": "pNF 7486d354-c18f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9bfaef18-0274-4366-943c-2a7f7d4054c7", "resourceInvariantUUID": "d6d578f9-0d87-4d8e-b259-f1ebc5f7222d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "artifactChecksum": "NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c229f256-b9ac-408e-a6d9-e35d814859bd" } ], "workloadContext": "Production" } 2023-01-25T08:30:36.339Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T08:30:36.339Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68572e1b-3060-4fb1-8e9a-e10f343889a0 ASDC 2023-01-25T08:30:36.340Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:60585deb-d65a-4e97-a5bf-7d14d28be1b3 ServiceName:Demo_pNF_htAs82zN91CaA5D8uBHf ServiceVersion:1.0 ServiceUUID:68572e1b-3060-4fb1-8e9a-e10f343889a0 ServiceInvariantUUID:6f161468-269c-436b-9d5b-3f58a2bddba7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar ArtifactUUID:c229f256-b9ac-408e-a6d9-e35d814859bd ArtifactChecksum:NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7486d354-c18f 0 ResourceCustomizationUUID:02a0491e-e2e2-4db5-b58e-7b00035753f7 ResourceInvariantUUID:d6d578f9-0d87-4d8e-b259-f1ebc5f7222d ResourceName:pNF 7486d354-c18f ResourceType:PNF ResourceUUID:9bfaef18-0274-4366-943c-2a7f7d4054c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-25T08:30:36.340Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68572e1b-3060-4fb1-8e9a-e10f343889a0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T08:30:36.368Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c229f256-b9ac-408e-a6d9-e35d814859bd from URL: /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:36.370Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:30:36.370Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:36.444Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar c229f256-b9ac-408e-a6d9-e35d814859bd 88024 2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar ASDC sendASDCNotification 2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635436448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:37.450Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:30:37.451Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:30:37.451Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c229f256-b9ac-408e-a6d9-e35d814859bd, URL: /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar to file: /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:37.452Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:37.453Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:37.453Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:37.586Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15226122751926917873/Definitions/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml 2023-01-25T08:30:38.727Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7486d354-c18f 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Node template pNF 7486d354-c18f 0 is matching search criteria 2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7486d354-c18f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Node template pNF 7486d354-c18f 0 is matching search criteria 2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7486d354-c18f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.735Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_htAs82zN91CaA5D8uBHf Description:catalog service description Model UUID:68572e1b-3060-4fb1-8e9a-e10f343889a0 Model Version:NULL Model InvariantUuid:6f161468-269c-436b-9d5b-3f58a2bddba7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-25T08:30:38.747Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9bfaef18-0274-4366-943c-2a7f7d4054c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||pNF 7486d354-c18f 0 2023-01-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9bfaef18-0274-4366-943c-2a7f7d4054c7 2023-01-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 68572e1b-3060-4fb1-8e9a-e10f343889a0 2023-01-25T08:30:38.753Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68572e1b-3060-4fb1-8e9a-e10f343889a0 2023-01-25T08:30:38.753Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7486d354-c18f 0 9bfaef18-0274-4366-943c-2a7f7d4054c7 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-01-25T08:30:38.759Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f891928, org.onap.sdc.toscaparser.api.parameters.Input@81efc44, org.onap.sdc.toscaparser.api.parameters.Input@59c5c98e, org.onap.sdc.toscaparser.api.parameters.Input@55662efb, org.onap.sdc.toscaparser.api.parameters.Input@12e13d26] 2023-01-25T08:30:38.759Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68572e1b-3060-4fb1-8e9a-e10f343889a0: pNF 7486d354-c18f 2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Processing PNF resource: 9bfaef18-0274-4366-943c-2a7f7d4054c7 2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:30:38.761Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Resource customization UUID: 02a0491e-e2e2-4db5-b58e-7b00035753f7 is the same as notified resource customizationUUID: 02a0491e-e2e2-4db5-b58e-7b00035753f7 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-01-25T08:30:38.818Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7486d354-c18f 9bfaef18-0274-4366-943c-2a7f7d4054c7 0 ASDC deployResourceStructure 2023-01-25T08:30:38.818Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar ASDC sendASDCNotification 2023-01-25T08:30:38.818Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar 2023-01-25T08:30:38.818Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:30:38.818Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:30:38.819Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:30:38.819Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635438818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:30:39.820Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60585deb-d65a-4e97-a5bf-7d14d28be1b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:30:39.833Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60585deb-d65a-4e97-a5bf-7d14d28be1b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:30:39.837Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:30:39.837Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T08:30:39.837Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T08:30:39.837Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T08:30:39.837Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:30:39.838Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-01-25T08:30:39.844Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T08:31:09.846Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60585deb-d65a-4e97-a5bf-7d14d28be1b3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T08:31:09.852Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60585deb-d65a-4e97-a5bf-7d14d28be1b3 and serviceModelVersionId: 68572e1b-3060-4fb1-8e9a-e10f343889a0 2023-01-25T08:31:09.853Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f161468-269c-436b-9d5b-3f58a2bddba7 2023-01-25T08:31:09.853Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0 2023-01-25T08:31:09.857Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T08:31:09.919Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-25T08:31:09.921Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0|INFO|500||Invoke 2023-01-25T08:31:09.959Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T08:31:10.044Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0|INFO|500||InvokeReturn 2023-01-25T08:31:10.046Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f161468-269c-436b-9d5b-3f58a2bddba7/model-vers/model-ver/68572e1b-3060-4fb1-8e9a-e10f343889a0?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 08:31:10 GMT], content-length=[0], vertex-id=[155888], x-aai-txid=[0-aai-resources-230125-08:31:10:290-9954], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T08:31:10.047Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-25T08:31:10.047Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T08:31:10.048Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-01-25T08:31:10.056Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|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-01-25T08:31:10.057Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60585deb-d65a-4e97-a5bf-7d14d28be1b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T08:31:10.058Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T08:31:10.058Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:10.059Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:10.059Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635470058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T08:31:11.074Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T08:31:11.075Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0ffaf356-9e96-4d4c-b319-ee56fa061520","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d3071951-57d0-4089-bff1-e2ac85a3a45e","serviceDescription":"service","serviceInvariantUUID":"1aee5ff3-d25b-4f09-abae-16a14800b684","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51d770e4-6b0d-49d5-a602-d06b3b70852f","resourceInvariantUUID":"051fc461-c31c-4cd1-afa9-ae1a29f43e79","resourceCustomizationUUID":"a069d1d1-626d-452c-b932-c08f6934e22a","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":"MGRjODdkYjhhYWZjZGZiOTU3N2IxOTJhY2RiY2M4N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1340971-0bae-491f-831d-b803bb38a0ad","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":"OTc2YTg1Yzk4OWQ4ZmYyYjJjNjQzNjA4ODBiMWE1ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ae6f49f-0869-4e47-99ed-38d9087eae50","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":"ecb8e43d-59d4-4fee-9c48-cb9f461b741c","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":"05c8a092-03be-44ca-9cbc-b3fea9c4f4ab","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":"2461096c-101e-49aa-a64d-58fa8d41e1b8","artifactVersion":"2","generatedFromUUID":"ecb8e43d-59d4-4fee-9c48-cb9f461b741c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTMzNDZlZWQzNGFkNzU5Y2Q1NjZhNDNiYTVjNjkyOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20ca0d70-8325-4c14-af8b-3f02cb4d7fab","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDE2MDdmNGQ4MTIzNmViMGJkODNhZTI4NTI1ZWMwZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cf85118-b13e-4247-8b26-8b041e6629f0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T08:31:11.075Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:11.076Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:11.076Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:11.076Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "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-01-25T08:31:12.079Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:12.080Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:12.080Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:12.080Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "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-01-25T08:31:13.081Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:13.082Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:13.082Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:13.083Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "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-01-25T08:31:14.084Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:14.085Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:14.085Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:14.085Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "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-01-25T08:31:15.088Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:15.089Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:15.089Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:15.089Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "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-01-25T08:31:16.091Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:16.091Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:16.092Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:16.092Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:31:17.093Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:17.094Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:17.094Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:17.095Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:31:18.097Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d3071951-57d0-4089-bff1-e2ac85a3a45e", "serviceDescription": "service", "serviceInvariantUUID": "1aee5ff3-d25b-4f09-abae-16a14800b684", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a069d1d1-626d-452c-b932-c08f6934e22a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "51d770e4-6b0d-49d5-a602-d06b3b70852f", "resourceInvariantUUID": "051fc461-c31c-4cd1-afa9-ae1a29f43e79", "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": "OTc2YTg1Yzk4OWQ4ZmYyYjJjNjQzNjA4ODBiMWE1ZjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ae6f49f-0869-4e47-99ed-38d9087eae50", "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": "ecb8e43d-59d4-4fee-9c48-cb9f461b741c", "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": "2461096c-101e-49aa-a64d-58fa8d41e1b8", "generatedFromUUID": "ecb8e43d-59d4-4fee-9c48-cb9f461b741c" }, "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": "2461096c-101e-49aa-a64d-58fa8d41e1b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDE2MDdmNGQ4MTIzNmViMGJkODNhZTI4NTI1ZWMwZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8cf85118-b13e-4247-8b26-8b041e6629f0" } ], "workloadContext": "Production" } 2023-01-25T08:31:18.097Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T08:31:18.098Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d3071951-57d0-4089-bff1-e2ac85a3a45e ASDC 2023-01-25T08:31:18.098Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0ffaf356-9e96-4d4c-b319-ee56fa061520 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d3071951-57d0-4089-bff1-e2ac85a3a45e ServiceInvariantUUID:1aee5ff3-d25b-4f09-abae-16a14800b684 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:8cf85118-b13e-4247-8b26-8b041e6629f0 ArtifactChecksum:MDE2MDdmNGQ4MTIzNmViMGJkODNhZTI4NTI1ZWMwZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a069d1d1-626d-452c-b932-c08f6934e22a ResourceInvariantUUID:051fc461-c31c-4cd1-afa9-ae1a29f43e79 ResourceName:basic_vm ResourceType:VF ResourceUUID:51d770e4-6b0d-49d5-a602-d06b3b70852f 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:8ae6f49f-0869-4e47-99ed-38d9087eae50 ArtifactChecksum:OTc2YTg1Yzk4OWQ4ZmYyYjJjNjQzNjA4ODBiMWE1ZjA= 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:ecb8e43d-59d4-4fee-9c48-cb9f461b741c 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:2461096c-101e-49aa-a64d-58fa8d41e1b8 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:2461096c-101e-49aa-a64d-58fa8d41e1b8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T08:31:18.099Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3071951-57d0-4089-bff1-e2ac85a3a45e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T08:31:18.169Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:31:18.170Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:31:18.170Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:31:18.171Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8cf85118-b13e-4247-8b26-8b041e6629f0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-25T08:31:18.171Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:31:18.171Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-25T08:31:18.243Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8cf85118-b13e-4247-8b26-8b041e6629f0 75188 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:18.247Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635478247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:31:19.248Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:31:19.249Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:31:19.249Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8cf85118-b13e-4247-8b26-8b041e6629f0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-25T08:31:19.250Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-25T08:31:19.250Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-25T08:31:19.250Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-25T08:31:19.517Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12285549880381249051/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-01-25T08:31:20.862Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T08:31:20.862Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:31:20.862Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-25T08:31:20.863Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-25T08:31:20.863Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.863Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-BasicVm-csar.csar 2023-01-25T08:31:20.863Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.863Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.864Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-BasicVm-csar.csar 2023-01-25T08:31:20.864Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-BasicVm-csar.csar 2023-01-25T08:31:20.864Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.864Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:31:20.865Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.865Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.865Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:20.866Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:31:20.866Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:31:20.866Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.866Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.867Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:20.867Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:31:20.867Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:31:20.868Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.868Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.868Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.868Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-25T08:31:20.869Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-25T08:31:20.869Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-25T08:31:20.869Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-25T08:31:20.869Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T08:31:20.869Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T08:31:20.870Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.870Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T08:31:20.870Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.871Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:20.871Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:20.871Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.872Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:20.872Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:20.872Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.872Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:20.873Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:20.873Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.873Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-25T08:31:20.873Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-25T08:31:20.874Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T08:31:20.874Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eaaca3a3-8306-483d-8223-c6ca5f5d0aee 2023-01-25T08:31:20.874Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.874Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.875Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.875Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.875Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.875Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.876Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:20.876Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:20.876Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d3071951-57d0-4089-bff1-e2ac85a3a45e Model Version:NULL Model InvariantUuid:1aee5ff3-d25b-4f09-abae-16a14800b684 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a090092a-f3e2-42ed-83de-60e57c889ba1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:051fc461-c31c-4cd1-afa9-ae1a29f43e79 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a069d1d1-626d-452c-b932-c08f6934e22a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:48ceac11-15b7-4c82-8620-3183d68e029f ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8af0e005-fc53-422c-9a05-b254accd5443 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eaaca3a3-8306-483d-8223-c6ca5f5d0aee ModelInvariantUuid:de7b637c-b178-4685-9991-28954e115ea5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:52a2b351-815f-4a74-84c2-2427083a906d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d1be9e9b-fe32-47f1-a2cf-3f80793fb56c ModelInvariantUuid:fa2173f8-52c7-49fd-9d8e-a3f609f46174 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:579880a8-fbd3-420b-89b3-4d35de4ebe10 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-01-25T08:31:20.883Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 51d770e4-6b0d-49d5-a602-d06b3b70852f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:31:20.886Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||basic_vm 0 2023-01-25T08:31:20.886Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51d770e4-6b0d-49d5-a602-d06b3b70852f 2023-01-25T08:31:20.887Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8ae6f49f-0869-4e47-99ed-38d9087eae50 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-25T08:31:20.887Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:31:20.887Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-25T08:31:20.937Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:31:20.938Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8ae6f49f-0869-4e47-99ed-38d9087eae50 787 2023-01-25T08:31:20.939Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.939Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:20.939Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:31:20.940Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:20.940Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:20.940Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635480939, "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-01-25T08:31:21.943Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48ceac11-15b7-4c82-8620-3183d68e029f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8af0e005-fc53-422c-9a05-b254accd5443", "vfModuleModelCustomizationUUID": "c3c2d665-2278-4f38-b08f-791f99671eab", "isBase": true, "artifacts": [ "ecb8e43d-59d4-4fee-9c48-cb9f461b741c", "2461096c-101e-49aa-a64d-58fa8d41e1b8" ], "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-01-25T08:31:21.948Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8af0e005-fc53-422c-9a05-b254accd5443 VfModuleModelInvariantUUID:48ceac11-15b7-4c82-8620-3183d68e029f VfModuleModelDescription:NULL Artifacts UUID List:{ ecb8e43d-59d4-4fee-9c48-cb9f461b741c , 2461096c-101e-49aa-a64d-58fa8d41e1b8 } 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-01-25T08:31:21.950Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48ceac11-15b7-4c82-8620-3183d68e029f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8af0e005-fc53-422c-9a05-b254accd5443", "vfModuleModelCustomizationUUID": "c3c2d665-2278-4f38-b08f-791f99671eab", "isBase": true, "artifacts": [ "ecb8e43d-59d4-4fee-9c48-cb9f461b741c", "2461096c-101e-49aa-a64d-58fa8d41e1b8" ], "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-01-25T08:31:21.951Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8af0e005-fc53-422c-9a05-b254accd5443 VfModuleModelInvariantUUID:48ceac11-15b7-4c82-8620-3183d68e029f VfModuleModelDescription:NULL Artifacts UUID List:{ ecb8e43d-59d4-4fee-9c48-cb9f461b741c , 2461096c-101e-49aa-a64d-58fa8d41e1b8 } 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-01-25T08:31:21.951Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ecb8e43d-59d4-4fee-9c48-cb9f461b741c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-25T08:31:21.951Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:31:21.952Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-25T08:31:22.000Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:31:22.001Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ecb8e43d-59d4-4fee-9c48-cb9f461b741c 5033 2023-01-25T08:31:22.001Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:22.002Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:22.002Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:31:22.003Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:22.003Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:22.004Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635482001, "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-01-25T08:31:23.006Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2461096c-101e-49aa-a64d-58fa8d41e1b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-25T08:31:23.007Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:31:23.007Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-25T08:31:23.048Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:31:23.050Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2461096c-101e-49aa-a64d-58fa8d41e1b8 903 2023-01-25T08:31:23.050Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:23.050Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:23.050Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:31:23.051Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:23.051Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:23.051Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635483050, "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-01-25T08:31:24.053Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d3071951-57d0-4089-bff1-e2ac85a3a45e 2023-01-25T08:31:24.054Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 51d770e4-6b0d-49d5-a602-d06b3b70852f 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-01-25T08:31:24.069Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b44cf98, org.onap.sdc.toscaparser.api.parameters.Input@2c443c7f, org.onap.sdc.toscaparser.api.parameters.Input@28fb334, org.onap.sdc.toscaparser.api.parameters.Input@20dde452, org.onap.sdc.toscaparser.api.parameters.Input@2de8d7de] 2023-01-25T08:31:24.071Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.071Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.072Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-25T08:31:24.072Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a069d1d1-626d-452c-b932-c08f6934e22a 2023-01-25T08:31:24.072Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a069d1d1-626d-452c-b932-c08f6934e22a matches Tosca VF Customization UUID: a069d1d1-626d-452c-b932-c08f6934e22a 2023-01-25T08:31:24.072Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a069d1d1-626d-452c-b932-c08f6934e22a 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-01-25T08:31:24.077Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.077Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.078Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a069d1d1-626d-452c-b932-c08f6934e22a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-25T08:31:24.079Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@101b3034 2023-01-25T08:31:24.079Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.079Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T08:31:24.079Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3c2d665-2278-4f38-b08f-791f99671eab 2023-01-25T08:31:24.080Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3c2d665-2278-4f38-b08f-791f99671eab 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-01-25T08:31:24.083Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.083Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:24.084Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:24.084Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.084Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:24.085Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:24.085Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.085Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-25T08:31:24.085Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-25T08:31:24.086Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T08:31:24.086Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eaaca3a3-8306-483d-8223-c6ca5f5d0aee 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-01-25T08:31:24.090Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.090Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:24.091Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:31:24.091Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.091Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-25T08:31:24.092Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a069d1d1-626d-452c-b932-c08f6934e22a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:31:24.094Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.094Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.098Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d3071951-57d0-4089-bff1-e2ac85a3a45e: basic_vm 2023-01-25T08:31:24.099Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.099Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.099Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.099Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.100Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.100Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.100Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.101Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.101Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:31:24.101Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:31:24.101Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:24.186Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 51d770e4-6b0d-49d5-a602-d06b3b70852f 1 ASDC deployResourceStructure 2023-01-25T08:31:24.186Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:24.186Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:24.187Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:31:24.187Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:24.187Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:24.187Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635484186, "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-01-25T08:31:25.190Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:25.190Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:25.190Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:31:25.191Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:25.191Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:25.191Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635485189, "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-01-25T08:31:26.193Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:26.193Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||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-01-25T08:31:26.194Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:31:26.194Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:26.194Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:26.195Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635486193, "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-01-25T08:31:27.198Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-25T08:31:27.199Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-25T08:31:27.199Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:31:27.200Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:27.200Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:27.200Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635487198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:31:28.201Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffaf356-9e96-4d4c-b319-ee56fa061520 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:31:28.215Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffaf356-9e96-4d4c-b319-ee56fa061520 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:31:28.219Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:31:28.219Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T08:31:28.219Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T08:31:28.219Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T08:31:28.220Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:31:28.220Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:31:28.220Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:31:28.221Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:31:28.221Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:31:28.221Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-01-25T08:31:28.229Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T08:31:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:31:33.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c", "consumerID": "SO-sdc-controller", "timestamp": 1674635427253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T08:31:33.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T08:31:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:31:58.230Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ffaf356-9e96-4d4c-b319-ee56fa061520 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T08:31:58.236Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ffaf356-9e96-4d4c-b319-ee56fa061520 and serviceModelVersionId: d3071951-57d0-4089-bff1-e2ac85a3a45e 2023-01-25T08:31:58.236Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1aee5ff3-d25b-4f09-abae-16a14800b684 2023-01-25T08:31:58.237Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0 2023-01-25T08:31:58.241Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T08:31:58.291Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|INFO|500||Invoke 2023-01-25T08:31:58.292Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ffaf356-9e96-4d4c-b319-ee56fa061520], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac03024b-801b-4ca5-8954-8813029664f9], X-ECOMP-RequestID=[0ffaf356-9e96-4d4c-b319-ee56fa061520], X-TransactionId=[], X-ONAP-RequestID=[0ffaf356-9e96-4d4c-b319-ee56fa061520], Content-Type=[application/merge-patch+json]} 2023-01-25T08:31:58.319Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T08:31:58.612Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 08:31:58 GMT], content-length=[0], vertex-id=[168176], x-aai-txid=[0-aai-resources-230125-08:31:58:648-72001], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T08:31:58.612Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T08:31:58.613Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aee5ff3-d25b-4f09-abae-16a14800b684/model-vers/model-ver/d3071951-57d0-4089-bff1-e2ac85a3a45e?depth=0|INFO|500||InvokeReturn 2023-01-25T08:31:58.613Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T08:31:58.613Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-01-25T08:31:58.619Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|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-01-25T08:31:58.620Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ffaf356-9e96-4d4c-b319-ee56fa061520 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T08:31:58.620Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T08:31:58.621Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:58.621Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:58.621Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635518620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T08:31:59.634Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T08:31:59.635Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ea742628-dcfa-4504-bec5-3f1aecc2cf83","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cd4743e5-ea0f-44af-9d6a-296aaf3c8e64","serviceDescription":"service","serviceInvariantUUID":"6eee99c8-ae50-450d-a078-25dfebe9ae2c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f30d9aa9-d574-476c-84aa-597ede67ebbd","resourceInvariantUUID":"edaee36a-c53e-4d7c-a22a-bfe508587fda","resourceCustomizationUUID":"25ff35a7-9dd3-48fe-a456-f1357a129e81","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGFlMGE5NTdlYzgyZTk0MmU4NTIxNjdkOTc3ZDhhOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a55886ba-7e0d-4218-a5bc-9dea0280e674","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b3b06e2-c1f4-4fcf-abe8-b0b7023f1b0f","artifactVersion":"2","generatedFromUUID":"2a3214db-56b5-4614-b355-5c44ad55eb37"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a3214db-56b5-4614-b355-5c44ad55eb37","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODYwY2RkYmJjZDI3Njk5M2VhNjhhZTU1NWNkY2JlYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71a072d9-aeb2-4dc9-bc6d-0e6c4eeb42c0","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7377b50e-4ac0-4fb3-be09-54bd376ee0c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6bbb5357-7619-44c9-acd6-1ac71ce866c5","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3154a43a-accc-4229-bb1c-a8402e70a49f","artifactVersion":"2","generatedFromUUID":"7377b50e-4ac0-4fb3-be09-54bd376ee0c5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWNhYTFjMmNkMzA5MjYwOWFiNzJkYTE1YzA4MDc5NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e558b42b-d8d0-4927-bc1d-251fe1862721","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjM4ZGQ0MWU5Y2ZhMzZhZWY4ZDkzY2I5N2Q1YjQ2YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a22d13d3-5b0d-40e4-9589-51f0e0722f88","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T08:31:59.635Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:31:59.635Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:31:59.635Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:31:59.636Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:00.636Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:00.637Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:00.637Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:00.638Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:01.639Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:01.640Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:01.640Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:01.641Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:02.641Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:02.642Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:02.642Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:02.642Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:03.644Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:03.645Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:03.646Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:03.646Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:04.659Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:04.660Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:04.660Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:04.661Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:05.662Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:05.663Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:05.664Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:05.664Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:06.665Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:06.666Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:06.666Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:06.666Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:07.668Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T08:32:07.669Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:07.669Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:07.669Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:08.672Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cd4743e5-ea0f-44af-9d6a-296aaf3c8e64", "serviceDescription": "service", "serviceInvariantUUID": "6eee99c8-ae50-450d-a078-25dfebe9ae2c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "25ff35a7-9dd3-48fe-a456-f1357a129e81", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f30d9aa9-d574-476c-84aa-597ede67ebbd", "resourceInvariantUUID": "edaee36a-c53e-4d7c-a22a-bfe508587fda", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4b3b06e2-c1f4-4fcf-abe8-b0b7023f1b0f", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2a3214db-56b5-4614-b355-5c44ad55eb37", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ODYwY2RkYmJjZDI3Njk5M2VhNjhhZTU1NWNkY2JlYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71a072d9-aeb2-4dc9-bc6d-0e6c4eeb42c0", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7377b50e-4ac0-4fb3-be09-54bd376ee0c5", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3154a43a-accc-4229-bb1c-a8402e70a49f", "generatedFromUUID": "7377b50e-4ac0-4fb3-be09-54bd376ee0c5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3154a43a-accc-4229-bb1c-a8402e70a49f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjM4ZGQ0MWU5Y2ZhMzZhZWY4ZDkzY2I5N2Q1YjQ2YWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a22d13d3-5b0d-40e4-9589-51f0e0722f88" } ], "workloadContext": "Production" } 2023-01-25T08:32:08.672Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T08:32:08.672Z|0ffaf356-9e96-4d4c-b319-ee56fa061520|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 ASDC 2023-01-25T08:32:08.673Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ea742628-dcfa-4504-bec5-3f1aecc2cf83 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 ServiceInvariantUUID:6eee99c8-ae50-450d-a078-25dfebe9ae2c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:a22d13d3-5b0d-40e4-9589-51f0e0722f88 ArtifactChecksum:MjM4ZGQ0MWU5Y2ZhMzZhZWY4ZDkzY2I5N2Q1YjQ2YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:25ff35a7-9dd3-48fe-a456-f1357a129e81 ResourceInvariantUUID:edaee36a-c53e-4d7c-a22a-bfe508587fda ResourceName:basic_cnf ResourceType:VF ResourceUUID:f30d9aa9-d574-476c-84aa-597ede67ebbd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:4b3b06e2-c1f4-4fcf-abe8-b0b7023f1b0f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:2a3214db-56b5-4614-b355-5c44ad55eb37 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:71a072d9-aeb2-4dc9-bc6d-0e6c4eeb42c0 ArtifactChecksum:ODYwY2RkYmJjZDI3Njk5M2VhNjhhZTU1NWNkY2JlYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:7377b50e-4ac0-4fb3-be09-54bd376ee0c5 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3154a43a-accc-4229-bb1c-a8402e70a49f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3154a43a-accc-4229-bb1c-a8402e70a49f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T08:32:08.673Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T08:32:08.719Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:32:08.722Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:32:08.722Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:32:08.722Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a22d13d3-5b0d-40e4-9589-51f0e0722f88 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-25T08:32:08.722Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:08.722Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-25T08:32:08.852Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:08.858Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a22d13d3-5b0d-40e4-9589-51f0e0722f88 73996 2023-01-25T08:32:08.858Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-25T08:32:08.858Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-25T08:32:08.858Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:08.858Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:08.859Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:08.859Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635528858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:09.860Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T08:32:09.860Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T08:32:09.861Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a22d13d3-5b0d-40e4-9589-51f0e0722f88, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:09.861Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-25T08:32:09.861Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:09.862Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:09.988Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4974664502833754284/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-25T08:32:11.333Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T08:32:11.334Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:32:11.334Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:11.335Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-25T08:32:11.335Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:11.335Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2023-01-25T08:32:11.336Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-25T08:32:11.336Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|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-BasicCnf-csar.csar 2023-01-25T08:32:11.336Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T08:32:11.337Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.337Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.338Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:11.338Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:32:11.339Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:32:11.339Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.339Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.340Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:11.340Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T08:32:11.340Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T08:32:11.341Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.341Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.342Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.342Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-25T08:32:11.342Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-25T08:32:11.343Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-25T08:32:11.343Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T08:32:11.344Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.344Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T08:32:11.344Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.345Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:11.345Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:11.346Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.346Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:11.346Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:11.346Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.347Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:11.347Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:11.348Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.348Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-25T08:32:11.348Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-25T08:32:11.349Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=37a76872-45b7-4ed8-a4f3-87641f60f61b 2023-01-25T08:32:11.349Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.349Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.350Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.350Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.351Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.351Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.351Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:11.352Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:11.352Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 Model Version:NULL Model InvariantUuid:6eee99c8-ae50-450d-a078-25dfebe9ae2c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c3a3d099-0ea3-4121-98ec-f8c287bf86a2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:edaee36a-c53e-4d7c-a22a-bfe508587fda Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:25ff35a7-9dd3-48fe-a456-f1357a129e81 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4cd85672-a1fa-40eb-a9ae-146ecd5ae4e3 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:564364cd-07c0-45d1-b474-c172f8fe93c7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:37a76872-45b7-4ed8-a4f3-87641f60f61b ModelInvariantUuid:7d7598f4-d117-42d1-a099-f096e31c72e6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:567319bc-7161-4053-94ae-0c2d4cf65289 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c90f5941-f890-4a03-bafa-eb8452983900 ModelInvariantUuid:d2dec967-c78d-4108-9e17-402320b67407 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2d162f51-6a98-4378-ba40-5eb6da364271 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-01-25T08:32:11.359Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f30d9aa9-d574-476c-84aa-597ede67ebbd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:32:11.364Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||basic_cnf 0 2023-01-25T08:32:11.364Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f30d9aa9-d574-476c-84aa-597ede67ebbd 2023-01-25T08:32:11.364Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b3b06e2-c1f4-4fcf-abe8-b0b7023f1b0f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-25T08:32:11.365Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:11.365Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-25T08:32:11.410Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:11.411Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4b3b06e2-c1f4-4fcf-abe8-b0b7023f1b0f 12 2023-01-25T08:32:11.411Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-25T08:32:11.411Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-25T08:32:11.412Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:11.412Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:11.412Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:11.413Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635531411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:12.414Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a3214db-56b5-4614-b355-5c44ad55eb37 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-25T08:32:12.414Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:12.415Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-25T08:32:12.463Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:12.463Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2a3214db-56b5-4614-b355-5c44ad55eb37 2688 2023-01-25T08:32:12.464Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-25T08:32:12.464Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-25T08:32:12.464Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:12.465Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:12.465Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:12.465Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635532464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:13.466Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 71a072d9-aeb2-4dc9-bc6d-0e6c4eeb42c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-25T08:32:13.467Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:13.467Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-25T08:32:13.510Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:13.510Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 71a072d9-aeb2-4dc9-bc6d-0e6c4eeb42c0 828 2023-01-25T08:32:13.511Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-25T08:32:13.511Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-25T08:32:13.511Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:13.511Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:13.512Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:13.512Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635533511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:14.513Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4cd85672-a1fa-40eb-a9ae-146ecd5ae4e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "564364cd-07c0-45d1-b474-c172f8fe93c7", "vfModuleModelCustomizationUUID": "56b76601-56fb-4bf4-95c4-818641645963", "isBase": true, "artifacts": [ "7377b50e-4ac0-4fb3-be09-54bd376ee0c5", "2a3214db-56b5-4614-b355-5c44ad55eb37", "3154a43a-accc-4229-bb1c-a8402e70a49f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-25T08:32:14.518Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:564364cd-07c0-45d1-b474-c172f8fe93c7 VfModuleModelInvariantUUID:4cd85672-a1fa-40eb-a9ae-146ecd5ae4e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 7377b50e-4ac0-4fb3-be09-54bd376ee0c5 , 2a3214db-56b5-4614-b355-5c44ad55eb37 , 3154a43a-accc-4229-bb1c-a8402e70a49f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-01-25T08:32:14.521Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4cd85672-a1fa-40eb-a9ae-146ecd5ae4e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "564364cd-07c0-45d1-b474-c172f8fe93c7", "vfModuleModelCustomizationUUID": "56b76601-56fb-4bf4-95c4-818641645963", "isBase": true, "artifacts": [ "7377b50e-4ac0-4fb3-be09-54bd376ee0c5", "2a3214db-56b5-4614-b355-5c44ad55eb37", "3154a43a-accc-4229-bb1c-a8402e70a49f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-25T08:32:14.522Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:564364cd-07c0-45d1-b474-c172f8fe93c7 VfModuleModelInvariantUUID:4cd85672-a1fa-40eb-a9ae-146ecd5ae4e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 7377b50e-4ac0-4fb3-be09-54bd376ee0c5 , 2a3214db-56b5-4614-b355-5c44ad55eb37 , 3154a43a-accc-4229-bb1c-a8402e70a49f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-01-25T08:32:14.522Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7377b50e-4ac0-4fb3-be09-54bd376ee0c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-25T08:32:14.522Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:14.522Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-25T08:32:14.564Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:14.564Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7377b50e-4ac0-4fb3-be09-54bd376ee0c5 1164 2023-01-25T08:32:14.565Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-25T08:32:14.565Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-25T08:32:14.565Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:14.565Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:14.566Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:14.566Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635534565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:15.567Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3154a43a-accc-4229-bb1c-a8402e70a49f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-25T08:32:15.568Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T08:32:15.569Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-25T08:32:15.618Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T08:32:15.619Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3154a43a-accc-4229-bb1c-a8402e70a49f 200 2023-01-25T08:32:15.619Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-25T08:32:15.619Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-25T08:32:15.619Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T08:32:15.620Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:15.620Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:15.620Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635535619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:16.621Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 2023-01-25T08:32:16.622Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f30d9aa9-d574-476c-84aa-597ede67ebbd 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=? 2023-01-25T08:32:16.636Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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-01-25T08:32:16.644Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@596b6683, org.onap.sdc.toscaparser.api.parameters.Input@49313e0a, org.onap.sdc.toscaparser.api.parameters.Input@736ec5d7, org.onap.sdc.toscaparser.api.parameters.Input@315f9a3a, org.onap.sdc.toscaparser.api.parameters.Input@3382bdec] 2023-01-25T08:32:16.646Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.647Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.647Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-25T08:32:16.647Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 25ff35a7-9dd3-48fe-a456-f1357a129e81 2023-01-25T08:32:16.647Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25ff35a7-9dd3-48fe-a456-f1357a129e81 matches Tosca VF Customization UUID: 25ff35a7-9dd3-48fe-a456-f1357a129e81 2023-01-25T08:32:16.648Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 25ff35a7-9dd3-48fe-a456-f1357a129e81 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-01-25T08:32:16.650Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.650Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.651Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 25ff35a7-9dd3-48fe-a456-f1357a129e81: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-25T08:32:16.651Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b05ed9a 2023-01-25T08:32:16.651Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.651Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T08:32:16.652Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56b76601-56fb-4bf4-95c4-818641645963 2023-01-25T08:32:16.652Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56b76601-56fb-4bf4-95c4-818641645963 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-01-25T08:32:16.654Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.655Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:16.655Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:16.656Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.656Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:16.656Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:16.656Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.657Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-25T08:32:16.657Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-25T08:32:16.657Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=37a76872-45b7-4ed8-a4f3-87641f60f61b 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-01-25T08:32:16.659Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.660Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:16.660Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T08:32:16.660Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.660Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-25T08:32:16.660Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=25ff35a7-9dd3-48fe-a456-f1357a129e81 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T08:32:16.662Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.663Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.663Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cd4743e5-ea0f-44af-9d6a-296aaf3c8e64: basic_cnf 2023-01-25T08:32:16.663Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.663Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.664Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.664Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.664Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.664Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.665Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.665Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.665Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T08:32:16.665Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T08:32:16.666Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 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: 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 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-01-25T08:32:16.748Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f30d9aa9-d574-476c-84aa-597ede67ebbd 1 ASDC deployResourceStructure 2023-01-25T08:32:16.749Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-25T08:32:16.749Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-01-25T08:32:16.749Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-25T08:32:16.750Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:16.750Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:16.750Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635536748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.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-01-25T08:32:17.752Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-25T08:32:17.752Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-25T08:32:17.752Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-25T08:32:17.753Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:17.753Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:17.753Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635537751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.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-01-25T08:32:18.754Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-25T08:32:18.754Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-25T08:32:18.754Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:32:18.755Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:18.755Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:18.755Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635538754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:19.756Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-25T08:32:19.757Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-25T08:32:19.757Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:32:19.758Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:19.758Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:19.758Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635539756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:20.760Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-25T08:32:20.760Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-25T08:32:20.761Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:32:20.761Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:20.761Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:20.762Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635540759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:21.763Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-25T08:32:21.763Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-25T08:32:21.763Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T08:32:21.764Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:21.764Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:21.764Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635541763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:22.765Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea742628-dcfa-4504-bec5-3f1aecc2cf83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:32:22.777Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea742628-dcfa-4504-bec5-3f1aecc2cf83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T08:32:22.779Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T08:32:22.779Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T08:32:22.779Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:32:22.780Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T08:32:22.781Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|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-01-25T08:32:22.785Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T08:32:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:32:33.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635436448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:32:33.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635438818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:32:33.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3", "consumerID": "SO-sdc-controller", "timestamp": 1674635470058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T08:32:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T08:32:33.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635478247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635480939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635482001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635483050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635484186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T08:32:33.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635485189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635486193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:33.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:32:33.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635487198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:32:33.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:32:52.786Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea742628-dcfa-4504-bec5-3f1aecc2cf83 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T08:32:52.793Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea742628-dcfa-4504-bec5-3f1aecc2cf83 and serviceModelVersionId: cd4743e5-ea0f-44af-9d6a-296aaf3c8e64 2023-01-25T08:32:52.793Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6eee99c8-ae50-450d-a078-25dfebe9ae2c 2023-01-25T08:32:52.794Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0 2023-01-25T08:32:52.799Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T08:32:52.869Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|INFO|500||Invoke 2023-01-25T08:32:52.869Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea742628-dcfa-4504-bec5-3f1aecc2cf83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f61b0f88-a1b5-4455-8459-c3450a9196f7], X-ECOMP-RequestID=[ea742628-dcfa-4504-bec5-3f1aecc2cf83], X-TransactionId=[], X-ONAP-RequestID=[ea742628-dcfa-4504-bec5-3f1aecc2cf83], Content-Type=[application/merge-patch+json]} 2023-01-25T08:32:52.897Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T08:32:53.086Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 08:32:53 GMT], content-length=[0], vertex-id=[471040], x-aai-txid=[1-aai-resources-230125-08:32:53:226-76034], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T08:32:53.087Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T08:32:53.088Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eee99c8-ae50-450d-a078-25dfebe9ae2c/model-vers/model-ver/cd4743e5-ea0f-44af-9d6a-296aaf3c8e64?depth=0|INFO|500||InvokeReturn 2023-01-25T08:32:53.089Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T08:32:53.089Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|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-01-25T08:32:53.095Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|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-01-25T08:32:53.095Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea742628-dcfa-4504-bec5-3f1aecc2cf83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T08:32:53.096Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T08:32:53.096Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T08:32:53.096Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T08:32:53.096Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635573096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T08:32:54.117Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:33:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:33:33.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520", "consumerID": "SO-sdc-controller", "timestamp": 1674635518620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T08:33:33.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:33:33.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-25T08:33:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-25T08:33:33.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-25T08:33:33.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-25T08:33:33.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T08:33:33.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635428278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-25T08:33:33.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635528858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635531411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635532464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635533511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635534565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635535619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635536748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635537751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-25T08:33:33.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635538754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T08:33:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635539756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-25T08:33:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.982Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635540759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-25T08:33:33.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T08:33:33.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635541763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T08:33:33.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:33:54.118Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:34:33.966Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:34:33.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-25T08:34:33.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83", "consumerID": "SO-sdc-controller", "timestamp": 1674635573096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T08:34:33.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T08:34:54.119Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:35:33.965Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:35:54.121Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:36:33.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:36:54.121Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:37:33.968Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:37:54.123Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:38:33.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:38:54.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:39:33.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:39:54.141Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:40:33.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:40:54.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:41:33.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:41:54.144Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:42:33.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:42:54.144Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:43:33.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:43:54.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:44:33.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:44:54.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:45:33.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:45:54.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:46:33.987Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:46:54.150Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:47:33.988Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:47:54.150Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:48:33.990Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:48:54.152Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:49:34.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:49:54.154Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:50:34.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:50:54.155Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:51:34.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:51:54.157Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:52:34.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:52:54.157Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:53:34.007Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:53:54.159Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:54:34.008Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:54:54.159Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:55:34.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:55:54.161Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:56:34.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:56:54.161Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:57:34.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:57:54.162Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:58:34.013Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:58:54.163Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T08:59:34.014Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T08:59:54.165Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:00:12.448Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T09:00:12.448Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"07cb1a1c-4b81-4657-b4f0-2adc5f16289a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22","serviceDescription":"service","serviceInvariantUUID":"aac3b69e-01af-4fca-bbaa-d7d5be32fa3a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4328530-f99e-48bb-97ad-9484dff90321","resourceInvariantUUID":"b01b4569-b47f-48a5-bb43-cce410c0e854","resourceCustomizationUUID":"8e79b24c-15f2-45f9-9436-ba038a7431c3","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":"Yzc4MmZhOGRiYTM3NWEwZjRmYTMxN2NhNTU0MGJiMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e55e564-9973-4719-a174-3dc34d25bcb2","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":"Y2Y3ZDEzNzYzNDIxMGQxOWZjMGUxYzJiY2E1YWQ2NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29c50aad-ff1a-405f-8860-e03c838090c9","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":"2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4","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":"5d98e418-4ad1-40a1-bc2e-ec7457b4ffbf","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":"27d38f88-efe0-410c-b0b6-9e2279208beb","artifactVersion":"2","generatedFromUUID":"0053cd1b-4b9d-4263-b4e8-b8299ef5773f"},{"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":"90012b23-f98c-4bbe-b727-5c679566bf85","artifactVersion":"2","generatedFromUUID":"2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4"},{"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":"0053cd1b-4b9d-4263-b4e8-b8299ef5773f","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":"b215b74d-5603-434a-a0e7-239ae908373b","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":"MmIyZjIxNzU3YTZlODdhNDM1YmU3MDQwYTM5ZTgzMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c685e210-2eaa-4cdc-a6f5-7751d12ade22","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzAwNzcyNWE4YWM3MWJhMGJhYjIyNmVkZDVlZTRmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce7131bd-2d5b-42b4-b160-45da41bec486","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T09:00:12.454Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:12.455Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:12.455Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:12.455Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:12.461Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.461Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T09:00:12.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-25T09:00:12.469Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:00:12.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:00:13.466Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:13.467Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:13.467Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:13.467Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:14.469Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:14.470Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:14.470Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:14.471Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:15.473Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:15.474Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:15.474Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:15.474Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:16.476Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:16.477Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:16.477Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:16.477Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:17.479Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:17.480Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:17.480Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:17.480Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:18.482Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:18.483Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:18.483Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:18.483Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:19.485Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:19.486Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:19.486Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:19.487Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "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-01-25T09:00:20.489Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:20.489Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:20.489Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:20.490Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:00:21.492Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:00:21.493Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:21.493Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:21.493Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:00:22.499Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22", "serviceDescription": "service", "serviceInvariantUUID": "aac3b69e-01af-4fca-bbaa-d7d5be32fa3a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8e79b24c-15f2-45f9-9436-ba038a7431c3", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4328530-f99e-48bb-97ad-9484dff90321", "resourceInvariantUUID": "b01b4569-b47f-48a5-bb43-cce410c0e854", "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": "Y2Y3ZDEzNzYzNDIxMGQxOWZjMGUxYzJiY2E1YWQ2NDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29c50aad-ff1a-405f-8860-e03c838090c9", "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": "2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4", "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": "90012b23-f98c-4bbe-b727-5c679566bf85", "generatedFromUUID": "2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4" }, "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": "27d38f88-efe0-410c-b0b6-9e2279208beb", "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": "90012b23-f98c-4bbe-b727-5c679566bf85", "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": "0053cd1b-4b9d-4263-b4e8-b8299ef5773f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzAwNzcyNWE4YWM3MWJhMGJhYjIyNmVkZDVlZTRmNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce7131bd-2d5b-42b4-b160-45da41bec486" } ], "workloadContext": "Production" } 2023-01-25T09:00:22.499Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T09:00:22.500Z|ea742628-dcfa-4504-bec5-3f1aecc2cf83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 ASDC 2023-01-25T09:00:22.501Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:07cb1a1c-4b81-4657-b4f0-2adc5f16289a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 ServiceInvariantUUID:aac3b69e-01af-4fca-bbaa-d7d5be32fa3a 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:ce7131bd-2d5b-42b4-b160-45da41bec486 ArtifactChecksum:NzAwNzcyNWE4YWM3MWJhMGJhYjIyNmVkZDVlZTRmNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8e79b24c-15f2-45f9-9436-ba038a7431c3 ResourceInvariantUUID:b01b4569-b47f-48a5-bb43-cce410c0e854 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:c4328530-f99e-48bb-97ad-9484dff90321 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:29c50aad-ff1a-405f-8860-e03c838090c9 ArtifactChecksum:Y2Y3ZDEzNzYzNDIxMGQxOWZjMGUxYzJiY2E1YWQ2NDA= 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:2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4 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:90012b23-f98c-4bbe-b727-5c679566bf85 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:27d38f88-efe0-410c-b0b6-9e2279208beb 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:90012b23-f98c-4bbe-b727-5c679566bf85 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:0053cd1b-4b9d-4263-b4e8-b8299ef5773f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T09:00:22.502Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T09:00:22.604Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:00:22.605Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:00:22.606Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:00:22.606Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce7131bd-2d5b-42b4-b160-45da41bec486 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:22.606Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:22.607Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:22.711Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:22.724Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ce7131bd-2d5b-42b4-b160-45da41bec486 163290 2023-01-25T09:00:22.725Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:00:22.726Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:22.726Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:22.727Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:22.728Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:22.728Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637222725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:00:23.730Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:00:23.731Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:00:23.731Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ce7131bd-2d5b-42b4-b160-45da41bec486, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:23.732Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-25T09:00:23.733Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:23.733Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:23.919Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18440372490427136975/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-25T09:00:25.414Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T09:00:25.415Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:00:25.415Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:25.415Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|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-BasicCnfMacro-csar.csar 2023-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.416Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.417Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.417Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:00:25.417Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:00:25.417Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.417Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.418Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.419Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.420Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-25T09:00:25.421Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4244641f-e07a-4b7f-8c83-4c1122de2bc0 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.422Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.423Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:25.423Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:25.423Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 Model Version:NULL Model InvariantUuid:aac3b69e-01af-4fca-bbaa-d7d5be32fa3a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:94b16f0f-95d3-4fc9-a03b-c61d65130ad6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b01b4569-b47f-48a5-bb43-cce410c0e854 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e79b24c-15f2-45f9-9436-ba038a7431c3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:43894bd3-1d8d-4ebd-8c13-f69f33369de1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3f80fb66-a14b-418e-adff-13398b816802 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:2c04b708-5e3f-4065-a3ec-4c9db779cfec ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:84f028a6-39ac-465e-bd64-512684b2112b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4244641f-e07a-4b7f-8c83-4c1122de2bc0 ModelInvariantUuid:d14f1a93-a59f-477f-995c-50777fb7d4a8 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:3c1bf7fc-f63c-448d-aaf2-622a3b66bcb8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:8847408b-e488-4a82-bfec-5088c82e264e ModelInvariantUuid:8bc3008d-9e42-4b43-96c8-2a554b27c2eb ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:c64815c7-ed8b-4ab7-b82f-69f9d286fea8 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-01-25T09:00:25.430Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c4328530-f99e-48bb-97ad-9484dff90321 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T09:00:25.435Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2023-01-25T09:00:25.435Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4328530-f99e-48bb-97ad-9484dff90321 2023-01-25T09:00:25.436Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 29c50aad-ff1a-405f-8860-e03c838090c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-25T09:00:25.436Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:25.436Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-25T09:00:25.496Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:25.496Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 29c50aad-ff1a-405f-8860-e03c838090c9 1565 2023-01-25T09:00:25.496Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:25.497Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:25.497Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:25.497Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:25.497Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:25.497Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637225496, "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-01-25T09:00:26.498Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2c04b708-5e3f-4065-a3ec-4c9db779cfec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84f028a6-39ac-465e-bd64-512684b2112b", "vfModuleModelCustomizationUUID": "ae4c18f0-7266-40a8-bda5-00d4c855abc4", "isBase": true, "artifacts": [ "2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4", "90012b23-f98c-4bbe-b727-5c679566bf85" ], "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": "43894bd3-1d8d-4ebd-8c13-f69f33369de1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f80fb66-a14b-418e-adff-13398b816802", "vfModuleModelCustomizationUUID": "b6840463-1928-42c1-a947-a98b49d1808a", "isBase": false, "artifacts": [ "0053cd1b-4b9d-4263-b4e8-b8299ef5773f" ], "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-01-25T09:00:26.503Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84f028a6-39ac-465e-bd64-512684b2112b VfModuleModelInvariantUUID:2c04b708-5e3f-4065-a3ec-4c9db779cfec VfModuleModelDescription:NULL Artifacts UUID List:{ 2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4 , 90012b23-f98c-4bbe-b727-5c679566bf85 } 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:3f80fb66-a14b-418e-adff-13398b816802 VfModuleModelInvariantUUID:43894bd3-1d8d-4ebd-8c13-f69f33369de1 VfModuleModelDescription:NULL Artifacts UUID List:{ 0053cd1b-4b9d-4263-b4e8-b8299ef5773f } 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-01-25T09:00:26.505Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "2c04b708-5e3f-4065-a3ec-4c9db779cfec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84f028a6-39ac-465e-bd64-512684b2112b", "vfModuleModelCustomizationUUID": "ae4c18f0-7266-40a8-bda5-00d4c855abc4", "isBase": true, "artifacts": [ "2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4", "90012b23-f98c-4bbe-b727-5c679566bf85" ], "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": "43894bd3-1d8d-4ebd-8c13-f69f33369de1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f80fb66-a14b-418e-adff-13398b816802", "vfModuleModelCustomizationUUID": "b6840463-1928-42c1-a947-a98b49d1808a", "isBase": false, "artifacts": [ "0053cd1b-4b9d-4263-b4e8-b8299ef5773f" ], "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-01-25T09:00:26.505Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84f028a6-39ac-465e-bd64-512684b2112b VfModuleModelInvariantUUID:2c04b708-5e3f-4065-a3ec-4c9db779cfec VfModuleModelDescription:NULL Artifacts UUID List:{ 2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4 , 90012b23-f98c-4bbe-b727-5c679566bf85 } 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:3f80fb66-a14b-418e-adff-13398b816802 VfModuleModelInvariantUUID:43894bd3-1d8d-4ebd-8c13-f69f33369de1 VfModuleModelDescription:NULL Artifacts UUID List:{ 0053cd1b-4b9d-4263-b4e8-b8299ef5773f } 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-01-25T09:00:26.505Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-25T09:00:26.505Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:26.505Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-25T09:00:26.550Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2c9cc3d9-1545-4b5a-a2d9-e0a92fe54cb4 914 2023-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:26.551Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:26.552Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637226551, "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-01-25T09:00:27.553Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 27d38f88-efe0-410c-b0b6-9e2279208beb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-25T09:00:27.554Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:27.555Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-25T09:00:27.625Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:27.626Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 27d38f88-efe0-410c-b0b6-9e2279208beb 12 2023-01-25T09:00:27.626Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:27.627Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:27.627Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:27.628Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:27.628Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:27.628Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637227626, "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-01-25T09:00:28.629Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90012b23-f98c-4bbe-b727-5c679566bf85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-25T09:00:28.630Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:28.630Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-25T09:00:28.672Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:28.673Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 90012b23-f98c-4bbe-b727-5c679566bf85 96 2023-01-25T09:00:28.674Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:28.674Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:28.674Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:28.675Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:28.675Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:28.675Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637228673, "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-01-25T09:00:29.677Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0053cd1b-4b9d-4263-b4e8-b8299ef5773f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-25T09:00:29.678Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:00:29.678Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-25T09:00:29.724Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:00:29.724Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0053cd1b-4b9d-4263-b4e8-b8299ef5773f 20206 2023-01-25T09:00:29.725Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:29.725Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:29.725Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:00:29.725Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:29.726Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:29.726Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637229725, "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-01-25T09:00:30.731Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 2023-01-25T09:00:30.731Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c4328530-f99e-48bb-97ad-9484dff90321 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-01-25T09:00:30.744Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f611ea5, org.onap.sdc.toscaparser.api.parameters.Input@4969ed88, org.onap.sdc.toscaparser.api.parameters.Input@2849e664, org.onap.sdc.toscaparser.api.parameters.Input@1c2ab648, org.onap.sdc.toscaparser.api.parameters.Input@7b59075e] 2023-01-25T09:00:30.746Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.747Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.747Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-25T09:00:30.747Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8e79b24c-15f2-45f9-9436-ba038a7431c3 2023-01-25T09:00:30.747Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e79b24c-15f2-45f9-9436-ba038a7431c3 matches Tosca VF Customization UUID: 8e79b24c-15f2-45f9-9436-ba038a7431c3 2023-01-25T09:00:30.748Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8e79b24c-15f2-45f9-9436-ba038a7431c3 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-01-25T09:00:30.751Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.752Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.753Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8e79b24c-15f2-45f9-9436-ba038a7431c3: {\"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-01-25T09:00:30.753Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53167eef 2023-01-25T09:00:30.753Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.754Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T09:00:30.754Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6840463-1928-42c1-a947-a98b49d1808a 2023-01-25T09:00:30.755Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6840463-1928-42c1-a947-a98b49d1808a 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-01-25T09:00:30.758Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.759Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:30.760Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:30.761Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.761Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:30.761Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:00:30.762Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.762Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-25T09:00:30.762Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8e79b24c-15f2-45f9-9436-ba038a7431c3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T09:00:30.765Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.765Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.766Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22: basic_cnf_macro 2023-01-25T09:00:30.766Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.766Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.767Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.767Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.767Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.768Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.768Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.768Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.769Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:00:30.769Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:00:30.769Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:30.814Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c4328530-f99e-48bb-97ad-9484dff90321 2 ASDC deployResourceStructure 2023-01-25T09:00:30.815Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:30.816Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:30.816Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:00:30.817Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:30.817Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:30.817Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637230815, "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-01-25T09:00:31.818Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:31.819Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:31.819Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:00:31.819Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:31.819Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:31.819Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637231818, "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-01-25T09:00:32.820Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:32.821Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:32.821Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-25T09:00:32.821Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:32.821Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:32.821Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637232820, "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-01-25T09:00:33.822Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:33.823Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:33.823Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:00:33.824Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:33.824Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:33.824Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637233822, "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-01-25T09:00:33.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:00:33.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:00:33.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:00:33.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:00:33.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:00:33.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:00:33.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:00:34.825Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:34.826Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||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-01-25T09:00:34.826Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-25T09:00:34.827Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:34.827Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:34.827Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637234825, "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-01-25T09:00:35.828Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:00:35.828Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-25T09:00:35.829Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:00:35.829Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:00:35.829Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:00:35.829Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637235828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:00:36.830Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:00:36.842Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:00:36.844Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:00:36.844Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T09:00:36.844Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T09:01:06.845Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:01:06.855Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:01:06.857Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:01:06.857Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T09:01:06.857Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T09:01:33.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:01:33.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-25T09:01:33.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.982Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.985Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.988Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.989Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.990Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.995Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.995Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637202624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.997Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "ves-openapi-manager", "timestamp": 1674637192830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637201523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637209065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:33.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637194165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637212289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:33.999Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637222843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637221836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637222528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637222454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637222725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637222843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637223911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.003Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "policy-distribution", "timestamp": 1674637223845, "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-01-25T09:01:34.025Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 2023-01-25T09:01:34.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 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-01-25T09:01:34.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637224959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "cds-sdc-listener", "timestamp": 1674637225262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T09:01:34.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 2023-01-25T09:01:34.043Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cb1a1c-4b81-4657-b4f0-2adc5f16289a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T09:01:34.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637225496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.056Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637226010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.056Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637226551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637227075, "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-01-25T09:01:34.066Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 2023-01-25T09:01:34.067Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 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-01-25T09:01:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637227626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "multicloud-k8s", "timestamp": 1674637228078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637228673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "ves-openapi-manager", "timestamp": 1674637222478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637229725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637230135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.084Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637230815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.085Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "aai-model-loader", "timestamp": 1674637231137, "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-01-25T09:01:34.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 2023-01-25T09:01:34.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 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-01-25T09:01:34.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637231818, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637224847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:34.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637232820, "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-01-25T09:01:34.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-25T09:01:34.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:34.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637226264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:01:34.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637232963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:01:34.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637233822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-25T09:01:34.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:34.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:01:34.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:01:34.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:01:36.858Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:01:36.869Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:01:36.871Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:01:36.871Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T09:01:36.871Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T09:01:36.872Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T09:02:06.872Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:02:06.885Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:02:06.898Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:02:06.899Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T09:02:06.899Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-25T09:02:06.899Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-25T09:02:33.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:02:33.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637233173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:33.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:33.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637234356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:33.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:33.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637233966, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637234825, "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-01-25T09:02:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:33.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:33.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "policy-distribution", "timestamp": 1674637234967, "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-01-25T09:02:34.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6647aae7-cc6a-446d-ba62-5f117d5dfd72 2023-01-25T09:02:34.011Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6647aae7-cc6a-446d-ba62-5f117d5dfd72 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-01-25T09:02:34.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "cds-sdc-listener", "timestamp": 1674637235718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T09:02:34.030Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6647aae7-cc6a-446d-ba62-5f117d5dfd72 2023-01-25T09:02:34.030Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6647aae7-cc6a-446d-ba62-5f117d5dfd72 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T09:02:34.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637235828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637229084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637235503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637237156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637236507, "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-01-25T09:02:34.050Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 2023-01-25T09:02:34.050Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cb1a1c-4b81-4657-b4f0-2adc5f16289a 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-01-25T09:02:34.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637238211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637239258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.061Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637240281, "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-01-25T09:02:34.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6647aae7-cc6a-446d-ba62-5f117d5dfd72 2023-01-25T09:02:34.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6647aae7-cc6a-446d-ba62-5f117d5dfd72 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-01-25T09:02:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "multicloud-k8s", "timestamp": 1674637241284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.084Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637222415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.084Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.085Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637245626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.087Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637247906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.088Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637242289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.089Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637248911, "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-01-25T09:02:34.097Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6647aae7-cc6a-446d-ba62-5f117d5dfd72 2023-01-25T09:02:34.098Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6647aae7-cc6a-446d-ba62-5f117d5dfd72 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-01-25T09:02:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637250381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637257408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "aai-model-loader", "timestamp": 1674637258410, "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-01-25T09:02:34.114Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6647aae7-cc6a-446d-ba62-5f117d5dfd72 2023-01-25T09:02:34.114Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6647aae7-cc6a-446d-ba62-5f117d5dfd72 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-01-25T09:02:34.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.124Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.124Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.131Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.131Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.132Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.135Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637265969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637252744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637236719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637272289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "multicloud-k8s", "timestamp": 1674637272287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637281082, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637281770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637281678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637281850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637282086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.142Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637282882, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.143Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "cds-sdc-listener", "timestamp": 1674637283127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-01-25T09:02:34.157Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08a623b7-8e27-4d00-8024-6a3bf09c9690 2023-01-25T09:02:34.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08a623b7-8e27-4d00-8024-6a3bf09c9690 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T09:02:34.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "policy-distribution", "timestamp": 1674637283088, "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-01-25T09:02:34.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08a623b7-8e27-4d00-8024-6a3bf09c9690 2023-01-25T09:02:34.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08a623b7-8e27-4d00-8024-6a3bf09c9690 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-01-25T09:02:34.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "ves-openapi-manager", "timestamp": 1674637283884, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-25T09:02:34.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 08a623b7-8e27-4d00-8024-6a3bf09c9690 2023-01-25T09:02:34.183Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08a623b7-8e27-4d00-8024-6a3bf09c9690 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-25T09:02:34.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.192Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637286612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.194Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.194Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "aai-model-loader", "timestamp": 1674637287614, "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-01-25T09:02:34.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08a623b7-8e27-4d00-8024-6a3bf09c9690 2023-01-25T09:02:34.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08a623b7-8e27-4d00-8024-6a3bf09c9690 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-01-25T09:02:34.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637282416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637292162, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:02:34.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:02:36.900Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:02:36.912Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:02:36.914Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:02:36.914Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:02:36.915Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|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-01-25T09:02:36.920Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T09:03:06.920Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T09:03:06.929Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07cb1a1c-4b81-4657-b4f0-2adc5f16289a and serviceModelVersionId: c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22 2023-01-25T09:03:06.930Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aac3b69e-01af-4fca-bbaa-d7d5be32fa3a 2023-01-25T09:03:06.932Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0 2023-01-25T09:03:06.944Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T09:03:07.044Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|INFO|500||Invoke 2023-01-25T09:03:07.045Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07cb1a1c-4b81-4657-b4f0-2adc5f16289a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53a95717-229f-4ca3-a165-1b99ec20338f], X-ECOMP-RequestID=[07cb1a1c-4b81-4657-b4f0-2adc5f16289a], X-TransactionId=[], X-ONAP-RequestID=[07cb1a1c-4b81-4657-b4f0-2adc5f16289a], Content-Type=[application/merge-patch+json]} 2023-01-25T09:03:07.070Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T09:03:07.172Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 09:03:07 GMT], content-length=[0], vertex-id=[520192], x-aai-txid=[1-aai-resources-230125-09:03:07:323-242], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T09:03:07.172Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T09:03:07.173Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aac3b69e-01af-4fca-bbaa-d7d5be32fa3a/model-vers/model-ver/c8ad2c3c-ca8d-4be2-a1c4-f4689a693f22?depth=0|INFO|500||InvokeReturn 2023-01-25T09:03:07.173Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T09:03:07.173Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|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-01-25T09:03:07.184Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|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-01-25T09:03:07.187Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07cb1a1c-4b81-4657-b4f0-2adc5f16289a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T09:03:07.190Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T09:03:07.191Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:07.191Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:07.192Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637387188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T09:03:08.211Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:03:08.216Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T09:03:08.216Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6647aae7-cc6a-446d-ba62-5f117d5dfd72","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"beda33e3-2153-4f9d-b625-c259707196f6","serviceDescription":"service","serviceInvariantUUID":"3da71a13-2015-4a3b-92c6-0b9bff5b9c0a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"615b579f-8f9f-42b4-8ee7-94228a3e03d0","resourceInvariantUUID":"d408a19b-2da1-4c93-a6d3-dd5af77ba032","resourceCustomizationUUID":"968f23ea-2cb7-4f81-ae03-807ac810da45","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":"NzBhYTkxOWIzOWEyNjY5MDg5MWEzMThjY2Y2YWNkZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a91ddd7c-c86e-4b85-9bbc-b7b82d83cdf8","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":"NGU2YjQ3MmRmN2M0MjUzMTY3NDBhMjJkZjczOGVjZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01b7d581-4e14-4f02-8db9-5a252b68838f","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":"cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4","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":"99139d50-91b2-42ae-a4b6-66e070b4669e","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":"451da516-80ba-4ddd-87ad-355fb168729d","artifactVersion":"2","generatedFromUUID":"cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4"},{"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":"NDEyYjEwZmY1YzI5MTQ4YmQzNDM0NDEzMmZlMmEwMTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d89ef970-f5dd-4e90-93bc-cb53b2602018","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":"OWU4MTBlZWEwM2Y3M2UzMmQ5NTdhYzQ2MTQ5ZDdiMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"630f6e27-3135-43b8-aec2-5e5a9f062617","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODdkNTBmNTQ1ZTc3ZGZjMTU5ZjZlZWM1ZGQ5MDQzYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04b626dd-3a8e-4142-ad7d-3231066e19b3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T09:03:08.219Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:08.219Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:08.219Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:08.220Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:09.221Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:09.222Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:09.222Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:09.222Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:10.223Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:10.224Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:10.224Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:10.225Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:11.226Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:11.227Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:11.228Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:11.228Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:12.229Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:12.230Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:12.230Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:12.231Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:13.232Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:13.233Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:13.233Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:13.233Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:14.234Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:14.235Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:14.236Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:14.236Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:15.239Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:15.240Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:15.240Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:15.241Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:16.242Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "beda33e3-2153-4f9d-b625-c259707196f6", "serviceDescription": "service", "serviceInvariantUUID": "3da71a13-2015-4a3b-92c6-0b9bff5b9c0a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "968f23ea-2cb7-4f81-ae03-807ac810da45", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "615b579f-8f9f-42b4-8ee7-94228a3e03d0", "resourceInvariantUUID": "d408a19b-2da1-4c93-a6d3-dd5af77ba032", "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": "NGU2YjQ3MmRmN2M0MjUzMTY3NDBhMjJkZjczOGVjZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01b7d581-4e14-4f02-8db9-5a252b68838f", "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": "cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4", "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": "451da516-80ba-4ddd-87ad-355fb168729d", "generatedFromUUID": "cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4" }, "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": "451da516-80ba-4ddd-87ad-355fb168729d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODdkNTBmNTQ1ZTc3ZGZjMTU5ZjZlZWM1ZGQ5MDQzYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04b626dd-3a8e-4142-ad7d-3231066e19b3" } ], "workloadContext": "Production" } 2023-01-25T09:03:16.242Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T09:03:16.243Z|07cb1a1c-4b81-4657-b4f0-2adc5f16289a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 beda33e3-2153-4f9d-b625-c259707196f6 ASDC 2023-01-25T09:03:16.243Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6647aae7-cc6a-446d-ba62-5f117d5dfd72 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:beda33e3-2153-4f9d-b625-c259707196f6 ServiceInvariantUUID:3da71a13-2015-4a3b-92c6-0b9bff5b9c0a 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:04b626dd-3a8e-4142-ad7d-3231066e19b3 ArtifactChecksum:ODdkNTBmNTQ1ZTc3ZGZjMTU5ZjZlZWM1ZGQ5MDQzYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:968f23ea-2cb7-4f81-ae03-807ac810da45 ResourceInvariantUUID:d408a19b-2da1-4c93-a6d3-dd5af77ba032 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:615b579f-8f9f-42b4-8ee7-94228a3e03d0 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:01b7d581-4e14-4f02-8db9-5a252b68838f ArtifactChecksum:NGU2YjQ3MmRmN2M0MjUzMTY3NDBhMjJkZjczOGVjZjM= 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:cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4 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:451da516-80ba-4ddd-87ad-355fb168729d 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:451da516-80ba-4ddd-87ad-355fb168729d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-25T09:03:16.243Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF beda33e3-2153-4f9d-b625-c259707196f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T09:03:16.299Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:03:16.300Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:03:16.300Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:03:16.301Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04b626dd-3a8e-4142-ad7d-3231066e19b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-25T09:03:16.301Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:03:16.301Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-25T09:03:16.386Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:03:16.390Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 04b626dd-3a8e-4142-ad7d-3231066e19b3 83002 2023-01-25T09:03:16.390Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:03:16.390Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-25T09:03:16.390Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:03:16.391Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:16.391Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:16.391Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637396390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:17.391Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:03:17.392Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:03:17.392Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 04b626dd-3a8e-4142-ad7d-3231066e19b3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-25T09:03:17.393Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-25T09:03:17.393Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-25T09:03:17.393Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-25T09:03:17.607Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16565150125066872633/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-01-25T09:03:19.199Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-BasicVmMacro-csar.csar 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-BasicVmMacro-csar.csar 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-BasicVmMacro-csar.csar 2023-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.200Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:03:19.201Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.202Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T09:03:19.203Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-25T09:03:19.204Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.204Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T09:03:19.204Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.204Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:19.204Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:19.205Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cb7d0dd5-87ef-4f6f-8239-a3e9d63b9e73 2023-01-25T09:03:19.206Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.207Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.207Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.207Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.207Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.207Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.208Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:19.208Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:19.208Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:beda33e3-2153-4f9d-b625-c259707196f6 Model Version:NULL Model InvariantUuid:3da71a13-2015-4a3b-92c6-0b9bff5b9c0a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:34dbaf4f-336c-4505-8801-ec6489e4b55f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d408a19b-2da1-4c93-a6d3-dd5af77ba032 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:968f23ea-2cb7-4f81-ae03-807ac810da45 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af5b60de-d034-4d69-89c0-9b47fb6ed69d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:935052d2-3c79-4418-b7aa-d5ffe73293b2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cb7d0dd5-87ef-4f6f-8239-a3e9d63b9e73 ModelInvariantUuid:0a9f704c-5c92-4ce9-81fe-093cd2d82be0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:72028fa1-c3e5-48f8-9fee-df34f588fff6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c960e983-68cf-4557-b24d-abee04ec8490 ModelInvariantUuid:cf297756-4511-48d4-b7e2-63dcb9be8f5d ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1721d1c4-912e-49e4-adc5-716df5c9373c 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-01-25T09:03:19.214Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 615b579f-8f9f-42b4-8ee7-94228a3e03d0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T09:03:19.216Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2023-01-25T09:03:19.217Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 615b579f-8f9f-42b4-8ee7-94228a3e03d0 2023-01-25T09:03:19.217Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01b7d581-4e14-4f02-8db9-5a252b68838f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-25T09:03:19.217Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:03:19.217Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-25T09:03:19.285Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:03:19.285Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 01b7d581-4e14-4f02-8db9-5a252b68838f 792 2023-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:19.286Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637399286, "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-01-25T09:03:20.289Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af5b60de-d034-4d69-89c0-9b47fb6ed69d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "935052d2-3c79-4418-b7aa-d5ffe73293b2", "vfModuleModelCustomizationUUID": "12b5d009-76fb-4668-b8ae-3013bcf4ab6c", "isBase": true, "artifacts": [ "cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4", "451da516-80ba-4ddd-87ad-355fb168729d" ], "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-01-25T09:03:20.294Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:935052d2-3c79-4418-b7aa-d5ffe73293b2 VfModuleModelInvariantUUID:af5b60de-d034-4d69-89c0-9b47fb6ed69d VfModuleModelDescription:NULL Artifacts UUID List:{ cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4 , 451da516-80ba-4ddd-87ad-355fb168729d } 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-01-25T09:03:20.296Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af5b60de-d034-4d69-89c0-9b47fb6ed69d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "935052d2-3c79-4418-b7aa-d5ffe73293b2", "vfModuleModelCustomizationUUID": "12b5d009-76fb-4668-b8ae-3013bcf4ab6c", "isBase": true, "artifacts": [ "cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4", "451da516-80ba-4ddd-87ad-355fb168729d" ], "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-01-25T09:03:20.296Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:935052d2-3c79-4418-b7aa-d5ffe73293b2 VfModuleModelInvariantUUID:af5b60de-d034-4d69-89c0-9b47fb6ed69d VfModuleModelDescription:NULL Artifacts UUID List:{ cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4 , 451da516-80ba-4ddd-87ad-355fb168729d } 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-01-25T09:03:20.297Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-25T09:03:20.297Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:03:20.297Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-25T09:03:20.345Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:03:20.345Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cfc0f4b1-bbe6-4850-932e-ce8cfb9477d4 5033 2023-01-25T09:03:20.346Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:20.346Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:20.346Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:03:20.347Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:20.347Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:20.347Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637400346, "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-01-25T09:03:21.348Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 451da516-80ba-4ddd-87ad-355fb168729d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-25T09:03:21.348Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:03:21.348Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-25T09:03:21.399Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:03:21.399Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 451da516-80ba-4ddd-87ad-355fb168729d 903 2023-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:21.400Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637401399, "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-01-25T09:03:22.402Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: beda33e3-2153-4f9d-b625-c259707196f6 2023-01-25T09:03:22.403Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 615b579f-8f9f-42b4-8ee7-94228a3e03d0 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-01-25T09:03:22.417Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5455f336, org.onap.sdc.toscaparser.api.parameters.Input@68459ead, org.onap.sdc.toscaparser.api.parameters.Input@2e7865ca, org.onap.sdc.toscaparser.api.parameters.Input@593726f5, org.onap.sdc.toscaparser.api.parameters.Input@2280a2a6] 2023-01-25T09:03:22.420Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.420Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.421Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-25T09:03:22.421Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 968f23ea-2cb7-4f81-ae03-807ac810da45 2023-01-25T09:03:22.421Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 968f23ea-2cb7-4f81-ae03-807ac810da45 matches Tosca VF Customization UUID: 968f23ea-2cb7-4f81-ae03-807ac810da45 2023-01-25T09:03:22.421Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 968f23ea-2cb7-4f81-ae03-807ac810da45 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-01-25T09:03:22.425Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.425Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.426Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 968f23ea-2cb7-4f81-ae03-807ac810da45: {\"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-01-25T09:03:22.427Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b2f109e 2023-01-25T09:03:22.427Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.427Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-25T09:03:22.428Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12b5d009-76fb-4668-b8ae-3013bcf4ab6c 2023-01-25T09:03:22.428Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12b5d009-76fb-4668-b8ae-3013bcf4ab6c 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-01-25T09:03:22.431Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.431Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:22.432Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:22.433Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.433Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:22.433Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:22.434Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.434Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-25T09:03:22.435Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-25T09:03:22.435Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-25T09:03:22.436Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cb7d0dd5-87ef-4f6f-8239-a3e9d63b9e73 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-01-25T09:03:22.439Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.439Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:22.440Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-25T09:03:22.440Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.440Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-25T09:03:22.441Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=968f23ea-2cb7-4f81-ae03-807ac810da45 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T09:03:22.443Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.443Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.444Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid beda33e3-2153-4f9d-b625-c259707196f6: basic_vm_macro 2023-01-25T09:03:22.444Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.444Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.444Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.445Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.445Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.445Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.445Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.445Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.446Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:03:22.446Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:03:22.446Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:22.528Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 615b579f-8f9f-42b4-8ee7-94228a3e03d0 1 ASDC deployResourceStructure 2023-01-25T09:03:22.528Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:22.528Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:22.528Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:03:22.529Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:22.529Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:22.529Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637402528, "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-01-25T09:03:23.533Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:23.534Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:23.534Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:03:23.534Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:23.534Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:23.535Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637403533, "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-01-25T09:03:24.535Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:24.536Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||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-01-25T09:03:24.536Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:03:24.536Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:24.536Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:24.536Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637404535, "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-01-25T09:03:25.537Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:03:25.537Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-25T09:03:25.538Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:03:25.538Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:25.538Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:25.538Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637405537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:26.539Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6647aae7-cc6a-446d-ba62-5f117d5dfd72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:03:26.549Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6647aae7-cc6a-446d-ba62-5f117d5dfd72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:03:26.552Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:03:26.552Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T09:03:26.552Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T09:03:26.552Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:03:26.553Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-01-25T09:03:26.558Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T09:03:33.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:33.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T09:03:33.972Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637294045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:03:33.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:03:33.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-25T09:03:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674637295049, "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-01-25T09:03:33.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08a623b7-8e27-4d00-8024-6a3bf09c9690 2023-01-25T09:03:33.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08a623b7-8e27-4d00-8024-6a3bf09c9690 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-01-25T09:03:56.558Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6647aae7-cc6a-446d-ba62-5f117d5dfd72 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T09:03:56.568Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6647aae7-cc6a-446d-ba62-5f117d5dfd72 and serviceModelVersionId: beda33e3-2153-4f9d-b625-c259707196f6 2023-01-25T09:03:56.569Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3da71a13-2015-4a3b-92c6-0b9bff5b9c0a 2023-01-25T09:03:56.569Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0 2023-01-25T09:03:56.573Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T09:03:56.617Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|INFO|500||Invoke 2023-01-25T09:03:56.618Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6647aae7-cc6a-446d-ba62-5f117d5dfd72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb72186c-aa36-4828-93ed-f619b06c6a60], X-ECOMP-RequestID=[6647aae7-cc6a-446d-ba62-5f117d5dfd72], X-TransactionId=[], X-ONAP-RequestID=[6647aae7-cc6a-446d-ba62-5f117d5dfd72], Content-Type=[application/merge-patch+json]} 2023-01-25T09:03:56.641Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T09:03:56.744Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 09:03:56 GMT], content-length=[0], vertex-id=[237704], x-aai-txid=[0-aai-resources-230125-09:03:56:892-6431], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T09:03:56.745Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T09:03:56.745Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3da71a13-2015-4a3b-92c6-0b9bff5b9c0a/model-vers/model-ver/beda33e3-2153-4f9d-b625-c259707196f6?depth=0|INFO|500||InvokeReturn 2023-01-25T09:03:56.746Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T09:03:56.747Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-01-25T09:03:56.752Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|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-01-25T09:03:56.752Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6647aae7-cc6a-446d-ba62-5f117d5dfd72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T09:03:56.752Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T09:03:56.753Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:56.753Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:56.753Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637436752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T09:03:57.766Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-25T09:03:57.766Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"08a623b7-8e27-4d00-8024-6a3bf09c9690","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0f4cbfb2-c724-4acb-9169-fdf7b457322f","serviceDescription":"service","serviceInvariantUUID":"372d9e99-0c92-46e1-bdf2-6058483bb353","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ba199594-170d-4c79-95fe-6a957d9d21ba","resourceInvariantUUID":"6985ac70-43f9-4830-95ae-3911483320ce","resourceCustomizationUUID":"44407f3d-675a-4b6b-98b1-d24b947104b0","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":"NTM2OWEyZWM2NTY5MjA3MGU2ZTg5ZDM0YzQzMjFmNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df0d1d4a-90cf-44d9-b8f5-51d95419bdd6","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":"146f0171-a136-47f3-8b61-6e64eafad940","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":"c8d91c3e-1bf4-4f2a-8277-1fff007df95c","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":"ZDA1NmZmY2U1ZDkwNTM0YTU1ZWE4MmRhYjYxOGQzODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dc9dcb1a-e6f4-4749-85dd-8b69ee524e9e","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":"49a577ff-46e8-4e48-ba60-6fe8b807e541","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":"00a5c6a2-79f9-45c2-997f-d54b5da48616","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":"89730b40-85af-4f06-ab39-310ab2f6b1af","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":"ZmEwNTE5OTAxNWQ1ZjQzNGYzZDQ4NWIzNmRjZTAxMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22f41329-6e22-441c-b73d-ae2072567399","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDZiZDVmOGM0NjRhMzlkOTljYWIyNTk4MmQwMWI5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2efbad43-dd20-4bea-888b-73d35e4ca2d0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-25T09:03:57.767Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:57.767Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:57.767Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:57.768Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:03:58.769Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:58.770Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:58.770Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:58.770Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:03:59.771Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:03:59.772Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:03:59.772Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:03:59.773Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:00.774Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:00.774Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:00.775Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:00.775Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:04:01.776Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:01.776Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:01.777Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:01.777Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:04:02.778Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:02.779Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:02.779Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:02.780Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:04:03.780Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:03.781Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:03.781Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:03.781Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "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-01-25T09:04:04.782Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:04.783Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:04.783Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:04.783Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:05.785Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-25T09:04:05.786Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:05.786Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:05.786Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:06.787Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0f4cbfb2-c724-4acb-9169-fdf7b457322f", "serviceDescription": "service", "serviceInvariantUUID": "372d9e99-0c92-46e1-bdf2-6058483bb353", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "44407f3d-675a-4b6b-98b1-d24b947104b0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ba199594-170d-4c79-95fe-6a957d9d21ba", "resourceInvariantUUID": "6985ac70-43f9-4830-95ae-3911483320ce", "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": "NDZiZDVmOGM0NjRhMzlkOTljYWIyNTk4MmQwMWI5NzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2efbad43-dd20-4bea-888b-73d35e4ca2d0" } ], "workloadContext": "Production" } 2023-01-25T09:04:06.788Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-25T09:04:06.788Z|6647aae7-cc6a-446d-ba62-5f117d5dfd72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f4cbfb2-c724-4acb-9169-fdf7b457322f ASDC 2023-01-25T09:04:06.788Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:08a623b7-8e27-4d00-8024-6a3bf09c9690 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0f4cbfb2-c724-4acb-9169-fdf7b457322f ServiceInvariantUUID:372d9e99-0c92-46e1-bdf2-6058483bb353 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:2efbad43-dd20-4bea-888b-73d35e4ca2d0 ArtifactChecksum:NDZiZDVmOGM0NjRhMzlkOTljYWIyNTk4MmQwMWI5NzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:44407f3d-675a-4b6b-98b1-d24b947104b0 ResourceInvariantUUID:6985ac70-43f9-4830-95ae-3911483320ce ResourceName:test-pnf ResourceType:PNF ResourceUUID:ba199594-170d-4c79-95fe-6a957d9d21ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-25T09:04:06.789Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f4cbfb2-c724-4acb-9169-fdf7b457322f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-01-25T09:04:06.814Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:04:06.815Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:04:06.815Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:04:06.815Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2efbad43-dd20-4bea-888b-73d35e4ca2d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-25T09:04:06.816Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-25T09:04:06.816Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-25T09:04:06.886Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-25T09:04:06.897Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2efbad43-dd20-4bea-888b-73d35e4ca2d0 111102 2023-01-25T09:04:06.898Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:04:06.899Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-25T09:04:06.899Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-25T09:04:06.899Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:06.899Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:06.900Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637446898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:07.900Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-25T09:04:07.901Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-25T09:04:07.902Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2efbad43-dd20-4bea-888b-73d35e4ca2d0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:07.903Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-25T09:04:07.903Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:07.904Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.038Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2901372882925241070/Definitions/service-TestPnfMacro-template.yml 2023-01-25T09:04:08.911Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-25T09:04:08.912Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:04:08.912Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.912Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-25T09:04:08.913Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.913Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.913Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.913Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.913Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.914Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.914Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.914Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-25T09:04:08.914Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.914Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.915Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-25T09:04:08.915Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:04:08.915Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:04:08.916Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.916Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.916Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-25T09:04:08.916Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-25T09:04:08.917Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-25T09:04:08.917Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.917Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.917Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.918Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.918Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.918Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.918Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.919Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.919Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.919Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.919Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0f4cbfb2-c724-4acb-9169-fdf7b457322f Model Version:NULL Model InvariantUuid:372d9e99-0c92-46e1-bdf2-6058483bb353 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-25T09:04:08.924Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ba199594-170d-4c79-95fe-6a957d9d21ba Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-25T09:04:08.926Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||test-pnf 0 2023-01-25T09:04:08.927Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ba199594-170d-4c79-95fe-6a957d9d21ba 2023-01-25T09:04:08.927Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0f4cbfb2-c724-4acb-9169-fdf7b457322f 2023-01-25T09:04:08.927Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0f4cbfb2-c724-4acb-9169-fdf7b457322f 2023-01-25T09:04:08.927Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ba199594-170d-4c79-95fe-6a957d9d21ba 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-01-25T09:04:08.933Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6848bf89, org.onap.sdc.toscaparser.api.parameters.Input@4db065b1, org.onap.sdc.toscaparser.api.parameters.Input@295c8586, org.onap.sdc.toscaparser.api.parameters.Input@7c38fe7a, org.onap.sdc.toscaparser.api.parameters.Input@51a1a283] 2023-01-25T09:04:08.933Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.934Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.934Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0f4cbfb2-c724-4acb-9169-fdf7b457322f: test-pnf 2023-01-25T09:04:08.934Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Processing PNF resource: ba199594-170d-4c79-95fe-6a957d9d21ba 2023-01-25T09:04:08.935Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-25T09:04:08.935Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-25T09:04:08.936Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Resource customization UUID: 44407f3d-675a-4b6b-98b1-d24b947104b0 is the same as notified resource customizationUUID: 44407f3d-675a-4b6b-98b1-d24b947104b0 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-01-25T09:04:08.968Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ba199594-170d-4c79-95fe-6a957d9d21ba 0 ASDC deployResourceStructure 2023-01-25T09:04:08.969Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-25T09:04:08.969Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-25T09:04:08.969Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-25T09:04:08.970Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:08.970Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:08.970Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637448969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:09.971Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08a623b7-8e27-4d00-8024-6a3bf09c9690 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:04:09.983Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08a623b7-8e27-4d00-8024-6a3bf09c9690 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-25T09:04:09.987Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-25T09:04:09.987Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-25T09:04:09.987Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-25T09:04:09.987Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-25T09:04:09.988Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.988Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.988Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.988Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.989Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.989Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-25T09:04:09.989Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|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-01-25T09:04:09.995Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-25T09:04:33.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:04:33.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "07cb1a1c-4b81-4657-b4f0-2adc5f16289a", "consumerID": "SO-sdc-controller", "timestamp": 1674637387188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:04:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637396390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637399286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637400346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637401399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637402528, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637403533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.972Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637404535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-25T09:04:33.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:33.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:04:33.973Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637405537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:04:33.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:04:39.996Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08a623b7-8e27-4d00-8024-6a3bf09c9690 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-25T09:04:40.001Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08a623b7-8e27-4d00-8024-6a3bf09c9690 and serviceModelVersionId: 0f4cbfb2-c724-4acb-9169-fdf7b457322f 2023-01-25T09:04:40.001Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 372d9e99-0c92-46e1-bdf2-6058483bb353 2023-01-25T09:04:40.003Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0 2023-01-25T09:04:40.009Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-25T09:04:40.060Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|INFO|500||Invoke 2023-01-25T09:04:40.061Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08a623b7-8e27-4d00-8024-6a3bf09c9690], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a85786e5-ed8e-4b2a-9e43-472c75ddcf31], X-ECOMP-RequestID=[08a623b7-8e27-4d00-8024-6a3bf09c9690], X-TransactionId=[], X-ONAP-RequestID=[08a623b7-8e27-4d00-8024-6a3bf09c9690], Content-Type=[application/merge-patch+json]} 2023-01-25T09:04:40.081Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-25T09:04:40.220Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 09:04:40 GMT], content-length=[0], vertex-id=[278544], x-aai-txid=[0-aai-resources-230125-09:04:40:329-37775], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-25T09:04:40.220Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-25T09:04:40.221Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/372d9e99-0c92-46e1-bdf2-6058483bb353/model-vers/model-ver/0f4cbfb2-c724-4acb-9169-fdf7b457322f?depth=0|INFO|500||InvokeReturn 2023-01-25T09:04:40.222Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-25T09:04:40.222Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|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-01-25T09:04:40.230Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|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-01-25T09:04:40.231Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08a623b7-8e27-4d00-8024-6a3bf09c9690 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-25T09:04:40.231Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-25T09:04:40.232Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-25T09:04:40.232Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-25T09:04:40.232Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637480231, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-25T09:04:41.248Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:05:33.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:05:33.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "6647aae7-cc6a-446d-ba62-5f117d5dfd72", "consumerID": "SO-sdc-controller", "timestamp": 1674637436752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T09:05:33.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.969Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637388211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637446898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-25T09:05:33.971Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637448969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-25T09:05:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:05:41.249Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:06:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:06:33.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-25T09:06:33.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "08a623b7-8e27-4d00-8024-6a3bf09c9690", "consumerID": "SO-sdc-controller", "timestamp": 1674637480231, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-25T09:06:33.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-25T09:06:41.254Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:07:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:07:41.256Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:08:33.966Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:08:41.257Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:09:33.968Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:09:41.259Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:10:33.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:10:41.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:11:33.972Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:11:41.263Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:12:33.973Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:12:41.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:13:33.975Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:13:41.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:14:33.975Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:14:41.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:15:33.977Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:15:41.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:16:33.979Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:16:41.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:17:33.980Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:17:41.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:18:33.982Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:18:41.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:19:33.983Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:19:41.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:20:33.984Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:20:41.274Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:21:33.986Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:21:41.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:22:33.987Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:22:41.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:23:33.990Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:23:41.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:24:33.992Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:24:41.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:25:33.992Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:25:41.279Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:26:33.993Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:26:41.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:27:33.994Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:27:41.281Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:28:33.996Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:28:41.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:29:33.996Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:29:41.283Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:30:33.998Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:30:41.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:31:33.998Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:31:41.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:32:34.000Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:32:41.287Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:33:34.002Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:33:41.288Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:34:34.002Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:34:41.290Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:35:34.004Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:35:41.291Z|08a623b7-8e27-4d00-8024-6a3bf09c9690|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:36:34.007Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:36:41.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:37:34.010Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:37:41.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:38:34.012Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:38:41.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:39:34.013Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:39:41.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:40:34.015Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:40:41.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:41:34.016Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:41:41.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:42:34.019Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:42:41.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:43:34.020Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:43:41.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:44:34.022Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:44:41.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:45:34.022Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:45:41.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:46:34.025Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:46:41.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:47:34.026Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:47:41.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:48:34.027Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:48:41.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:49:34.028Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:49:41.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:50:34.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:50:41.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:51:34.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:51:41.313Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:52:34.033Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:52:41.314Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:53:34.034Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:53:41.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:54:34.035Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:54:41.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:55:34.038Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:55:41.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:56:34.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:56:41.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:57:34.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:57:41.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:58:34.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:58:41.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T09:59:34.043Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T09:59:41.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:00:34.045Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:00:41.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:01:34.046Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:01:41.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:02:34.048Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:02:41.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:03:34.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:03:41.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:04:34.051Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:04:41.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:05:34.051Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:05:41.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:06:34.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:06:41.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:07:34.053Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:07:41.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:08:34.054Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:08:41.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:09:34.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:09:41.331Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:10:34.056Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:10:41.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:11:34.058Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:11:41.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:12:34.059Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:12:41.335Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T10:13:34.061Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T10:13:41.335Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO