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-20T05:26:07.444Z||main|||||INFO|500||The following profiles are active: basic 2023-01-20T05:26:19.453Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-20T05:26:19.453Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-20T05:26:19.559Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-20T05:26:23.830Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-20T05:26:24.252Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-20T05:26:24.830Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-20T05:26:25.162Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-20T05:26:26.006Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-20T05:26:28.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-20T05:26:28.866Z||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-20T05:26:32.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-20T05:26:32.382Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-20T05:26:32.391Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-20T05:26:32.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-20T05:26:33.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-20T05:26:33.441Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-20T05:26:34.538Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-20T05:26:34.562Z||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$$4f705321.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-20T05:26:34.563Z||main|||||WARN|500||The sdc end point is not alive 2023-01-20T05:26:37.841Z||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-20T05:26:40.854Z||main|||||WARN|500||--- 2023-01-20T05:26:40.854Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-20T05:26:40.854Z||main|||||WARN|500||--- 2023-01-20T05:26:41.230Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-20T05:26:46.684Z||main|||||INFO|500||Started Application in 42.29 seconds (JVM running for 44.591) 2023-01-20T05:26:46.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-20T05:26:46.723Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-20T05:26:46.733Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-20T05:26:46.799Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 25190da8-4b35-4107-a75b-663daec3a5b9 url= /sdc/v1/artifactTypes 2023-01-20T05:26:46.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-20T05:26:47.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-20T05:26:47.146Z||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-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 959c050c-4617-4a17-9beb-e2f6014dd221 url= /sdc/v1/distributionKafkaData 2023-01-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-20T05:26:47.165Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-20T05:26:47.177Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6c674ed1 2023-01-20T05:26:47.251Z||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-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae 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-20T05:26:47.311Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Instantiated an idempotent producer. 2023-01-20T05:26:47.413Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-20T05:26:47.489Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-20T05:26:47.492Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-20T05:26:47.493Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407486 2023-01-20T05:26:47.498Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-20T05:26:47.523Z||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-d0d29ce2-7474-4b00-825c-142db7da8e2c 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-20T05:26:47.634Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-20T05:26:47.634Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-20T05:26:47.636Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407634 2023-01-20T05:26:47.639Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:26:47.642Z||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-4689d441-9126-48ee-9e54-7515e17a0772 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-20T05:26:47.645Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:26:47.659Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-20T05:26:47.659Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-20T05:26:47.660Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407658 2023-01-20T05:26:47.660Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:26:47.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:26:47.671Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-20T05:26:48.621Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Cluster ID: KVojeTwnT3WzTV8o2VEG8g 2023-01-20T05:26:48.621Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.621Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA 2023-01-20T05:26:48.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.624Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:48.626Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] ProducerId set to 1004 with epoch 0 2023-01-20T05:26:48.626Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Cluster ID: KVojeTwnT3WzTV8o2VEG8g 2023-01-20T05:26:48.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Cluster ID: KVojeTwnT3WzTV8o2VEG8g 2023-01-20T05:26:48.629Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-01-20T05:26:48.629Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-01-20T05:26:48.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] (Re-)joining group 2023-01-20T05:26:48.660Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] (Re-)joining group 2023-01-20T05:26:48.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1 2023-01-20T05:26:48.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:48.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] (Re-)joining group 2023-01-20T05:26:48.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97 2023-01-20T05:26:48.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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-20T05:26:48.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] (Re-)joining group 2023-01-20T05:26:54.753Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97', protocol='range'} 2023-01-20T05:26:54.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1', protocol='range'} 2023-01-20T05:26:54.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T05:26:54.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1=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-20T05:26:54.901Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97', protocol='range'} 2023-01-20T05:26:54.901Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1', protocol='range'} 2023-01-20T05:26:54.902Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:54.902Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-20T05:26:54.908Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:54.908Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-20T05:26:54.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-20T05:26:54.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-20T05:26:54.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-20T05:26:54.939Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-20T05:26:54.939Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-20T05:26:54.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-20T05:26:54.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-20T05:26:55.080Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-20T05:26:55.084Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-20T05:26:55.085Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-20T05:26:55.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-20T05:26:55.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-20T05:26:55.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-20T05:26:55.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-20T05:27:47.651Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:27:47.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:28:47.653Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:28:47.671Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:29:47.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:29:47.672Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:30:47.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:30:47.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:31:47.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:31:47.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:32:47.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:32:47.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:33:47.659Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:33:47.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:34:47.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:34:47.677Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:35:47.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:35:47.678Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:35:48.643Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Node -1 disconnected. 2023-01-20T05:35:48.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Node -1 disconnected. 2023-01-20T05:35:48.890Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Node -1 disconnected. 2023-01-20T05:36:03.054Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-20T05:36:47.663Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:36:47.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:37:47.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:37:47.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:38:47.666Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:38:47.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:39:47.667Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:39:47.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:40:47.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:40:47.681Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:41:47.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:41:47.682Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:42:47.673Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:42:47.684Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:43:47.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:43:47.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:44:47.676Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:44:47.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:45:47.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:45:47.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:46:47.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:46:47.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:47:47.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:47:47.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:48:47.683Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:48:47.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:49:47.685Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:49:47.691Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:50:47.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:50:47.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:51:47.689Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:51:47.694Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:52:47.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:52:47.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:53:47.693Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:53:47.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:54:47.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:54:47.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:55:47.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:55:47.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:56:47.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:56:47.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:57:47.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:57:47.699Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:58:47.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T05:58:47.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:59:47.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T05:59:47.701Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:00:47.701Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:00:47.702Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:01:47.703Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:01:47.703Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:02:47.705Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:02:47.705Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:03:47.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:03:47.706Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:04:47.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:04:47.708Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:05:47.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:05:47.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:06:47.710Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:06:47.711Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:07:47.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:07:47.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:08:47.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:08:47.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:09:47.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:09:47.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:10:47.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:10:47.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:11:47.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:11:47.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:12:47.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:12:47.717Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:13:47.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:13:47.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:14:47.719Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:14:47.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:15:47.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:15:47.720Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:16:47.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:16:47.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:17:47.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:17:47.723Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:18:47.725Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:18:47.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:19:47.726Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:19:47.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:20:47.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:20:47.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:21:47.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:21:47.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:22:47.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:22:47.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:23:47.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:23:47.734Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:24:47.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:24:47.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:25:47.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:25:47.738Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:26:47.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:26:47.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:27:47.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:27:47.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:53.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:27:53.608Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"add3a973-0efc-4c4e-bd42-e1f03f5dce99","serviceName":"basic_onboard_VKJoLi","serviceVersion":"1.0","serviceUUID":"df898007-3cf3-4594-8ac8-eb6be122c053","serviceDescription":"service","serviceInvariantUUID":"039e53e8-5869-44e2-a251-74b7454c2cf4","resources":[{"resourceInstanceName":"basic_onboard_VKJoLi 0","resourceName":"basic_onboard_VKJoLi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c072adc2-edd3-414b-bfd6-cdfc722a2227","resourceInvariantUUID":"b6a11714-679b-4df1-89f0-542cc70954f5","resourceCustomizationUUID":"d84d92ef-1420-445b-83e0-6d51a50c8323","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4MjVlN2M5ZDVlMzVmZTNkNDMzZjZjMzhkYzdlMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7eddcac7-9010-420d-b671-29edfa4b80ee","artifactVersion":"1"},{"artifactName":"basic_onboard_vkjoli0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json","artifactChecksum":"MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33039d8b-1374-40cc-bd7d-12e103198baf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5aadc67b-c4d1-4baf-83f3-5fd80c84751c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5be7946-e527-46b2-bc74-26bc34f78f33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bafb00e0-dee1-4c10-934c-24c085f2570d","artifactVersion":"2","generatedFromUUID":"5aadc67b-c4d1-4baf-83f3-5fd80c84751c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVkjoli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml","artifactChecksum":"NTZlMmQyNDIxNmRiNDQwMWZlNTA1YTE0YWRiYTlmYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"796a9f6e-7bf9-4f9c-b5a8-e22b32b7eb14","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVkjoli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar","artifactChecksum":"NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bb6d658-c17c-4dc1-b824-a4c985bce686","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:27:53.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:53.638Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:53.638Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:53.638Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:53.644Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T06:27:53.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:27:53.694Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:27:53.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:27:54.671Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:54.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:54.672Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:54.672Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:55.674Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:56.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:56.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:56.676Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:56.677Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:57.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:57.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:57.679Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:57.679Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:58.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:58.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:58.681Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:58.681Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:27:59.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:27:59.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:27:59.683Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:27:59.683Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:00.686Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "serviceName": "basic_onboard_VKJoLi", "serviceVersion": "1.0", "serviceUUID": "df898007-3cf3-4594-8ac8-eb6be122c053", "serviceDescription": "service", "serviceInvariantUUID": "039e53e8-5869-44e2-a251-74b7454c2cf4", "resources": [ { "resourceInstanceName": "basic_onboard_VKJoLi 0", "resourceCustomizationUUID": "d84d92ef-1420-445b-83e0-6d51a50c8323", "resourceName": "basic_onboard_VKJoLi", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c072adc2-edd3-414b-bfd6-cdfc722a2227", "resourceInvariantUUID": "b6a11714-679b-4df1-89f0-542cc70954f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vkjoli0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "artifactChecksum": "MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33039d8b-1374-40cc-bd7d-12e103198baf", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5aadc67b-c4d1-4baf-83f3-5fd80c84751c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bafb00e0-dee1-4c10-934c-24c085f2570d", "generatedFromUUID": "5aadc67b-c4d1-4baf-83f3-5fd80c84751c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bafb00e0-dee1-4c10-934c-24c085f2570d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVkjoli-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "artifactChecksum": "NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bb6d658-c17c-4dc1-b824-a4c985bce686" } ], "workloadContext": "Production" } 2023-01-20T06:28:00.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:28:00.688Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df898007-3cf3-4594-8ac8-eb6be122c053 ASDC 2023-01-20T06:28:00.820Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:add3a973-0efc-4c4e-bd42-e1f03f5dce99 ServiceName:basic_onboard_VKJoLi ServiceVersion:1.0 ServiceUUID:df898007-3cf3-4594-8ac8-eb6be122c053 ServiceInvariantUUID:039e53e8-5869-44e2-a251-74b7454c2cf4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVkjoli-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar ArtifactUUID:7bb6d658-c17c-4dc1-b824-a4c985bce686 ArtifactChecksum:NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VKJoLi 0 ResourceCustomizationUUID:d84d92ef-1420-445b-83e0-6d51a50c8323 ResourceInvariantUUID:b6a11714-679b-4df1-89f0-542cc70954f5 ResourceName:basic_onboard_VKJoLi ResourceType:VF ResourceUUID:c072adc2-edd3-414b-bfd6-cdfc722a2227 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vkjoli0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json ArtifactUUID:33039d8b-1374-40cc-bd7d-12e103198baf ArtifactChecksum:MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ= 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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml ArtifactUUID:5aadc67b-c4d1-4baf-83f3-5fd80c84751c 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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ArtifactUUID:bafb00e0-dee1-4c10-934c-24c085f2570d 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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ArtifactUUID:bafb00e0-dee1-4c10-934c-24c085f2570d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T06:28:00.820Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df898007-3cf3-4594-8ac8-eb6be122c053 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:28:01.122Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:28:01.123Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7bb6d658-c17c-4dc1-b824-a4c985bce686 from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:28:01.126Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:01.243Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:28:01.265Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 7bb6d658-c17c-4dc1-b824-a4c985bce686 75676 2023-01-20T06:28:01.266Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar ASDC sendASDCNotification 2023-01-20T06:28:01.266Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:01.267Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196081265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:02.269Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:28:02.270Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:28:02.270Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7bb6d658-c17c-4dc1-b824-a4c985bce686, URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar to file: /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:02.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:02.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:02.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:02.857Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9883743053329206201/Definitions/service-BasicOnboardVkjoli-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-20T06:28:04.885Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VKJoLi 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-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||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-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-20T06:28:04.900Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.901Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.906Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:04.906Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-20T06:28:04.908Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:28:04.910Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria 2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T06:28:04.918Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.918Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:28:04.919Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria 2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=064677bb-71d5-48d3-a269-26005342883e 2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VKJoLi Description:service Model UUID:df898007-3cf3-4594-8ac8-eb6be122c053 Model Version:NULL Model InvariantUuid:039e53e8-5869-44e2-a251-74b7454c2cf4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VKJoLi Model UUID:b3f8ebcb-fd51-4bd4-9503-9a0d1e49e082 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b6a11714-679b-4df1-89f0-542cc70954f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d84d92ef-1420-445b-83e0-6d51a50c8323 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8bc39d2f-4054-41dd-915d-b9df9aaf5575 ModelName:BasicOnboardVkjoli..base_ubuntu18..module-0 ModelUuid:d9520938-8c05-4c87-9191-e01e000dff10 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:064677bb-71d5-48d3-a269-26005342883e ModelInvariantUuid:feb2873c-b0d5-4285-a2b1-daa74e0c4cb1 ModelName:basic_onboard_VKJoLi-nodes.ubuntu18Cvfc ModelUuid:13060773-1379-43b9-9252-6cdee4e7d8c7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d965a27c-adb8-4698-b3a6-aa2cf17672a4 ModelInvariantUuid:2799725a-1e1b-4b35-82a1-49f7d59188b4 ModelName:BasicOnboardVkjoli.compute.nodes.heat.ubuntu18 ModelUuid:f6a49718-7068-4e85-9520-663a0f255fe3 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-20T06:28:04.952Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c072adc2-edd3-414b-bfd6-cdfc722a2227 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:28:05.059Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||basic_onboard_VKJoLi 0 2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c072adc2-edd3-414b-bfd6-cdfc722a2227 2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33039d8b-1374-40cc-bd7d-12e103198baf from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:28:05.067Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 2023-01-20T06:28:05.128Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:28:05.129Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 33039d8b-1374-40cc-bd7d-12e103198baf 798 2023-01-20T06:28:05.129Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json ASDC sendASDCNotification 2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:05.131Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:05.131Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196085129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:06.133Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVkjoli..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8bc39d2f-4054-41dd-915d-b9df9aaf5575", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9520938-8c05-4c87-9191-e01e000dff10", "vfModuleModelCustomizationUUID": "d2cad93f-1f60-4a1e-801d-e311f993893a", "isBase": true, "artifacts": [ "5aadc67b-c4d1-4baf-83f3-5fd80c84751c", "bafb00e0-dee1-4c10-934c-24c085f2570d" ], "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-20T06:28:06.160Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVkjoli..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9520938-8c05-4c87-9191-e01e000dff10 VfModuleModelInvariantUUID:8bc39d2f-4054-41dd-915d-b9df9aaf5575 VfModuleModelDescription:NULL Artifacts UUID List:{ 5aadc67b-c4d1-4baf-83f3-5fd80c84751c , bafb00e0-dee1-4c10-934c-24c085f2570d } 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-20T06:28:06.165Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVkjoli..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8bc39d2f-4054-41dd-915d-b9df9aaf5575", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9520938-8c05-4c87-9191-e01e000dff10", "vfModuleModelCustomizationUUID": "d2cad93f-1f60-4a1e-801d-e311f993893a", "isBase": true, "artifacts": [ "5aadc67b-c4d1-4baf-83f3-5fd80c84751c", "bafb00e0-dee1-4c10-934c-24c085f2570d" ], "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-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVkjoli..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9520938-8c05-4c87-9191-e01e000dff10 VfModuleModelInvariantUUID:8bc39d2f-4054-41dd-915d-b9df9aaf5575 VfModuleModelDescription:NULL Artifacts UUID List:{ 5aadc67b-c4d1-4baf-83f3-5fd80c84751c , bafb00e0-dee1-4c10-934c-24c085f2570d } 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-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5aadc67b-c4d1-4baf-83f3-5fd80c84751c from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 2023-01-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:28:06.167Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 2023-01-20T06:28:06.217Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:28:06.218Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 5aadc67b-c4d1-4baf-83f3-5fd80c84751c 5033 2023-01-20T06:28:06.218Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-20T06:28:06.219Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 2023-01-20T06:28:06.219Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:28:06.220Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:06.220Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:06.221Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196086218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:07.222Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bafb00e0-dee1-4c10-934c-24c085f2570d from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env 2023-01-20T06:28:07.223Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:28:07.223Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env 2023-01-20T06:28:07.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:28:07.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env bafb00e0-dee1-4c10-934c-24c085f2570d 909 2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env 2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196087272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:08.274Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: df898007-3cf3-4594-8ac8-eb6be122c053 2023-01-20T06:28:08.275Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VKJoLi 0 c072adc2-edd3-414b-bfd6-cdfc722a2227 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-20T06:28:08.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f3693b1, org.onap.sdc.toscaparser.api.parameters.Input@39917af3, org.onap.sdc.toscaparser.api.parameters.Input@2e04a490, org.onap.sdc.toscaparser.api.parameters.Input@255ddf02, org.onap.sdc.toscaparser.api.parameters.Input@7ead6b03] 2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d84d92ef-1420-445b-83e0-6d51a50c8323 2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d84d92ef-1420-445b-83e0-6d51a50c8323 matches Tosca VF Customization UUID: d84d92ef-1420-445b-83e0-6d51a50c8323 2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d84d92ef-1420-445b-83e0-6d51a50c8323 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-20T06:28:08.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.375Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d84d92ef-1420-445b-83e0-6d51a50c8323: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-20T06:28:08.375Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@500210ab 2023-01-20T06:28:08.376Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.376Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:28:08.378Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2cad93f-1f60-4a1e-801d-e311f993893a 2023-01-20T06:28:08.379Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2cad93f-1f60-4a1e-801d-e311f993893a 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-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:08.392Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.392Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria 2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=064677bb-71d5-48d3-a269-26005342883e 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-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:28:08.410Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.411Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria 2023-01-20T06:28:08.411Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=d84d92ef-1420-445b-83e0-6d51a50c8323 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:28:08.414Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.415Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.417Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid df898007-3cf3-4594-8ac8-eb6be122c053: basic_onboard_VKJoLi 2023-01-20T06:28:08.417Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:28:08.420Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:28:08.420Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VKJoLi 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-20T06:28:08.694Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VKJoLi c072adc2-edd3-414b-bfd6-cdfc722a2227 1 ASDC deployResourceStructure 2023-01-20T06:28:08.694Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json ASDC sendASDCNotification 2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:08.696Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:08.696Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196088694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:09.697Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-20T06:28:09.697Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:09.699Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196089697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:10.700Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-20T06:28:10.701Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env 2023-01-20T06:28:10.701Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:28:10.709Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:10.709Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:10.710Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196090700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar ASDC sendASDCNotification 2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196091711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:12.714Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:28:12.747Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:28:42.750Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:28:42.770Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:28:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:28:47.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:28:47.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:28:47.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:12.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:29:12.788Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:29:42.791Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:29:42.819Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:29:42.821Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:29:42.821Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:29:42.822Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:29:47.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:29:47.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-20T06:29:47.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.681Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-20T06:29:47.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "ves-openapi-manager", "timestamp": 1674196070847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196067739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196069037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196067934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196057054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196062864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196081403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196081133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196081132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196081175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196081265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196082153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "cds-sdc-listener", "timestamp": 1674196082439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-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-20T06:29:47.708Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99 2023-01-20T06:29:47.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.722Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196082272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "policy-distribution", "timestamp": 1674196083169, "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-20T06:29:47.728Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99 2023-01-20T06:29:47.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.736Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196083333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196084449, "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-20T06:29:47.742Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99 2023-01-20T06:29:47.742Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196077994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:29:47.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196085129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "multicloud-k8s", "timestamp": 1674196085453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196085901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196086218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196087272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196088694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196089697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196090700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196090736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196091711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196091741, "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-20T06:29:47.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99 2023-01-20T06:29:47.761Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196094887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:29:47.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "aai-model-loader", "timestamp": 1674196095891, "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-20T06:29:47.775Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99 2023-01-20T06:29:47.775Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:30:12.822Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:30:12.835Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:30:12.841Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:30:12.844Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:30:12.854Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:30:42.854Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:30:42.871Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 and serviceModelVersionId: df898007-3cf3-4594-8ac8-eb6be122c053 2023-01-20T06:30:42.872Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 039e53e8-5869-44e2-a251-74b7454c2cf4 2023-01-20T06:30:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:30:59.661Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0 2023-01-20T06:30:59.766Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:31:00.248Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0 with 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-20T06:31:00.253Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|INFO|500||Invoke 2023-01-20T06:31:00.371Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:31:00.591Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|INFO|500||InvokeReturn 2023-01-20T06:31:00.592Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:31:00 GMT], content-length=[0], vertex-id=[168168], x-aai-txid=[1-aai-resources-230120-06:31:00:362-35449], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:31:00.592Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:31:00.595Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:31:00.596Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:31:00.608Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.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-20T06:31:00.610Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add3a973-0efc-4c4e-bd42-e1f03f5dce99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:31:00.611Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:31:00.612Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:31:00.612Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:31:00.613Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196260610, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:31:00.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:31:00.635Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99", "consumerID": "SO-sdc-controller", "timestamp": 1674196260610, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:31:00.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-20T06:31:01.626Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:31:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:01.627Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:32:24.350Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:32:24.351Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9680dde2-9f96-47f3-bcd9-475d5d4f8f5e","serviceName":"vFW 2023-01-20 06-31-39","serviceVersion":"1.0","serviceUUID":"c3f45d47-a746-4122-9c4a-21520ad503b9","serviceDescription":"catalog service description","serviceInvariantUUID":"14add55b-90a8-4729-8246-d053e910ce05","resources":[{"resourceInstanceName":"vFW c84bbe7d-bc84 0","resourceName":"vFW c84bbe7d-bc84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a60790c-63ac-4790-84fc-999f5f801665","resourceInvariantUUID":"cd29a152-a4e5-4ea2-bb74-3e105b9e2731","resourceCustomizationUUID":"42eed70a-7313-4abc-839b-688b08d38875","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml","artifactChecksum":"Mjc4Yzk5NDJiMjRiZTliYjYwYTFkY2I4NmU1NzU3NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c012697-9344-40b3-a5b9-e5c497c54e1e","artifactVersion":"1"},{"artifactName":"vfwc84bbe7dbc840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json","artifactChecksum":"MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"adc113cd-8724-49df-9c0d-09787ed37011","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml","artifactChecksum":"YjJjODUxMWE3ZTkyMDkxYTQwNmU4ZTEwNTE4ZWY2YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51bb8a09-344d-46b6-be1d-9cc5744904e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de5edaf8-40f9-4875-8cbf-c4a3bd1098a8","artifactVersion":"2","generatedFromUUID":"adc113cd-8724-49df-9c0d-09787ed37011"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230120063139-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml","artifactChecksum":"ODhkYmM4NDQ4M2EzZWUxMGRiMTVlZWQyMDM2ZjhiMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"397f1c97-3d07-46c4-8b02-0b2b4649ebed","artifactVersion":"1"},{"artifactName":"service-Vfw20230120063139-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar","artifactChecksum":"Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:32:24.354Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:24.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:32:24.381Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:32:24.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:25.357Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:26.359Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:26.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:26.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:26.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:27.362Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:28.364Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:28.364Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:28.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:28.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:29.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:29.366Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:29.366Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:29.367Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:30.367Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:32:30.368Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:30.368Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:30.369Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:31.371Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "serviceName": "vFW 2023-01-20 06-31-39", "serviceVersion": "1.0", "serviceUUID": "c3f45d47-a746-4122-9c4a-21520ad503b9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "14add55b-90a8-4729-8246-d053e910ce05", "resources": [ { "resourceInstanceName": "vFW c84bbe7d-bc84 0", "resourceCustomizationUUID": "42eed70a-7313-4abc-839b-688b08d38875", "resourceName": "vFW c84bbe7d-bc84", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1a60790c-63ac-4790-84fc-999f5f801665", "resourceInvariantUUID": "cd29a152-a4e5-4ea2-bb74-3e105b9e2731", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc84bbe7dbc840_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "artifactChecksum": "MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "adc113cd-8724-49df-9c0d-09787ed37011", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8", "generatedFromUUID": "adc113cd-8724-49df-9c0d-09787ed37011" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230120063139-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "artifactChecksum": "Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf" } ], "workloadContext": "Production" } 2023-01-20T06:32:31.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:32:31.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3f45d47-a746-4122-9c4a-21520ad503b9 ASDC 2023-01-20T06:32:31.373Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9680dde2-9f96-47f3-bcd9-475d5d4f8f5e ServiceName:vFW 2023-01-20 06-31-39 ServiceVersion:1.0 ServiceUUID:c3f45d47-a746-4122-9c4a-21520ad503b9 ServiceInvariantUUID:14add55b-90a8-4729-8246-d053e910ce05 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230120063139-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar ArtifactUUID:92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf ArtifactChecksum:Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c84bbe7d-bc84 0 ResourceCustomizationUUID:42eed70a-7313-4abc-839b-688b08d38875 ResourceInvariantUUID:cd29a152-a4e5-4ea2-bb74-3e105b9e2731 ResourceName:vFW c84bbe7d-bc84 ResourceType:VF ResourceUUID:1a60790c-63ac-4790-84fc-999f5f801665 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc84bbe7dbc840_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json ArtifactUUID:a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5 ArtifactChecksum:MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU= 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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml ArtifactUUID:adc113cd-8724-49df-9c0d-09787ed37011 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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ArtifactUUID:de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ArtifactUUID:de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T06:32:31.374Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3f45d47-a746-4122-9c4a-21520ad503b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:32:31.428Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:32:31.429Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:32:31.429Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:32:31.430Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:31.431Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:32:31.434Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:31.550Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf 101526 2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar ASDC sendASDCNotification 2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196351555, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:32.557Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:32:32.558Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-20T06:32:32.558Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf, URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar to file: /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230120063139-csar.csar 2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:32.868Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1274857930783799621/Definitions/service-Vfw20230120063139-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-01-20T06:32:35.017Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||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-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c84bbe7d-bc84 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-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c59579-8a85-47cb-abbb-bc4b1947b19c 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3ce3133-b859-48e2-b8f5-6cfd7d2aed55 2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:35.037Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:35.037Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-20 06-31-39 Description:catalog service description Model UUID:c3f45d47-a746-4122-9c4a-21520ad503b9 Model Version:NULL Model InvariantUuid:14add55b-90a8-4729-8246-d053e910ce05 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c84bbe7d-bc84 Model UUID:8cfee48a-1392-452f-8676-0b55516e2c5d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:cd29a152-a4e5-4ea2-bb74-3e105b9e2731 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42eed70a-7313-4abc-839b-688b08d38875 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e726236c-fc25-4f95-95be-9e64e44b2697 ModelName:VfwC84bbe7dBc84..base_vfw..module-0 ModelUuid:b8922aa4-0d21-4598-b3e1-2674d5d66b5d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d6c59579-8a85-47cb-abbb-bc4b1947b19c ModelInvariantUuid:7a3e6593-818d-4415-8ac4-10504c48ff91 ModelName:vFW c84bbe7d-bc84-nodes.vfwCvfc ModelUuid:0d62b2da-71ef-4650-a30b-ffb21d91d586 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:cbb16575-74f7-43cb-a464-e5b7d31f05e7 ModelInvariantUuid:acf19bb5-2b9d-4f04-8aa8-123cd318a6bd ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vfw ModelUuid:cb3c25c3-a6db-49ee-8623-c889801651b5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc ModelInvariantUuid:dd2608e9-08f8-4ab2-8ad4-2a414cf7acc0 ModelName:vFW c84bbe7d-bc84-nodes.vsnCvfc ModelUuid:91b1125b-ae93-438d-93e0-8bbcfb43fd4c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a302188a-0191-4f0f-9212-eb0628a4341d ModelInvariantUuid:78b00b8d-c1ac-439f-9814-3def6bd89abc ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vsn ModelUuid:e4b0395c-1a2c-43fa-baa2-edc076289faa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e3ce3133-b859-48e2-b8f5-6cfd7d2aed55 ModelInvariantUuid:e9b40c5f-e33e-4fce-8046-415987baf576 ModelName:vFW c84bbe7d-bc84-nodes.vpgCvfc ModelUuid:46dd70cb-942f-4183-8634-510970d15d20 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:641cb154-1d85-4dce-a0d2-f64098515c2b ModelInvariantUuid:0abb2ff2-64d4-4059-8389-579f0f444b5e ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vpg ModelUuid:50ff2a81-cfa0-4dbf-abb5-ae6f5fb8b32d 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-20T06:32:35.046Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a60790c-63ac-4790-84fc-999f5f801665 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||vFW c84bbe7d-bc84 0 2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a60790c-63ac-4790-84fc-999f5f801665 2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json 2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json 2023-01-20T06:32:35.111Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5 785 2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json ASDC sendASDCNotification 2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json 2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196355112, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:36.114Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC84bbe7dBc84..base_vfw..module-0", "vfModuleModelInvariantUUID": "e726236c-fc25-4f95-95be-9e64e44b2697", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8922aa4-0d21-4598-b3e1-2674d5d66b5d", "vfModuleModelCustomizationUUID": "03350b97-bc89-4348-8f1b-10487853bca2", "isBase": true, "artifacts": [ "adc113cd-8724-49df-9c0d-09787ed37011", "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8" ], "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-20T06:32:36.118Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC84bbe7dBc84..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8922aa4-0d21-4598-b3e1-2674d5d66b5d VfModuleModelInvariantUUID:e726236c-fc25-4f95-95be-9e64e44b2697 VfModuleModelDescription:NULL Artifacts UUID List:{ adc113cd-8724-49df-9c0d-09787ed37011 , de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 } 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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC84bbe7dBc84..base_vfw..module-0", "vfModuleModelInvariantUUID": "e726236c-fc25-4f95-95be-9e64e44b2697", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8922aa4-0d21-4598-b3e1-2674d5d66b5d", "vfModuleModelCustomizationUUID": "03350b97-bc89-4348-8f1b-10487853bca2", "isBase": true, "artifacts": [ "adc113cd-8724-49df-9c0d-09787ed37011", "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8" ], "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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC84bbe7dBc84..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8922aa4-0d21-4598-b3e1-2674d5d66b5d VfModuleModelInvariantUUID:e726236c-fc25-4f95-95be-9e64e44b2697 VfModuleModelDescription:NULL Artifacts UUID List:{ adc113cd-8724-49df-9c0d-09787ed37011 , de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 } 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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adc113cd-8724-49df-9c0d-09787ed37011 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml 2023-01-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml 2023-01-20T06:32:36.170Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:32:36.171Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml adc113cd-8724-49df-9c0d-09787ed37011 20368 2023-01-20T06:32:36.171Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml 2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196356171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env 2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env 2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 2098 2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env 2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196357224, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:38.226Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c3f45d47-a746-4122-9c4a-21520ad503b9 2023-01-20T06:32:38.227Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c84bbe7d-bc84 0 1a60790c-63ac-4790-84fc-999f5f801665 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-20T06:32:38.250Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cca1344, org.onap.sdc.toscaparser.api.parameters.Input@5a958f1e, org.onap.sdc.toscaparser.api.parameters.Input@6fb228a2, org.onap.sdc.toscaparser.api.parameters.Input@237df03b, org.onap.sdc.toscaparser.api.parameters.Input@7ff19723] 2023-01-20T06:32:38.251Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 42eed70a-7313-4abc-839b-688b08d38875 2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42eed70a-7313-4abc-839b-688b08d38875 matches Tosca VF Customization UUID: 42eed70a-7313-4abc-839b-688b08d38875 2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 42eed70a-7313-4abc-839b-688b08d38875 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-20T06:32:38.255Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.255Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 42eed70a-7313-4abc-839b-688b08d38875: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b531ef4 2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:32:38.257Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03350b97-bc89-4348-8f1b-10487853bca2 2023-01-20T06:32:38.257Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03350b97-bc89-4348-8f1b-10487853bca2 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-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c59579-8a85-47cb-abbb-bc4b1947b19c 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-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc 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-20T06:32:38.272Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.272Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.273Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria 2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3ce3133-b859-48e2-b8f5-6cfd7d2aed55 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-20T06:32:38.281Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.281Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria 2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=42eed70a-7313-4abc-839b-688b08d38875 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:32:38.285Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c3f45d47-a746-4122-9c4a-21520ad503b9: vFW c84bbe7d-bc84 2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-01-20 06-31-39 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-20T06:32:38.567Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c84bbe7d-bc84 1a60790c-63ac-4790-84fc-999f5f801665 1 ASDC deployResourceStructure 2023-01-20T06:32:38.568Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json ASDC sendASDCNotification 2023-01-20T06:32:38.568Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json 2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:38.570Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196358568, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml 2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196359571, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env 2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196360573, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:41.575Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar ASDC sendASDCNotification 2023-01-20T06:32:41.575Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 2023-01-20T06:32:41.576Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196361575, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:42.578Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:32:42.591Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:32:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:32:47.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:32:47.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:32:47.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:32:47.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:32:47.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:32:47.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:12.595Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:33:12.623Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:33:12.625Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:33:12.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:33:12.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:33:42.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:33:42.648Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:33:42.651Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:33:42.651Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:33:42.652Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:33:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:33:47.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOTIFIED" } 2023-01-20T06:33:47.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOTIFIED" } 2023-01-20T06:33:47.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-20T06:33:47.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-20T06:33:47.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-20T06:33:47.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.681Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-20T06:33:47.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-20T06:33:47.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.691Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "ves-openapi-manager", "timestamp": 1674196330581, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196321627, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196324178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196337934, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.697Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196323455, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.698Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196326468, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.699Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196351661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196351667, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196351664, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.702Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196351950, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196351555, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196352682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "cds-sdc-listener", "timestamp": 1674196352999, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-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-20T06:33:47.713Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 2023-01-20T06:33:47.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196352752, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.727Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "policy-distribution", "timestamp": 1674196353685, "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-20T06:33:47.732Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 2023-01-20T06:33:47.732Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196353829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:33:47.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196354876, "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-20T06:33:47.748Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 2023-01-20T06:33:47.748Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196347995, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:33:47.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196355112, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "multicloud-k8s", "timestamp": 1674196355887, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196355829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196356171, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196357224, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:33:47.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.759Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196358568, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196359298, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196359571, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196360303, "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-20T06:33:47.766Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 2023-01-20T06:33:47.766Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.784Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196360573, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196361575, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196363470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:33:47.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "aai-model-loader", "timestamp": 1674196364473, "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-20T06:33:47.791Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 2023-01-20T06:33:47.791Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:34:12.652Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:34:12.663Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:34:12.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:34:42.682Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:34:42.690Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e and serviceModelVersionId: c3f45d47-a746-4122-9c4a-21520ad503b9 2023-01-20T06:34:42.690Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14add55b-90a8-4729-8246-d053e910ce05 2023-01-20T06:34:42.691Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0 2023-01-20T06:34:42.697Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:34:42.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0 with 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-20T06:34:42.756Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|INFO|500||Invoke 2023-01-20T06:34:42.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:34:42.920Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|INFO|500||InvokeReturn 2023-01-20T06:34:42.921Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:34:42 GMT], content-length=[0], vertex-id=[405688], x-aai-txid=[0-aai-resources-230120-06:34:42:778-23876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:34:42.941Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.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-20T06:34:42.942Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:34:42.942Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196482942, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T06:34:43.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:34:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:34:47.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-20T06:34:47.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e", "consumerID": "SO-sdc-controller", "timestamp": 1674196482942, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:34:47.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:35:43.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:35:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:36:43.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:36:47.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:37:43.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:37:47.665Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:38:43.963Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:38:47.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:39:43.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:39:47.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:40:43.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:40:47.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:41:43.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:41:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:42:43.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-20T06:42:43.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"da567edf-12f9-43bb-bc3a-3c91355fa9ad","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d7a03404-e74d-4762-9ba6-f57fc676eaab","serviceDescription":"service","serviceInvariantUUID":"6f51fc4a-7610-4a78-a136-549b7b3d6357","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"27cad092-f3dc-48da-800c-6c2bd5a8b0fb","resourceInvariantUUID":"ef3727a1-aa8b-4942-92be-ce0b1015e173","resourceCustomizationUUID":"e19d23f0-57e9-48e5-8e6a-07613ddbcb01","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":"ZWM2ODE2OGFmM2ExYTQxNmZmZDhiYmFlYTJhNDgyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0a9b608-fab8-4668-8a2e-e748656ce73b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5cd744e-1a45-4525-acf0-1618f533cfc2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:42:43.238Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:42:43.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:42:43.239Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:42:43.239Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196903967, "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-20T06:42:43.273Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:42:43.274Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "policy-distribution", "timestamp": 1674196954722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:42:43.274Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196903967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:42:44.247Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:42:44.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:42:44.248Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:42:44.248Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196903967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:42:45.250Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d7a03404-e74d-4762-9ba6-f57fc676eaab", "serviceDescription": "service", "serviceInvariantUUID": "6f51fc4a-7610-4a78-a136-549b7b3d6357", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e19d23f0-57e9-48e5-8e6a-07613ddbcb01", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "27cad092-f3dc-48da-800c-6c2bd5a8b0fb", "resourceInvariantUUID": "ef3727a1-aa8b-4942-92be-ce0b1015e173", "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": "MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5cd744e-1a45-4525-acf0-1618f533cfc2" } ], "workloadContext": "Production" } 2023-01-20T06:42:45.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:42:45.251Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d7a03404-e74d-4762-9ba6-f57fc676eaab ASDC 2023-01-20T06:42:45.252Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:da567edf-12f9-43bb-bc3a-3c91355fa9ad ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d7a03404-e74d-4762-9ba6-f57fc676eaab ServiceInvariantUUID:6f51fc4a-7610-4a78-a136-549b7b3d6357 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:c5cd744e-1a45-4525-acf0-1618f533cfc2 ArtifactChecksum:MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e19d23f0-57e9-48e5-8e6a-07613ddbcb01 ResourceInvariantUUID:ef3727a1-aa8b-4942-92be-ce0b1015e173 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:27cad092-f3dc-48da-800c-6c2bd5a8b0fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-20T06:42:45.252Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7a03404-e74d-4762-9ba6-f57fc676eaab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:42:45.309Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:42:45.310Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:42:45.310Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5cd744e-1a45-4525-acf0-1618f533cfc2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-20T06:42:45.395Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:42:45.402Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c5cd744e-1a45-4525-acf0-1618f533cfc2 57792 2023-01-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196965403, "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-20T06:42:46.405Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:42:46.406Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:42:46.406Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5cd744e-1a45-4525-acf0-1618f533cfc2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-20T06:42:46.410Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-20T06:42:46.410Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-20T06:42:46.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-20T06:42:46.619Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5937598736751387145/Definitions/service-BasicNetwork-template.yml 2023-01-20T06:42:47.144Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:42:47.144Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.150Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.150Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d7a03404-e74d-4762-9ba6-f57fc676eaab Model Version:NULL Model InvariantUuid:6f51fc4a-7610-4a78-a136-549b7b3d6357 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ef3727a1-aa8b-4942-92be-ce0b1015e173 Model UUID:d6fec438-a73b-452f-8e48-c59f2124b307 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e19d23f0-57e9-48e5-8e6a-07613ddbcb01 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-20T06:42:47.160Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 27cad092-f3dc-48da-800c-6c2bd5a8b0fb 2023-01-20T06:42:47.160Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||No resources found for Service: d7a03404-e74d-4762-9ba6-f57fc676eaab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:42:47.168Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500|| 2023-01-20T06:42:47.168Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d7a03404-e74d-4762-9ba6-f57fc676eaab 2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d7a03404-e74d-4762-9ba6-f57fc676eaab 2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.178Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32dfb506, org.onap.sdc.toscaparser.api.parameters.Input@4c8122b0, org.onap.sdc.toscaparser.api.parameters.Input@71a760c8, org.onap.sdc.toscaparser.api.parameters.Input@a5e4ec5, org.onap.sdc.toscaparser.api.parameters.Input@45e6bd0d] 2023-01-20T06:42:47.179Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d7a03404-e74d-4762-9ba6-f57fc676eaab: Generic NeutronNet 2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.216Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||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-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196967267, "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-20T06:42:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "cds-sdc-listener", "timestamp": 1674196954047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "ves-openapi-manager", "timestamp": 1674196951416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "multicloud-k8s", "timestamp": 1674196956956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:42:48.270Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:42:48.281Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:43:18.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:43:18.305Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:43:18.317Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:43:18.318Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:43:18.318Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:43:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:43:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "policy-distribution", "timestamp": 1674196954722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196903967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "ves-openapi-manager", "timestamp": 1674196951416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "multicloud-k8s", "timestamp": 1674196956956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "cds-sdc-listener", "timestamp": 1674196954047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "policy-distribution", "timestamp": 1674196965575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196965403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "cds-sdc-listener", "timestamp": 1674196965856, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "policy-distribution", "timestamp": 1674196966578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "cds-sdc-listener", "timestamp": 1674196966870, "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-20T06:43:47.684Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad 2023-01-20T06:43:47.684Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674196967267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:43:47.699Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "policy-distribution", "timestamp": 1674196967579, "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-20T06:43:47.703Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad 2023-01-20T06:43:47.703Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:43:48.321Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:43:48.351Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:44:18.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:44:18.379Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:44:18.381Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:44:18.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T06:44:18.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T06:44:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:44:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "aai-model-loader", "timestamp": 1674196967934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "aai-model-loader", "timestamp": 1674196967934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "aai-model-loader", "timestamp": 1674196970056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "aai-model-loader", "timestamp": 1674196974610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "aai-model-loader", "timestamp": 1674196975613, "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-20T06:44:47.694Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad 2023-01-20T06:44:47.695Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196977994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196977994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196980760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196982529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.719Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.719Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674196983532, "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-20T06:44:47.725Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad 2023-01-20T06:44:47.725Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:44:47.737Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196968581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196970573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "multicloud-k8s", "timestamp": 1674196965434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196967875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196993539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196993318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196993170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "cds-sdc-listener", "timestamp": 1674196994554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-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-20T06:44:47.771Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 2023-01-20T06:44:47.771Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196994321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196994379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "policy-distribution", "timestamp": 1674196995323, "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-20T06:44:47.790Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 2023-01-20T06:44:47.791Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.801Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.802Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "ves-openapi-manager", "timestamp": 1674196995383, "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-20T06:44:47.806Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 2023-01-20T06:44:47.806Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674196997934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674197006084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674197011536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "aai-model-loader", "timestamp": 1674197012539, "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-20T06:44:47.830Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 2023-01-20T06:44:47.830Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.839Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.839Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197007994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197016753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197018769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197019773, "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-20T06:44:47.847Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 2023-01-20T06:44:47.847Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.855Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:44:47.866Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:44:47.866Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:44:48.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:44:48.395Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:44:48.399Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:44:48.399Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-20T06:44:48.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:45:18.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:45:18.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad and serviceModelVersionId: d7a03404-e74d-4762-9ba6-f57fc676eaab 2023-01-20T06:45:18.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f51fc4a-7610-4a78-a136-549b7b3d6357 2023-01-20T06:45:18.413Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0 2023-01-20T06:45:18.420Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:45:18.497Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0 with 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-20T06:45:18.499Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|INFO|500||Invoke 2023-01-20T06:45:18.529Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:45:18.643Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|INFO|500||InvokeReturn 2023-01-20T06:45:18.644Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:45:18 GMT], content-length=[0], vertex-id=[422072], x-aai-txid=[2-aai-resources-230120-06:45:18:521-98329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:45:18.644Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:45:18.645Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:45:18.645Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-20T06:45:18.650Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-20T06:45:18.650Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da567edf-12f9-43bb-bc3a-3c91355fa9ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:18.652Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674197118651, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T06:45:19.680Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:45:19.693Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-20T06:45:19.694Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9383a42c-8b19-4f73-8cb8-83c68cbf0b9b","serviceName":"Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb","serviceVersion":"1.0","serviceUUID":"2284e1e2-c24b-4f5c-ab24-1ac5a7180320","serviceDescription":"catalog service description","serviceInvariantUUID":"c20800dd-5c0b-44f5-8451-1d82a006f6de","resources":[{"resourceInstanceName":"pNF db7e1229-da28 0","resourceName":"pNF db7e1229-da28","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98f9f232-26d5-43d0-8a06-3f37024b562d","resourceInvariantUUID":"fa1fe655-9bb6-4cc2-acfb-3888cc8527dd","resourceCustomizationUUID":"162a133d-7e9e-423f-af60-0b55b848aa0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml","artifactChecksum":"MmRmNTAxYzYxMmJhYzFkZDc4NmYxNjlmNDg4NzY5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f1caa92-5106-4324-a020-8e48415f8a7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar","artifactChecksum":"MmYzMzZhY2U5N2Q4ZjY0YjZiNzlkNGYzZDNlYTYyNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f672131d-beb4-4a31-a0da-8975e5ea04f2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b62ec427-2f9e-429c-9df7-86cd55ab428d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml","artifactChecksum":"MWI0MjRmODAyMDQyODIxYTNjYTE3ZWRmZmE2YTc1Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed291905-5760-4304-a4fd-b025f5a2570e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61bf84c3-6c94-4094-831d-b780238379af","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3bf35e7-9aab-4736-a3c8-11f2543ef638","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml","artifactChecksum":"OGExZDJjMzJlNTRjZGY0M2RlOTBlYTZhZjYwZDhlNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82fa6b10-e6d4-42fc-9e54-26c222090c23","artifactVersion":"1"},{"artifactName":"service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar","artifactChecksum":"MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f2a53e9-631f-4439-be75-b19eb53e4782","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:19.700Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:20.700Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:21.705Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:21.708Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:21.708Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:21.709Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:22.710Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:23.712Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:24.714Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:24.724Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:24.725Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:24.725Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:25.727Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:26.727Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "serviceName": "Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb", "serviceVersion": "1.0", "serviceUUID": "2284e1e2-c24b-4f5c-ab24-1ac5a7180320", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c20800dd-5c0b-44f5-8451-1d82a006f6de", "resources": [ { "resourceInstanceName": "pNF db7e1229-da28 0", "resourceCustomizationUUID": "162a133d-7e9e-423f-af60-0b55b848aa0a", "resourceName": "pNF db7e1229-da28", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "98f9f232-26d5-43d0-8a06-3f37024b562d", "resourceInvariantUUID": "fa1fe655-9bb6-4cc2-acfb-3888cc8527dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "artifactChecksum": "MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f2a53e9-631f-4439-be75-b19eb53e4782" } ], "workloadContext": "Production" } 2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 ASDC 2023-01-20T06:45:27.733Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9383a42c-8b19-4f73-8cb8-83c68cbf0b9b ServiceName:Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb ServiceVersion:1.0 ServiceUUID:2284e1e2-c24b-4f5c-ab24-1ac5a7180320 ServiceInvariantUUID:c20800dd-5c0b-44f5-8451-1d82a006f6de ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar ArtifactUUID:6f2a53e9-631f-4439-be75-b19eb53e4782 ArtifactChecksum:MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF db7e1229-da28 0 ResourceCustomizationUUID:162a133d-7e9e-423f-af60-0b55b848aa0a ResourceInvariantUUID:fa1fe655-9bb6-4cc2-acfb-3888cc8527dd ResourceName:pNF db7e1229-da28 ResourceType:PNF ResourceUUID:98f9f232-26d5-43d0-8a06-3f37024b562d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-20T06:45:27.733Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:45:27.771Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f2a53e9-631f-4439-be75-b19eb53e4782 from URL: /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:27.847Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 6f2a53e9-631f-4439-be75-b19eb53e4782 87997 2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar ASDC sendASDCNotification 2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:45:27.853Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:27.853Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:27.854Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197127852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:28.854Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:45:28.855Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:45:28.856Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6f2a53e9-631f-4439-be75-b19eb53e4782, URL: /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar to file: /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:28.856Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:28.857Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:28.857Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:29.126Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1711096324079747136/Definitions/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml 2023-01-20T06:45:30.023Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db7e1229-da28 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-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Node template pNF db7e1229-da28 0 is matching search criteria 2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF db7e1229-da28 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Node template pNF db7e1229-da28 0 is matching search criteria 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF db7e1229-da28 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.029Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.029Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb Description:catalog service description Model UUID:2284e1e2-c24b-4f5c-ab24-1ac5a7180320 Model Version:NULL Model InvariantUuid:c20800dd-5c0b-44f5-8451-1d82a006f6de 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-20T06:45:30.041Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98f9f232-26d5-43d0-8a06-3f37024b562d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||pNF db7e1229-da28 0 2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98f9f232-26d5-43d0-8a06-3f37024b562d 2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db7e1229-da28 0 98f9f232-26d5-43d0-8a06-3f37024b562d 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-20T06:45:30.061Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b82b87d, org.onap.sdc.toscaparser.api.parameters.Input@797b8f16, org.onap.sdc.toscaparser.api.parameters.Input@693e808b, org.onap.sdc.toscaparser.api.parameters.Input@414bc71b, org.onap.sdc.toscaparser.api.parameters.Input@7fb4ce1f] 2023-01-20T06:45:30.061Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2284e1e2-c24b-4f5c-ab24-1ac5a7180320: pNF db7e1229-da28 2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 98f9f232-26d5-43d0-8a06-3f37024b562d 2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:45:30.063Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:45:30.063Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Resource customization UUID: 162a133d-7e9e-423f-af60-0b55b848aa0a is the same as notified resource customizationUUID: 162a133d-7e9e-423f-af60-0b55b848aa0a 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-20T06:45:30.118Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF db7e1229-da28 98f9f232-26d5-43d0-8a06-3f37024b562d 0 ASDC deployResourceStructure 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar ASDC sendASDCNotification 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:45:30.119Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197130119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:31.120Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:45:31.131Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:45:31.134Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:45:31.134Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.135Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:45:31.136Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-20T06:45:31.140Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:45:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:45:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674196996324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "ves-openapi-manager", "timestamp": 1674197016386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674196993198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674196995556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197029020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674197029029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674197029352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674197030033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197030097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "cds-sdc-listener", "timestamp": 1674197030365, "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-20T06:45:47.690Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28d87f28-da15-4f16-9885-123e713334a6 2023-01-20T06:45:47.691Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28d87f28-da15-4f16-9885-123e713334a6 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-20T06:45:47.709Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.709Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.710Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.710Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.710Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.711Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.711Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.711Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "policy-distribution", "timestamp": 1674197031035, "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-20T06:45:47.715Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28d87f28-da15-4f16-9885-123e713334a6 2023-01-20T06:45:47.715Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28d87f28-da15-4f16-9885-123e713334a6 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-20T06:45:47.729Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197031154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.730Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.731Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197032236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.732Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.733Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197033291, "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-20T06:45:47.737Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28d87f28-da15-4f16-9885-123e713334a6 2023-01-20T06:45:47.737Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28d87f28-da15-4f16-9885-123e713334a6 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-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "multicloud-k8s", "timestamp": 1674197034294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "ves-openapi-manager", "timestamp": 1674197030570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197037069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197031374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197032037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197038599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197039147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "cds-sdc-listener", "timestamp": 1674197039608, "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-20T06:45:47.765Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 902eb380-40c1-41ca-ac10-5dd7edc73f12 2023-01-20T06:45:47.765Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902eb380-40c1-41ca-ac10-5dd7edc73f12 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-20T06:45:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197040150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "policy-distribution", "timestamp": 1674197041152, "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-20T06:45:47.799Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 902eb380-40c1-41ca-ac10-5dd7edc73f12 2023-01-20T06:45:47.799Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902eb380-40c1-41ca-ac10-5dd7edc73f12 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-20T06:45:47.817Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.818Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197035301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.818Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.818Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.818Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.818Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197042401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.819Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.820Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.820Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197043460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.820Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.820Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.821Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.821Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.821Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.821Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197044543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.821Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197044745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197045579, "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-20T06:45:47.831Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 902eb380-40c1-41ca-ac10-5dd7edc73f12 2023-01-20T06:45:47.831Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902eb380-40c1-41ca-ac10-5dd7edc73f12 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-20T06:45:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "aai-model-loader", "timestamp": 1674197045748, "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-20T06:45:47.846Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28d87f28-da15-4f16-9885-123e713334a6 2023-01-20T06:45:47.846Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28d87f28-da15-4f16-9885-123e713334a6 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-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "multicloud-k8s", "timestamp": 1674197046582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197047800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197050120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197051126, "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-20T06:45:47.871Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28d87f28-da15-4f16-9885-123e713334a6 2023-01-20T06:45:47.872Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28d87f28-da15-4f16-9885-123e713334a6 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-20T06:45:47.889Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.889Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197027934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.890Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197053820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.891Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.892Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:45:47.893Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.893Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.893Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197037994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:45:47.895Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.895Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.895Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197059252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:45:47.897Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.897Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.897Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197061706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197061583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.898Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "aai-model-loader", "timestamp": 1674197062710, "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-20T06:45:47.904Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 902eb380-40c1-41ca-ac10-5dd7edc73f12 2023-01-20T06:45:47.904Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902eb380-40c1-41ca-ac10-5dd7edc73f12 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-20T06:45:47.931Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:45:47.931Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674197062588, "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-20T06:45:47.941Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 902eb380-40c1-41ca-ac10-5dd7edc73f12 2023-01-20T06:45:47.941Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902eb380-40c1-41ca-ac10-5dd7edc73f12 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-20T06:46:01.141Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:46:01.146Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b and serviceModelVersionId: 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 2023-01-20T06:46:01.146Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c20800dd-5c0b-44f5-8451-1d82a006f6de 2023-01-20T06:46:01.148Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0 2023-01-20T06:46:01.154Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:46:01.211Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0 with 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-20T06:46:01.214Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0|INFO|500||Invoke 2023-01-20T06:46:01.236Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:46:01.346Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0|INFO|500||InvokeReturn 2023-01-20T06:46:01.347Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c20800dd-5c0b-44f5-8451-1d82a006f6de/model-vers/model-ver/2284e1e2-c24b-4f5c-ab24-1ac5a7180320?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:46:01 GMT], content-length=[0], vertex-id=[205024], x-aai-txid=[1-aai-resources-230120-06:46:01:225-14144], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:46:01.347Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:46:01.348Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:46:01.348Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-20T06:46:01.353Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-20T06:46:01.353Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:46:01.354Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:46:01.354Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:01.354Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:01.354Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197161354, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T06:46:02.368Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-20T06:46:02.368Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"28d87f28-da15-4f16-9885-123e713334a6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02","serviceDescription":"service","serviceInvariantUUID":"831070af-cdb4-4d8f-b172-38697efcb9c9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e","resourceInvariantUUID":"19ef3002-c321-4734-ba30-f893332da0dc","resourceCustomizationUUID":"7d4cdd51-04cb-4616-ae37-c74e79fd712e","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":"NTgxOGVkMTdiOTgxYTEzOWQxYzMxMWY4Yjg3NDYxMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5e91e27-f644-423a-af5e-b40ce2692175","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":"44242194-8a70-4111-b613-dd22eaac8990","artifactVersion":"2","generatedFromUUID":"dc17b08f-708b-4891-98cb-a798c24860a5"},{"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":"dc17b08f-708b-4891-98cb-a798c24860a5","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":"MTdkNDBkNzA5OWU2ZTY4MmVjNmEzMzg0OTBlNWI3MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf579fda-6b1d-4cb1-81aa-bf8faf858bf3","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":"8f44f17a-5335-48aa-9b15-d609e7dd22c2","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":"8b69780e-4e3b-45ab-a941-57458266e16f","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":"683d9033-0be1-4bd2-a8c8-c8cae2795392","artifactVersion":"2","generatedFromUUID":"8f44f17a-5335-48aa-9b15-d609e7dd22c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjdkZmZkMTNmNjg1NjE3M2EwNzkxNWMyYTM3NGI5MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae213db5-bb51-4847-b760-de0caf07a196","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjliZGE5OWE2YjgxOGRmYTlkZjEwMWFlOTU4NDU2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"004dca05-85a3-423f-9d7a-ceb749c5307e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:46:02.369Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:02.369Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:02.369Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:02.370Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:03.370Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:03.371Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:03.371Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:03.371Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:04.372Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:04.372Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:04.372Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:04.372Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:05.373Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:05.373Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:05.374Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:05.374Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:06.374Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:06.375Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:06.375Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:06.375Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:07.376Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:07.377Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:07.377Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:07.377Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:08.378Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:08.378Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:08.378Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:08.379Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:09.379Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:09.380Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:09.380Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:09.380Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:10.381Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:10.381Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:10.382Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:10.382Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:46:11.383Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02", "serviceDescription": "service", "serviceInvariantUUID": "831070af-cdb4-4d8f-b172-38697efcb9c9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7d4cdd51-04cb-4616-ae37-c74e79fd712e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e", "resourceInvariantUUID": "19ef3002-c321-4734-ba30-f893332da0dc", "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": "44242194-8a70-4111-b613-dd22eaac8990", "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": "dc17b08f-708b-4891-98cb-a798c24860a5", "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": "MTdkNDBkNzA5OWU2ZTY4MmVjNmEzMzg0OTBlNWI3MzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf579fda-6b1d-4cb1-81aa-bf8faf858bf3", "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": "8f44f17a-5335-48aa-9b15-d609e7dd22c2", "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": "683d9033-0be1-4bd2-a8c8-c8cae2795392", "generatedFromUUID": "8f44f17a-5335-48aa-9b15-d609e7dd22c2" }, "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": "683d9033-0be1-4bd2-a8c8-c8cae2795392", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjliZGE5OWE2YjgxOGRmYTlkZjEwMWFlOTU4NDU2ZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "004dca05-85a3-423f-9d7a-ceb749c5307e" } ], "workloadContext": "Production" } 2023-01-20T06:46:11.384Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:46:11.384Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 ASDC 2023-01-20T06:46:11.385Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:28d87f28-da15-4f16-9885-123e713334a6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 ServiceInvariantUUID:831070af-cdb4-4d8f-b172-38697efcb9c9 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:004dca05-85a3-423f-9d7a-ceb749c5307e ArtifactChecksum:YjliZGE5OWE2YjgxOGRmYTlkZjEwMWFlOTU4NDU2ZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7d4cdd51-04cb-4616-ae37-c74e79fd712e ResourceInvariantUUID:19ef3002-c321-4734-ba30-f893332da0dc ResourceName:basic_cnf ResourceType:VF ResourceUUID:b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e 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:44242194-8a70-4111-b613-dd22eaac8990 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:dc17b08f-708b-4891-98cb-a798c24860a5 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:bf579fda-6b1d-4cb1-81aa-bf8faf858bf3 ArtifactChecksum:MTdkNDBkNzA5OWU2ZTY4MmVjNmEzMzg0OTBlNWI3MzA= 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:8f44f17a-5335-48aa-9b15-d609e7dd22c2 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:683d9033-0be1-4bd2-a8c8-c8cae2795392 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:683d9033-0be1-4bd2-a8c8-c8cae2795392 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T06:46:11.385Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:46:11.448Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:46:11.449Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:46:11.449Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:46:11.449Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 004dca05-85a3-423f-9d7a-ceb749c5307e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-20T06:46:11.450Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:11.450Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-20T06:46:11.544Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:11.548Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 004dca05-85a3-423f-9d7a-ceb749c5307e 73994 2023-01-20T06:46:11.548Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:11.548Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:11.548Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:11.549Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:11.549Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:11.549Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197171548, "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-20T06:46:12.549Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:46:12.550Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:46:12.550Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 004dca05-85a3-423f-9d7a-ceb749c5307e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-20T06:46:12.551Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-20T06:46:12.551Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-20T06:46:12.551Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-20T06:46:12.713Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13248690306733182506/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-20T06:46:13.803Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:46:13.804Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:46:13.804Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-20T06:46:13.804Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-20T06:46:13.804Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.805Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.806Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:13.807Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:46:13.807Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:46:13.807Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.807Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.807Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.808Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:46:13.809Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.809Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:13.809Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:13.809Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:13.810Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.811Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-20T06:46:13.811Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-20T06:46:13.811Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1bfbe965-5b4b-4bed-b2eb-9e61be0ece01 2023-01-20T06:46:13.811Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.811Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:13.812Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:13.813Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 Model Version:NULL Model InvariantUuid:831070af-cdb4-4d8f-b172-38697efcb9c9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0b5eaec4-5cb7-49fd-9a88-8c464689d70c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:19ef3002-c321-4734-ba30-f893332da0dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d4cdd51-04cb-4616-ae37-c74e79fd712e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3744d61-97c0-48ed-80fa-233760c66605 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:1e44dec6-f64c-46c2-9e88-fcff6fb401c8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1bfbe965-5b4b-4bed-b2eb-9e61be0ece01 ModelInvariantUuid:741b4f5f-2712-4b9d-8113-fd0adcfb1554 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:466f4f71-6a96-40ac-b8cd-dbf30a7f9c18 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:729c2519-5275-4ce3-a040-f6821b8ffc90 ModelInvariantUuid:c54cb33d-2820-4d71-92a9-80b3acee535a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:eb9437d7-940a-4c5a-b499-e034a7913e73 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-20T06:46:13.832Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:46:13.842Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||basic_cnf 0 2023-01-20T06:46:13.842Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e 2023-01-20T06:46:13.842Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 44242194-8a70-4111-b613-dd22eaac8990 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-20T06:46:13.842Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:13.842Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.896Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:13.897Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 44242194-8a70-4111-b613-dd22eaac8990 12 2023-01-20T06:46:13.897Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.897Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:13.897Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:13.898Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:13.898Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:13.898Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197173897, "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-20T06:46:14.899Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc17b08f-708b-4891-98cb-a798c24860a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-20T06:46:14.899Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:14.900Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:14.950Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:14.950Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dc17b08f-708b-4891-98cb-a798c24860a5 2688 2023-01-20T06:46:14.951Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:14.951Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:14.951Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:14.951Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:14.952Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:14.952Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197174951, "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-20T06:46:15.953Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf579fda-6b1d-4cb1-81aa-bf8faf858bf3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-20T06:46:15.954Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:15.954Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:16.000Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:16.001Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bf579fda-6b1d-4cb1-81aa-bf8faf858bf3 828 2023-01-20T06:46:16.001Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:16.002Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:16.002Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:16.002Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:16.002Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:16.002Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197176001, "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-20T06:46:17.003Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e3744d61-97c0-48ed-80fa-233760c66605", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e44dec6-f64c-46c2-9e88-fcff6fb401c8", "vfModuleModelCustomizationUUID": "870ecd72-7a39-4b91-aa67-5e9867c23f94", "isBase": true, "artifacts": [ "8f44f17a-5335-48aa-9b15-d609e7dd22c2", "dc17b08f-708b-4891-98cb-a798c24860a5", "683d9033-0be1-4bd2-a8c8-c8cae2795392" ], "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-20T06:46:17.007Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e44dec6-f64c-46c2-9e88-fcff6fb401c8 VfModuleModelInvariantUUID:e3744d61-97c0-48ed-80fa-233760c66605 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f44f17a-5335-48aa-9b15-d609e7dd22c2 , dc17b08f-708b-4891-98cb-a798c24860a5 , 683d9033-0be1-4bd2-a8c8-c8cae2795392 } 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-20T06:46:17.009Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e3744d61-97c0-48ed-80fa-233760c66605", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e44dec6-f64c-46c2-9e88-fcff6fb401c8", "vfModuleModelCustomizationUUID": "870ecd72-7a39-4b91-aa67-5e9867c23f94", "isBase": true, "artifacts": [ "8f44f17a-5335-48aa-9b15-d609e7dd22c2", "dc17b08f-708b-4891-98cb-a798c24860a5", "683d9033-0be1-4bd2-a8c8-c8cae2795392" ], "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-20T06:46:17.009Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e44dec6-f64c-46c2-9e88-fcff6fb401c8 VfModuleModelInvariantUUID:e3744d61-97c0-48ed-80fa-233760c66605 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f44f17a-5335-48aa-9b15-d609e7dd22c2 , dc17b08f-708b-4891-98cb-a798c24860a5 , 683d9033-0be1-4bd2-a8c8-c8cae2795392 } 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-20T06:46:17.010Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f44f17a-5335-48aa-9b15-d609e7dd22c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-20T06:46:17.010Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:17.010Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:17.063Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:17.064Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8f44f17a-5335-48aa-9b15-d609e7dd22c2 1164 2023-01-20T06:46:17.064Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:17.064Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:17.064Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:17.065Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:17.065Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:17.065Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197177064, "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-20T06:46:18.066Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 683d9033-0be1-4bd2-a8c8-c8cae2795392 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-20T06:46:18.066Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:46:18.066Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:18.111Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:46:18.111Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 683d9033-0be1-4bd2-a8c8-c8cae2795392 200 2023-01-20T06:46:18.111Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:18.112Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:18.112Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:46:18.112Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:18.112Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:18.112Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197178111, "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-20T06:46:19.113Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 2023-01-20T06:46:19.113Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e 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 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-20T06:46:19.146Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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 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-20T06:46:19.155Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ce032dd, org.onap.sdc.toscaparser.api.parameters.Input@ef03ca7, org.onap.sdc.toscaparser.api.parameters.Input@72985a14, org.onap.sdc.toscaparser.api.parameters.Input@19c9f919, org.onap.sdc.toscaparser.api.parameters.Input@14b25627] 2023-01-20T06:46:19.157Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.157Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.158Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-20T06:46:19.158Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7d4cdd51-04cb-4616-ae37-c74e79fd712e 2023-01-20T06:46:19.158Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d4cdd51-04cb-4616-ae37-c74e79fd712e matches Tosca VF Customization UUID: 7d4cdd51-04cb-4616-ae37-c74e79fd712e 2023-01-20T06:46:19.158Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7d4cdd51-04cb-4616-ae37-c74e79fd712e 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-20T06:46:19.162Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.163Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.163Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7d4cdd51-04cb-4616-ae37-c74e79fd712e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-20T06:46:19.163Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d07d1cb 2023-01-20T06:46:19.163Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.164Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:46:19.164Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 870ecd72-7a39-4b91-aa67-5e9867c23f94 2023-01-20T06:46:19.164Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 870ecd72-7a39-4b91-aa67-5e9867c23f94 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-20T06:46:19.169Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.169Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:19.169Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:19.169Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.170Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:19.170Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:19.170Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.170Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-20T06:46:19.170Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-20T06:46:19.171Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1bfbe965-5b4b-4bed-b2eb-9e61be0ece01 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-20T06:46:19.175Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.175Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:19.175Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:46:19.176Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.176Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-20T06:46:19.176Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7d4cdd51-04cb-4616-ae37-c74e79fd712e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:46:19.178Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.178Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02: basic_cnf 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.179Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.180Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.180Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.181Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.181Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:46:19.181Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:46:19.181Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:19.363Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b3ac9bdb-ddc9-4f2a-a1ce-c83025635c7e 1 ASDC deployResourceStructure 2023-01-20T06:46:19.364Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:19.364Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:19.365Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-20T06:46:19.365Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:19.365Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:19.366Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197179364, "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-20T06:46:20.367Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:20.367Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:20.367Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-20T06:46:20.368Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:20.368Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:20.368Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197180367, "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-20T06:46:21.369Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:21.369Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:21.370Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:46:21.370Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:21.370Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:21.370Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197181369, "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-20T06:46:22.371Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:22.371Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:22.372Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:46:22.372Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:22.372Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:22.372Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197182371, "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-20T06:46:23.373Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:23.374Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:23.374Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:46:23.374Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:23.375Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:23.375Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197183373, "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-20T06:46:24.376Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:24.377Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||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-20T06:46:24.377Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:46:24.377Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:24.378Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:24.378Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197184376, "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-20T06:46:25.379Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28d87f28-da15-4f16-9885-123e713334a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:46:25.389Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28d87f28-da15-4f16-9885-123e713334a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:46:25.392Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:46:25.392Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:46:25.393Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:46:25.393Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:46:25.393Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:46:25.394Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:46:25.394Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:46:25.394Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:46:25.394Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:46:25.395Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-20T06:46:25.400Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:46:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:46:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad", "consumerID": "SO-sdc-controller", "timestamp": 1674197118651, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197127852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:46:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:46:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197130119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:46:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:46:55.400Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28d87f28-da15-4f16-9885-123e713334a6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:46:55.406Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28d87f28-da15-4f16-9885-123e713334a6 and serviceModelVersionId: 4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02 2023-01-20T06:46:55.407Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 831070af-cdb4-4d8f-b172-38697efcb9c9 2023-01-20T06:46:55.408Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0 2023-01-20T06:46:55.412Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:46:55.454Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0|INFO|500||Invoke 2023-01-20T06:46:55.455Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28d87f28-da15-4f16-9885-123e713334a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce0b4823-e29c-4bc3-bb32-3052d9b4705a], X-ECOMP-RequestID=[28d87f28-da15-4f16-9885-123e713334a6], X-TransactionId=[], X-ONAP-RequestID=[28d87f28-da15-4f16-9885-123e713334a6], Content-Type=[application/merge-patch+json]} 2023-01-20T06:46:55.473Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:46:55.567Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?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/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:46:55 GMT], content-length=[0], vertex-id=[196840], x-aai-txid=[1-aai-resources-230120-06:46:55:462-58954], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:46:55.568Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:46:55.568Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831070af-cdb4-4d8f-b172-38697efcb9c9/model-vers/model-ver/4b1d6c4d-9125-4b0b-9f68-644ae7cb8b02?depth=0|INFO|500||InvokeReturn 2023-01-20T06:46:55.569Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:46:55.569Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-20T06:46:55.588Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-20T06:46:55.588Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28d87f28-da15-4f16-9885-123e713334a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:46:55.589Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:46:55.589Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:55.589Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:55.589Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197215589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T06:46:56.612Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-20T06:46:56.613Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"902eb380-40c1-41ca-ac10-5dd7edc73f12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8ccf06c8-3d96-4771-8eac-dc1e8dde84bf","serviceDescription":"service","serviceInvariantUUID":"6280530e-e88d-4a4a-b223-532234a78ab4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d840d29-4e16-48fa-8f5b-ee85311630dc","resourceInvariantUUID":"61f1d8d4-930d-45e3-9a39-8b909ee15de9","resourceCustomizationUUID":"6ba1ebe6-381a-4aa7-90d7-00321778f84d","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":"Yjg2MzcxZTA3OWI4NzRlYmI4ZGJiZDA1OWEyYTE5OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed23e883-6db8-4cfe-b380-f40b6a526a1c","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":"NTdmODc4NTRjZmY5M2VlNTA5MmIyYjk5OTZmZGNjZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4ff3f2d-cf9a-4591-8c19-18e378c5fbe7","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":"7149e707-ec01-43dd-826b-6d6359cdcb79","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":"ec3a5980-34e2-4a4c-97ff-b79a9ca4e855","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":"c2b6ac6f-2919-4611-9349-3e22940296fc","artifactVersion":"2","generatedFromUUID":"7149e707-ec01-43dd-826b-6d6359cdcb79"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmI2MmU3MjcyMTMxNWM3MTM2MGM3ZmJkODhkZDZiYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0170e20c-a22a-4615-b9ff-046726f77f6e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjliOGM2OGFlZjE4MDJlNTRlYjFlYzAxYjE0M2Q1OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93cf6e02-f3ab-49f7-8b14-771b75fe941c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T06:46:56.613Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:56.614Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:56.614Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:56.614Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:57.615Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:57.615Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:57.615Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:57.616Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:58.616Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:58.617Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:58.617Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:58.617Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:46:59.618Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:46:59.618Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:46:59.618Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:46:59.619Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:47:00.620Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:47:00.620Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:00.620Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:00.621Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:47:01.622Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:47:01.622Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:01.622Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:01.622Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "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-20T06:47:02.623Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T06:47:02.624Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:02.624Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:02.624Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:47:03.625Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8ccf06c8-3d96-4771-8eac-dc1e8dde84bf", "serviceDescription": "service", "serviceInvariantUUID": "6280530e-e88d-4a4a-b223-532234a78ab4", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6ba1ebe6-381a-4aa7-90d7-00321778f84d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0d840d29-4e16-48fa-8f5b-ee85311630dc", "resourceInvariantUUID": "61f1d8d4-930d-45e3-9a39-8b909ee15de9", "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": "NTdmODc4NTRjZmY5M2VlNTA5MmIyYjk5OTZmZGNjZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4ff3f2d-cf9a-4591-8c19-18e378c5fbe7", "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": "7149e707-ec01-43dd-826b-6d6359cdcb79", "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": "c2b6ac6f-2919-4611-9349-3e22940296fc", "generatedFromUUID": "7149e707-ec01-43dd-826b-6d6359cdcb79" }, "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": "c2b6ac6f-2919-4611-9349-3e22940296fc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjliOGM2OGFlZjE4MDJlNTRlYjFlYzAxYjE0M2Q1OTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93cf6e02-f3ab-49f7-8b14-771b75fe941c" } ], "workloadContext": "Production" } 2023-01-20T06:47:03.625Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T06:47:03.625Z|28d87f28-da15-4f16-9885-123e713334a6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ccf06c8-3d96-4771-8eac-dc1e8dde84bf ASDC 2023-01-20T06:47:03.626Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:902eb380-40c1-41ca-ac10-5dd7edc73f12 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8ccf06c8-3d96-4771-8eac-dc1e8dde84bf ServiceInvariantUUID:6280530e-e88d-4a4a-b223-532234a78ab4 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:93cf6e02-f3ab-49f7-8b14-771b75fe941c ArtifactChecksum:NjliOGM2OGFlZjE4MDJlNTRlYjFlYzAxYjE0M2Q1OTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6ba1ebe6-381a-4aa7-90d7-00321778f84d ResourceInvariantUUID:61f1d8d4-930d-45e3-9a39-8b909ee15de9 ResourceName:basic_vm ResourceType:VF ResourceUUID:0d840d29-4e16-48fa-8f5b-ee85311630dc 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:d4ff3f2d-cf9a-4591-8c19-18e378c5fbe7 ArtifactChecksum:NTdmODc4NTRjZmY5M2VlNTA5MmIyYjk5OTZmZGNjZjI= 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:7149e707-ec01-43dd-826b-6d6359cdcb79 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:c2b6ac6f-2919-4611-9349-3e22940296fc 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:c2b6ac6f-2919-4611-9349-3e22940296fc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T06:47:03.626Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ccf06c8-3d96-4771-8eac-dc1e8dde84bf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T06:47:03.661Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:47:03.661Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:47:03.662Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:47:03.662Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93cf6e02-f3ab-49f7-8b14-771b75fe941c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-20T06:47:03.662Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:47:03.662Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-20T06:47:03.790Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:47:03.793Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 93cf6e02-f3ab-49f7-8b14-771b75fe941c 75183 2023-01-20T06:47:03.793Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-20T06:47:03.793Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-20T06:47:03.794Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:47:03.794Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:03.794Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:03.794Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197223793, "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-20T06:47:04.795Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T06:47:04.795Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-20T06:47:04.796Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 93cf6e02-f3ab-49f7-8b14-771b75fe941c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:04.796Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-20T06:47:04.797Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:04.797Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:04.930Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1449478259294776426/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-20T06:47:05.980Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T06:47:05.981Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:47:05.981Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.982Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-20T06:47:05.982Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.982Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.983Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.983Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.983Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.984Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.984Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-20T06:47:05.984Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-20T06:47:05.985Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.985Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.985Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:05.986Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:47:05.986Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:47:05.986Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.987Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.987Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:05.987Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-20T06:47:05.987Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T06:47:05.988Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.988Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.988Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.989Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-20T06:47:05.989Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-20T06:47:05.989Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-20T06:47:05.990Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-20T06:47:05.990Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T06:47:05.990Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T06:47:05.990Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.991Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:47:05.991Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.991Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:05.992Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:05.992Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.993Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:05.993Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:05.993Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.993Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:05.993Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:05.994Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.994Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-20T06:47:05.994Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-20T06:47:05.994Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T06:47:05.994Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5a605a4a-3e9d-4408-802d-99eb76f7e981 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.995Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.996Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:05.996Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:05.996Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8ccf06c8-3d96-4771-8eac-dc1e8dde84bf Model Version:NULL Model InvariantUuid:6280530e-e88d-4a4a-b223-532234a78ab4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b772cebd-d160-4393-bf23-0134e90eb0f2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:61f1d8d4-930d-45e3-9a39-8b909ee15de9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6ba1ebe6-381a-4aa7-90d7-00321778f84d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df075219-4471-4681-a323-697ac80fba3c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:87b88c85-7d0b-4ea4-b623-c5b43f29f560 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5a605a4a-3e9d-4408-802d-99eb76f7e981 ModelInvariantUuid:b439506f-8e38-4262-b757-c627bbdbdef5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:619d6250-98fd-4b66-a19c-af03135a24f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4568809d-2e76-4efd-add5-2975d6f7bb56 ModelInvariantUuid:a474aa7b-51ea-433f-9f9b-f1f05e9fe1d4 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:2a6cebd4-eceb-4b22-bad5-cf929b722e7b 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-20T06:47:06.019Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d840d29-4e16-48fa-8f5b-ee85311630dc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:47:06.025Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||basic_vm 0 2023-01-20T06:47:06.025Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d840d29-4e16-48fa-8f5b-ee85311630dc 2023-01-20T06:47:06.025Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4ff3f2d-cf9a-4591-8c19-18e378c5fbe7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-20T06:47:06.025Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:47:06.025Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||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-20T06:47:06.074Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:47:06.075Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d4ff3f2d-cf9a-4591-8c19-18e378c5fbe7 787 2023-01-20T06:47:06.075Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-20T06:47:06.075Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-20T06:47:06.076Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:47:06.076Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:06.076Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:06.076Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197226075, "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-20T06:47:07.077Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df075219-4471-4681-a323-697ac80fba3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87b88c85-7d0b-4ea4-b623-c5b43f29f560", "vfModuleModelCustomizationUUID": "519295d0-eead-4371-8a53-dd3a6095e75c", "isBase": true, "artifacts": [ "7149e707-ec01-43dd-826b-6d6359cdcb79", "c2b6ac6f-2919-4611-9349-3e22940296fc" ], "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-20T06:47:07.080Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87b88c85-7d0b-4ea4-b623-c5b43f29f560 VfModuleModelInvariantUUID:df075219-4471-4681-a323-697ac80fba3c VfModuleModelDescription:NULL Artifacts UUID List:{ 7149e707-ec01-43dd-826b-6d6359cdcb79 , c2b6ac6f-2919-4611-9349-3e22940296fc } 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-20T06:47:07.082Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df075219-4471-4681-a323-697ac80fba3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87b88c85-7d0b-4ea4-b623-c5b43f29f560", "vfModuleModelCustomizationUUID": "519295d0-eead-4371-8a53-dd3a6095e75c", "isBase": true, "artifacts": [ "7149e707-ec01-43dd-826b-6d6359cdcb79", "c2b6ac6f-2919-4611-9349-3e22940296fc" ], "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-20T06:47:07.082Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87b88c85-7d0b-4ea4-b623-c5b43f29f560 VfModuleModelInvariantUUID:df075219-4471-4681-a323-697ac80fba3c VfModuleModelDescription:NULL Artifacts UUID List:{ 7149e707-ec01-43dd-826b-6d6359cdcb79 , c2b6ac6f-2919-4611-9349-3e22940296fc } 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-20T06:47:07.082Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7149e707-ec01-43dd-826b-6d6359cdcb79 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-20T06:47:07.082Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:47:07.082Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||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-20T06:47:07.124Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:47:07.125Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7149e707-ec01-43dd-826b-6d6359cdcb79 5033 2023-01-20T06:47:07.125Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-20T06:47:07.125Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-20T06:47:07.127Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:47:07.128Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:07.128Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:07.128Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197227125, "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-20T06:47:08.129Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2b6ac6f-2919-4611-9349-3e22940296fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-20T06:47:08.130Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-20T06:47:08.130Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||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-20T06:47:08.174Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-20T06:47:08.175Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c2b6ac6f-2919-4611-9349-3e22940296fc 903 2023-01-20T06:47:08.175Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-20T06:47:08.175Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-20T06:47:08.175Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T06:47:08.176Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:08.176Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:08.176Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197228175, "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-20T06:47:09.177Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8ccf06c8-3d96-4771-8eac-dc1e8dde84bf 2023-01-20T06:47:09.177Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0d840d29-4e16-48fa-8f5b-ee85311630dc 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-20T06:47:09.224Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c63d7ce, org.onap.sdc.toscaparser.api.parameters.Input@6fbde43b, org.onap.sdc.toscaparser.api.parameters.Input@5b79fc3a, org.onap.sdc.toscaparser.api.parameters.Input@21d7a168, org.onap.sdc.toscaparser.api.parameters.Input@53f8df3b] 2023-01-20T06:47:09.225Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.225Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.225Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-20T06:47:09.226Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6ba1ebe6-381a-4aa7-90d7-00321778f84d 2023-01-20T06:47:09.226Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ba1ebe6-381a-4aa7-90d7-00321778f84d matches Tosca VF Customization UUID: 6ba1ebe6-381a-4aa7-90d7-00321778f84d 2023-01-20T06:47:09.226Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6ba1ebe6-381a-4aa7-90d7-00321778f84d 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-20T06:47:09.228Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.229Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.229Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6ba1ebe6-381a-4aa7-90d7-00321778f84d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-20T06:47:09.229Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b28ee4d 2023-01-20T06:47:09.229Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.229Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T06:47:09.230Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 519295d0-eead-4371-8a53-dd3a6095e75c 2023-01-20T06:47:09.230Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 519295d0-eead-4371-8a53-dd3a6095e75c 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-20T06:47:09.243Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.243Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:09.243Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:09.244Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.244Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:09.244Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:09.244Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.244Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-20T06:47:09.245Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-20T06:47:09.245Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T06:47:09.245Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5a605a4a-3e9d-4408-802d-99eb76f7e981 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-20T06:47:09.247Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.247Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:09.248Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T06:47:09.248Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.248Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-20T06:47:09.248Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6ba1ebe6-381a-4aa7-90d7-00321778f84d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T06:47:09.250Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.250Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.251Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8ccf06c8-3d96-4771-8eac-dc1e8dde84bf: basic_vm 2023-01-20T06:47:09.251Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.251Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.251Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.251Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.252Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.252Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.252Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.252Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.253Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T06:47:09.253Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T06:47:09.253Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-20T06:47:09.401Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0d840d29-4e16-48fa-8f5b-ee85311630dc 1 ASDC deployResourceStructure 2023-01-20T06:47:09.402Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-20T06:47:09.402Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-20T06:47:09.402Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:47:09.403Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:09.403Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:09.403Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197229402, "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-20T06:47:10.404Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-20T06:47:10.405Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-20T06:47:10.405Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:47:10.405Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:10.405Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:10.406Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197230404, "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-20T06:47:11.407Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-20T06:47:11.407Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-20T06:47:11.407Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:47:11.407Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:11.408Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:11.408Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197231407, "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-20T06:47:12.413Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-20T06:47:12.413Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-20T06:47:12.413Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T06:47:12.414Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:12.414Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:12.414Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197232413, "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-20T06:47:13.415Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 902eb380-40c1-41ca-ac10-5dd7edc73f12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:47:13.425Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 902eb380-40c1-41ca-ac10-5dd7edc73f12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:47:13.427Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T06:47:13.428Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-20T06:47:13.433Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T06:47:43.433Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 902eb380-40c1-41ca-ac10-5dd7edc73f12 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T06:47:43.439Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 902eb380-40c1-41ca-ac10-5dd7edc73f12 and serviceModelVersionId: 8ccf06c8-3d96-4771-8eac-dc1e8dde84bf 2023-01-20T06:47:43.439Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6280530e-e88d-4a4a-b223-532234a78ab4 2023-01-20T06:47:43.440Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0 2023-01-20T06:47:43.445Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T06:47:43.491Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0|INFO|500||Invoke 2023-01-20T06:47:43.492Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[902eb380-40c1-41ca-ac10-5dd7edc73f12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b780eee-8bbc-4122-9d1e-702da2512442], X-ECOMP-RequestID=[902eb380-40c1-41ca-ac10-5dd7edc73f12], X-TransactionId=[], X-ONAP-RequestID=[902eb380-40c1-41ca-ac10-5dd7edc73f12], Content-Type=[application/merge-patch+json]} 2023-01-20T06:47:43.511Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T06:47:43.625Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?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/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:47:43 GMT], content-length=[0], vertex-id=[651272], x-aai-txid=[0-aai-resources-230120-06:47:43:502-31342], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T06:47:43.625Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-20T06:47:43.626Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6280530e-e88d-4a4a-b223-532234a78ab4/model-vers/model-ver/8ccf06c8-3d96-4771-8eac-dc1e8dde84bf?depth=0|INFO|500||InvokeReturn 2023-01-20T06:47:43.626Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T06:47:43.627Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-20T06:47:43.646Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-20T06:47:43.647Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 902eb380-40c1-41ca-ac10-5dd7edc73f12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T06:47:43.647Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T06:47:43.648Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-20T06:47:43.648Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T06:47:43.648Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197263647, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T06:47:44.691Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:47:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:47:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b", "consumerID": "SO-sdc-controller", "timestamp": 1674197161354, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:47:47.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:47:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-20T06:47:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-20T06:47:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:47:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-20T06:47:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:47:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:47:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197171548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197173897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197174951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197176001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197177064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197178111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:47:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197179364, "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-20T06:47:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.677Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197180367, "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-20T06:47:47.677Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.677Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.677Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197181369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197182371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.678Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197183373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-20T06:47:47.679Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:47:47.679Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-20T06:47:47.679Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197184376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:47:47.679Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:44.693Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:48:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:48:47.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "28d87f28-da15-4f16-9885-123e713334a6", "consumerID": "SO-sdc-controller", "timestamp": 1674197215589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:48:47.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T06:48:47.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T06:48:47.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-20T06:48:47.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197119680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197223793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197226075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197227125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197228175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197229402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197230404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197231407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197232413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T06:48:47.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:48:47.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-20T06:48:47.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "902eb380-40c1-41ca-ac10-5dd7edc73f12", "consumerID": "SO-sdc-controller", "timestamp": 1674197263647, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T06:48:47.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T06:49:44.694Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:49:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:50:44.696Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:50:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:51:44.698Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:51:47.663Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:52:44.699Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:52:47.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:53:44.700Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:53:47.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:54:44.701Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:54:47.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:55:44.703Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:55:47.667Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:56:44.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:56:47.667Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:57:44.709Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:57:47.669Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:58:44.710Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:58:47.669Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T06:59:44.711Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T06:59:47.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:00:44.713Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:00:47.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:01:44.714Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:01:47.673Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:02:44.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:02:47.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:03:44.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:03:47.675Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:04:44.717Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:04:47.676Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:05:44.717Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:05:47.677Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:06:44.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:06:47.677Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:07:44.720Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:07:47.677Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:08:44.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:08:47.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:09:44.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:09:47.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:10:44.728Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:10:47.681Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:11:44.730Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:11:47.682Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:12:44.730Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:12:47.683Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:13:44.731Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:13:47.684Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:14:44.732Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:14:47.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:15:44.734Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:15:47.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:16:44.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:16:47.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:17:44.736Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:17:47.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:18:44.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:18:47.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:19:44.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:19:47.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:20:44.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:20:47.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:21:44.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:21:47.691Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:22:44.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:22:47.691Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:23:44.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:23:47.693Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:24:22.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-20T07:24:22.090Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"dafb2036-645d-46b0-964a-808b530f51f4","serviceDescription":"service","serviceInvariantUUID":"4a43c4ad-5472-4661-8d02-d53e0192d8d3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84d235e7-7d79-4ca8-814c-9ecc0d83df1c","resourceInvariantUUID":"c5fa1d34-cc7d-4cea-8eab-b97ccf34581d","resourceCustomizationUUID":"53b90307-5b51-43b9-9d77-1997f4e77166","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":"ODUzMTk3MDIyMmMyMTJjMDQ3MDNjYzMzMjdhNTYxMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44858653-afde-4715-af58-6ddf77c0aec9","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":"OTcxNTg2OGRjNTE2MDIxNzYzNzFjNDhlMTIxZjRhY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e185416-d28c-4d8c-8a17-1edb9bc27afb","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":"173bee0a-a1b6-4cb6-abbc-cc13ffed79b6","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":"2dc66a86-0224-43ee-b0f7-fe2a089918f4","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":"5be4f802-ecfe-493e-8fea-95ea04e6d119","artifactVersion":"2","generatedFromUUID":"575707aa-6837-4409-a5c9-77b84027b292"},{"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":"322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098","artifactVersion":"2","generatedFromUUID":"173bee0a-a1b6-4cb6-abbc-cc13ffed79b6"},{"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":"575707aa-6837-4409-a5c9-77b84027b292","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":"60e535cf-135d-4806-a97b-720f2b6b483f","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":"ZDk2ZTliOTNjNTBjYTZjNWZiNjZhMDM5ZWFhNTljYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af006368-7eba-4bc5-ba37-5cbd9cc68adf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmVkZjcxNTA4MzMwZGU5MDgxNzgwNzA3ZWRkYTFiZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T07:24:22.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:22.098Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:22.098Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:22.099Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:22.108Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.108Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.109Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.109Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.109Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.110Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A 2023-01-20T07:24:22.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:24:22.128Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:24:22.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:24:23.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:23.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:23.113Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:23.113Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:24.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:24.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:24.114Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:24.114Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:25.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:25.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:25.116Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:25.116Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:26.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:26.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:26.117Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:26.117Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:27.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:27.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:27.119Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:27.119Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:28.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:28.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:28.120Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:28.120Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:29.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:29.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:29.122Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:29.122Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:30.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:30.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:30.123Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:30.124Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "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-20T07:24:31.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:24:31.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:31.125Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:31.125Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:24:32.127Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "dafb2036-645d-46b0-964a-808b530f51f4", "serviceDescription": "service", "serviceInvariantUUID": "4a43c4ad-5472-4661-8d02-d53e0192d8d3", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "53b90307-5b51-43b9-9d77-1997f4e77166", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "84d235e7-7d79-4ca8-814c-9ecc0d83df1c", "resourceInvariantUUID": "c5fa1d34-cc7d-4cea-8eab-b97ccf34581d", "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": "OTcxNTg2OGRjNTE2MDIxNzYzNzFjNDhlMTIxZjRhY2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e185416-d28c-4d8c-8a17-1edb9bc27afb", "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": "173bee0a-a1b6-4cb6-abbc-cc13ffed79b6", "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": "322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098", "generatedFromUUID": "173bee0a-a1b6-4cb6-abbc-cc13ffed79b6" }, "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": "5be4f802-ecfe-493e-8fea-95ea04e6d119", "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": "322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098", "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": "575707aa-6837-4409-a5c9-77b84027b292", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZmVkZjcxNTA4MzMwZGU5MDgxNzgwNzA3ZWRkYTFiZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca" } ], "workloadContext": "Production" } 2023-01-20T07:24:32.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T07:24:32.127Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dafb2036-645d-46b0-964a-808b530f51f4 ASDC 2023-01-20T07:24:32.129Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:dafb2036-645d-46b0-964a-808b530f51f4 ServiceInvariantUUID:4a43c4ad-5472-4661-8d02-d53e0192d8d3 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:97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca ArtifactChecksum:ZmVkZjcxNTA4MzMwZGU5MDgxNzgwNzA3ZWRkYTFiZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:53b90307-5b51-43b9-9d77-1997f4e77166 ResourceInvariantUUID:c5fa1d34-cc7d-4cea-8eab-b97ccf34581d ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:84d235e7-7d79-4ca8-814c-9ecc0d83df1c 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:9e185416-d28c-4d8c-8a17-1edb9bc27afb ArtifactChecksum:OTcxNTg2OGRjNTE2MDIxNzYzNzFjNDhlMTIxZjRhY2Q= 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:173bee0a-a1b6-4cb6-abbc-cc13ffed79b6 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:322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 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:5be4f802-ecfe-493e-8fea-95ea04e6d119 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:322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 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:575707aa-6837-4409-a5c9-77b84027b292 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T07:24:32.129Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dafb2036-645d-46b0-964a-808b530f51f4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T07:24:32.180Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:24:32.181Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:24:32.181Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:24:32.182Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:32.182Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:32.182Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:32.286Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:32.294Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca 163290 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:32.295Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199472295, "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-20T07:24:33.296Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:24:33.297Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:24:33.297Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 97d9a5e2-426e-406d-8c1b-1ac2cf01c8ca, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:33.298Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-20T07:24:33.299Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:33.299Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:33.513Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1047039409542914960/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-20T07:24:34.722Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T07:24:34.723Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:24:34.723Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:34.723Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-20T07:24:34.723Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.724Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.725Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.725Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:24:34.725Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:24:34.725Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.726Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.727Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T07:24:34.728Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.728Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.728Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:34.728Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.728Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.729Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e7893584-06f0-45fd-adf0-07ae4bf3cbb1 2023-01-20T07:24:34.730Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:34.731Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:34.732Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:dafb2036-645d-46b0-964a-808b530f51f4 Model Version:NULL Model InvariantUuid:4a43c4ad-5472-4661-8d02-d53e0192d8d3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e8fb39c4-8f65-424d-ac19-0a2e3cfa52a9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c5fa1d34-cc7d-4cea-8eab-b97ccf34581d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:53b90307-5b51-43b9-9d77-1997f4e77166 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df152559-1cd1-4c95-a6d6-80893639f275 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:913db717-da29-432f-8830-4ce365b56c64 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:309a86ca-4d3a-46b6-84ff-75b36870fb84 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:eef5d07e-0bf7-4ed2-bf7a-a7d9dd784007 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e7893584-06f0-45fd-adf0-07ae4bf3cbb1 ModelInvariantUuid:771b5c27-3b50-424e-94d1-31054f46607a ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:c66a1fc3-7ddf-4f35-b64a-fcc5f9a4e887 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:dcbf9bbd-0eca-48d9-82cd-47a7eab96324 ModelInvariantUuid:65e48320-23bd-4065-a03a-fd5b829fc1e0 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:339fe72e-e158-4cf8-8007-1f0167c52f1b 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-20T07:24:34.748Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 84d235e7-7d79-4ca8-814c-9ecc0d83df1c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T07:24:34.753Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2023-01-20T07:24:34.754Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84d235e7-7d79-4ca8-814c-9ecc0d83df1c 2023-01-20T07:24:34.754Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e185416-d28c-4d8c-8a17-1edb9bc27afb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-20T07:24:34.754Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:34.754Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||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-20T07:24:34.806Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:34.806Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9e185416-d28c-4d8c-8a17-1edb9bc27afb 1565 2023-01-20T07:24:34.806Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-20T07:24:34.807Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-20T07:24:34.807Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:34.807Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:34.807Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:34.807Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199474806, "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-20T07:24:35.808Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "309a86ca-4d3a-46b6-84ff-75b36870fb84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eef5d07e-0bf7-4ed2-bf7a-a7d9dd784007", "vfModuleModelCustomizationUUID": "76c87ea7-d71d-429e-a6a6-ece071f53f46", "isBase": true, "artifacts": [ "173bee0a-a1b6-4cb6-abbc-cc13ffed79b6", "322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098" ], "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": "df152559-1cd1-4c95-a6d6-80893639f275", "vfModuleModelVersion": "1", "vfModuleModelUUID": "913db717-da29-432f-8830-4ce365b56c64", "vfModuleModelCustomizationUUID": "5ddda966-e37d-4657-badf-be19c3b57f08", "isBase": false, "artifacts": [ "575707aa-6837-4409-a5c9-77b84027b292" ], "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-20T07:24:35.813Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eef5d07e-0bf7-4ed2-bf7a-a7d9dd784007 VfModuleModelInvariantUUID:309a86ca-4d3a-46b6-84ff-75b36870fb84 VfModuleModelDescription:NULL Artifacts UUID List:{ 173bee0a-a1b6-4cb6-abbc-cc13ffed79b6 , 322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 } 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:913db717-da29-432f-8830-4ce365b56c64 VfModuleModelInvariantUUID:df152559-1cd1-4c95-a6d6-80893639f275 VfModuleModelDescription:NULL Artifacts UUID List:{ 575707aa-6837-4409-a5c9-77b84027b292 } 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-20T07:24:35.815Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "309a86ca-4d3a-46b6-84ff-75b36870fb84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eef5d07e-0bf7-4ed2-bf7a-a7d9dd784007", "vfModuleModelCustomizationUUID": "76c87ea7-d71d-429e-a6a6-ece071f53f46", "isBase": true, "artifacts": [ "173bee0a-a1b6-4cb6-abbc-cc13ffed79b6", "322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098" ], "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": "df152559-1cd1-4c95-a6d6-80893639f275", "vfModuleModelVersion": "1", "vfModuleModelUUID": "913db717-da29-432f-8830-4ce365b56c64", "vfModuleModelCustomizationUUID": "5ddda966-e37d-4657-badf-be19c3b57f08", "isBase": false, "artifacts": [ "575707aa-6837-4409-a5c9-77b84027b292" ], "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-20T07:24:35.815Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eef5d07e-0bf7-4ed2-bf7a-a7d9dd784007 VfModuleModelInvariantUUID:309a86ca-4d3a-46b6-84ff-75b36870fb84 VfModuleModelDescription:NULL Artifacts UUID List:{ 173bee0a-a1b6-4cb6-abbc-cc13ffed79b6 , 322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 } 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:913db717-da29-432f-8830-4ce365b56c64 VfModuleModelInvariantUUID:df152559-1cd1-4c95-a6d6-80893639f275 VfModuleModelDescription:NULL Artifacts UUID List:{ 575707aa-6837-4409-a5c9-77b84027b292 } 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-20T07:24:35.815Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 173bee0a-a1b6-4cb6-abbc-cc13ffed79b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-20T07:24:35.816Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:35.816Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||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-20T07:24:35.861Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:35.862Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 173bee0a-a1b6-4cb6-abbc-cc13ffed79b6 914 2023-01-20T07:24:35.862Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-20T07:24:35.862Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-20T07:24:35.862Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:35.863Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:35.863Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:35.863Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199475862, "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-20T07:24:36.864Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5be4f802-ecfe-493e-8fea-95ea04e6d119 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-20T07:24:36.864Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:36.864Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||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-20T07:24:36.909Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:36.909Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5be4f802-ecfe-493e-8fea-95ea04e6d119 12 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:36.910Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199476910, "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-20T07:24:37.911Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-20T07:24:37.912Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:37.912Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||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-20T07:24:37.971Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:37.971Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 322bc3e3-4c79-4d5a-a7dd-d1e8f0ea4098 96 2023-01-20T07:24:37.972Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-20T07:24:37.972Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-20T07:24:37.972Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:37.972Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:37.972Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:37.973Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199477972, "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-20T07:24:38.974Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 575707aa-6837-4409-a5c9-77b84027b292 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-20T07:24:38.974Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:24:38.975Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||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-20T07:24:39.020Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:24:39.021Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 575707aa-6837-4409-a5c9-77b84027b292 20206 2023-01-20T07:24:39.022Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-20T07:24:39.022Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-20T07:24:39.022Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:24:39.022Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:39.022Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:39.023Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199479022, "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-20T07:24:40.026Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dafb2036-645d-46b0-964a-808b530f51f4 2023-01-20T07:24:40.027Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 84d235e7-7d79-4ca8-814c-9ecc0d83df1c 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-20T07:24:40.044Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@648cb0a4, org.onap.sdc.toscaparser.api.parameters.Input@26717, org.onap.sdc.toscaparser.api.parameters.Input@24d0f128, org.onap.sdc.toscaparser.api.parameters.Input@13d39431, org.onap.sdc.toscaparser.api.parameters.Input@125b1f7f] 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 53b90307-5b51-43b9-9d77-1997f4e77166 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53b90307-5b51-43b9-9d77-1997f4e77166 matches Tosca VF Customization UUID: 53b90307-5b51-43b9-9d77-1997f4e77166 2023-01-20T07:24:40.046Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 53b90307-5b51-43b9-9d77-1997f4e77166 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-20T07:24:40.049Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.049Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.050Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 53b90307-5b51-43b9-9d77-1997f4e77166: {\"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-20T07:24:40.050Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d756a37 2023-01-20T07:24:40.050Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.050Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T07:24:40.051Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ddda966-e37d-4657-badf-be19c3b57f08 2023-01-20T07:24:40.051Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ddda966-e37d-4657-badf-be19c3b57f08 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-20T07:24:40.053Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.054Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:40.054Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:40.054Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.054Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:40.054Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:24:40.055Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.055Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-20T07:24:40.055Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=53b90307-5b51-43b9-9d77-1997f4e77166 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T07:24:40.057Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.057Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.057Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dafb2036-645d-46b0-964a-808b530f51f4: basic_cnf_macro 2023-01-20T07:24:40.057Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.057Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.058Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.058Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.058Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.058Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.058Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.059Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.059Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:24:40.059Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:24:40.059Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-20T07:24:40.117Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 84d235e7-7d79-4ca8-814c-9ecc0d83df1c 2 ASDC deployResourceStructure 2023-01-20T07:24:40.118Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-20T07:24:40.118Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-20T07:24:40.119Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:24:40.119Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:40.120Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:40.120Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199480118, "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-20T07:24:41.121Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-20T07:24:41.122Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-20T07:24:41.122Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:24:41.123Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:41.123Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:41.123Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199481121, "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-20T07:24:42.126Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-20T07:24:42.127Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-20T07:24:42.127Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-20T07:24:42.127Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:42.127Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:42.127Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199482126, "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-20T07:24:43.129Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-20T07:24:43.130Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-20T07:24:43.130Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:24:43.130Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:43.130Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:43.130Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199483129, "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-20T07:24:44.132Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-20T07:24:44.132Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-20T07:24:44.132Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-20T07:24:44.133Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:44.133Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:44.133Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199484132, "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-20T07:24:45.135Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:24:45.136Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-20T07:24:45.136Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:24:45.136Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:24:45.136Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:24:45.136Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199485135, "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-20T07:24:46.138Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:24:46.154Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:24:46.157Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:24:46.157Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T07:24:46.157Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T07:24:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:24:47.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:24:47.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:24:47.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:16.157Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:16.197Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:16.200Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:25:16.200Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T07:25:16.201Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T07:25:46.201Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:46.211Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:46.214Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:25:46.214Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-20T07:25:46.214Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-20T07:25:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:25:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-20T07:25:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.681Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.685Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "ves-openapi-manager", "timestamp": 1674199450696, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199442238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199424745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199457934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199447734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199440771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199472548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199472562, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199472295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199472580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199472892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199473565, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199473613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.691Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.692Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "policy-distribution", "timestamp": 1674199474567, "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-20T07:25:47.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 2023-01-20T07:25:47.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 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-20T07:25:47.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.709Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199474694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.709Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199474806, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199475762, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199475862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.712Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.713Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "cds-sdc-listener", "timestamp": 1674199477030, "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-20T07:25:47.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 2023-01-20T07:25:47.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 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-20T07:25:47.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199476880, "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-20T07:25:47.739Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 2023-01-20T07:25:47.739Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 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-20T07:25:47.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199476910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T07:25:47.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "multicloud-k8s", "timestamp": 1674199477883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199477972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199478797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199479022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.750Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "ves-openapi-manager", "timestamp": 1674199472120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-20T07:25:47.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199480118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199480779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.752Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199481121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.754Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199481238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.754Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "aai-model-loader", "timestamp": 1674199481782, "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-20T07:25:47.758Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 2023-01-20T07:25:47.758Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 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-20T07:25:47.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199482126, "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-20T07:25:47.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199475570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199482241, "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-20T07:25:47.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 2023-01-20T07:25:47.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 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-20T07:25:47.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.822Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.822Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199483129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199483698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199484132, "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-20T07:25:47.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199484701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199478033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199485135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "policy-distribution", "timestamp": 1674199485702, "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-20T07:25:47.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99510ed-623a-451a-82d2-e7a505ac3ba2 2023-01-20T07:25:47.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99510ed-623a-451a-82d2-e7a505ac3ba2 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-20T07:25:47.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199486160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199478896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199486998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "cds-sdc-listener", "timestamp": 1674199487903, "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-20T07:25:47.872Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c99510ed-623a-451a-82d2-e7a505ac3ba2 2023-01-20T07:25:47.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99510ed-623a-451a-82d2-e7a505ac3ba2 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-20T07:25:47.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:25:47.888Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:25:47.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:16.214Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:26:16.224Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:26:16.226Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:26:16.227Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:26:16.228Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:26:16.228Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:26:16.228Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|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-20T07:26:16.237Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T07:26:46.237Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T07:26:46.243Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 and serviceModelVersionId: dafb2036-645d-46b0-964a-808b530f51f4 2023-01-20T07:26:46.243Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a43c4ad-5472-4661-8d02-d53e0192d8d3 2023-01-20T07:26:46.244Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0 2023-01-20T07:26:46.249Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T07:26:46.304Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0|INFO|500||Invoke 2023-01-20T07:26:46.305Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[321b2c08-e7a6-4977-ad54-6a3cf58c6b19], X-ECOMP-RequestID=[0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6], X-TransactionId=[], X-ONAP-RequestID=[0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6], Content-Type=[application/merge-patch+json]} 2023-01-20T07:26:46.327Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T07:26:46.422Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?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/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 07:26:46 GMT], content-length=[0], vertex-id=[524472], x-aai-txid=[0-aai-resources-230120-07:26:46:318-36956], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T07:26:46.422Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-20T07:26:46.423Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a43c4ad-5472-4661-8d02-d53e0192d8d3/model-vers/model-ver/dafb2036-645d-46b0-964a-808b530f51f4?depth=0|INFO|500||InvokeReturn 2023-01-20T07:26:46.423Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T07:26:46.423Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|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-20T07:26:46.428Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|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-20T07:26:46.428Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T07:26:46.429Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T07:26:46.429Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:46.429Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:46.429Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199606428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T07:26:47.440Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:26:47.446Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.446Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c99510ed-623a-451a-82d2-e7a505ac3ba2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f52ae6da-c958-456a-b3f7-c5aa8508e22d","serviceDescription":"service","serviceInvariantUUID":"0509c23f-420c-4ebd-ad1c-ee31758dcc64","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08cdb3c6-7165-4aba-83f8-40f5dd886bdb","resourceInvariantUUID":"f1cd3ee7-cec5-45a1-bf41-03d79214b4e3","resourceCustomizationUUID":"2842adbf-acf4-4363-9537-84b27b29c671","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":"OGJlMzlkZjk0OTQwZTE3OTZlODE1MDMxYWE2MDg4NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6f07e3d-3968-4090-9c59-15dfdbbd6bc4","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":"ODgxZGYwZmRiNWZkMGVmMWUzNWIxNGM1ZjllZTBmZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5593e92f-39aa-48a5-8311-67812192641e","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":"4c29b1bf-1d69-41bb-a2f6-332ed06201ee","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":"7a317369-a8b6-45c8-a159-4bd62b85b0df","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":"e5704120-7bb7-4a8a-b079-f88aaf1792b1","artifactVersion":"2","generatedFromUUID":"4c29b1bf-1d69-41bb-a2f6-332ed06201ee"},{"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":"N2E2MzBlZDEyYjQzMjZhMjllNjExOTc3ZjVhNzM1YjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ef1db10e-3bb5-49ea-bdb3-6faff5b32fd1","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":"OGRmMjEwYWMxNTVjMjk3ODlmZTc1ODc1NTQ5NGU5NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46edebae-5a61-4e15-9bbb-356306241511","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWZjZDQ3NTBhNDI2ZmNhYTZjNjBhODAxOGZlZGY5ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"593de6ea-0e51-4d87-bfb5-05ed468fbde6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T07:26:47.448Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:47.448Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:47.448Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:47.448Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:26:47.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199488076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199489137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199490233, "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-20T07:26:47.673Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99510ed-623a-451a-82d2-e7a505ac3ba2 2023-01-20T07:26:47.673Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99510ed-623a-451a-82d2-e7a505ac3ba2 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-20T07:26:47.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199467994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "multicloud-k8s", "timestamp": 1674199491239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199491328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199493633, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199487934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199494636, "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-20T07:26:47.695Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c99510ed-623a-451a-82d2-e7a505ac3ba2 2023-01-20T07:26:47.695Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99510ed-623a-451a-82d2-e7a505ac3ba2 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-20T07:26:47.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.706Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199496054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.706Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199503493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "aai-model-loader", "timestamp": 1674199504495, "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-20T07:26:47.711Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c99510ed-623a-451a-82d2-e7a505ac3ba2 2023-01-20T07:26:47.711Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99510ed-623a-451a-82d2-e7a505ac3ba2 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-20T07:26:47.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199530570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199517934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199516703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "multicloud-k8s", "timestamp": 1674199522260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199488905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199527994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199541275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199541563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199541844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199541581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199541855, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:26:47.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199542305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199542585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "cds-sdc-listener", "timestamp": 1674199543547, "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-20T07:26:47.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d983177-29ba-4e4d-9c04-1b3978de4baf 2023-01-20T07:26:47.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d983177-29ba-4e4d-9c04-1b3978de4baf 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-20T07:26:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "policy-distribution", "timestamp": 1674199543588, "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-20T07:26:47.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d983177-29ba-4e4d-9c04-1b3978de4baf 2023-01-20T07:26:47.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d983177-29ba-4e4d-9c04-1b3978de4baf 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-20T07:26:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.801Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "ves-openapi-manager", "timestamp": 1674199543306, "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-20T07:26:47.807Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2d983177-29ba-4e4d-9c04-1b3978de4baf 2023-01-20T07:26:47.807Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d983177-29ba-4e4d-9c04-1b3978de4baf 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-20T07:26:47.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.817Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199543734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.817Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674199544738, "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-20T07:26:47.822Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d983177-29ba-4e4d-9c04-1b3978de4baf 2023-01-20T07:26:47.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d983177-29ba-4e4d-9c04-1b3978de4baf 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-20T07:26:47.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.830Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199546732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:26:47.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:26:47.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:26:47.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "aai-model-loader", "timestamp": 1674199547734, "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-20T07:26:47.835Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d983177-29ba-4e4d-9c04-1b3978de4baf 2023-01-20T07:26:47.836Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d983177-29ba-4e4d-9c04-1b3978de4baf 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-20T07:26:48.449Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:48.449Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:48.450Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:48.450Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:49.451Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:49.451Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:49.451Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:49.451Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:50.452Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:50.453Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:50.453Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:50.453Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:51.453Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:51.454Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:51.454Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:51.454Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:52.455Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:52.456Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:52.456Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:52.456Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:53.457Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:53.458Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:53.458Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:53.458Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:26:54.459Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:26:54.460Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:54.460Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:54.460Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:26:55.462Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f52ae6da-c958-456a-b3f7-c5aa8508e22d", "serviceDescription": "service", "serviceInvariantUUID": "0509c23f-420c-4ebd-ad1c-ee31758dcc64", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2842adbf-acf4-4363-9537-84b27b29c671", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "08cdb3c6-7165-4aba-83f8-40f5dd886bdb", "resourceInvariantUUID": "f1cd3ee7-cec5-45a1-bf41-03d79214b4e3", "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": "ODgxZGYwZmRiNWZkMGVmMWUzNWIxNGM1ZjllZTBmZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5593e92f-39aa-48a5-8311-67812192641e", "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": "4c29b1bf-1d69-41bb-a2f6-332ed06201ee", "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": "e5704120-7bb7-4a8a-b079-f88aaf1792b1", "generatedFromUUID": "4c29b1bf-1d69-41bb-a2f6-332ed06201ee" }, "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": "e5704120-7bb7-4a8a-b079-f88aaf1792b1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MWZjZDQ3NTBhNDI2ZmNhYTZjNjBhODAxOGZlZGY5ZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "593de6ea-0e51-4d87-bfb5-05ed468fbde6" } ], "workloadContext": "Production" } 2023-01-20T07:26:55.462Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T07:26:55.462Z|0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f52ae6da-c958-456a-b3f7-c5aa8508e22d ASDC 2023-01-20T07:26:55.463Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c99510ed-623a-451a-82d2-e7a505ac3ba2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f52ae6da-c958-456a-b3f7-c5aa8508e22d ServiceInvariantUUID:0509c23f-420c-4ebd-ad1c-ee31758dcc64 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:593de6ea-0e51-4d87-bfb5-05ed468fbde6 ArtifactChecksum:MWZjZDQ3NTBhNDI2ZmNhYTZjNjBhODAxOGZlZGY5ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2842adbf-acf4-4363-9537-84b27b29c671 ResourceInvariantUUID:f1cd3ee7-cec5-45a1-bf41-03d79214b4e3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:08cdb3c6-7165-4aba-83f8-40f5dd886bdb 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:5593e92f-39aa-48a5-8311-67812192641e ArtifactChecksum:ODgxZGYwZmRiNWZkMGVmMWUzNWIxNGM1ZjllZTBmZTI= 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:4c29b1bf-1d69-41bb-a2f6-332ed06201ee 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:e5704120-7bb7-4a8a-b079-f88aaf1792b1 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:e5704120-7bb7-4a8a-b079-f88aaf1792b1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-20T07:26:55.464Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f52ae6da-c958-456a-b3f7-c5aa8508e22d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T07:26:55.506Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:26:55.507Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:26:55.507Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:26:55.507Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 593de6ea-0e51-4d87-bfb5-05ed468fbde6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-20T07:26:55.507Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:26:55.507Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-20T07:26:55.575Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:26:55.579Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 593de6ea-0e51-4d87-bfb5-05ed468fbde6 83010 2023-01-20T07:26:55.579Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:26:55.579Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-20T07:26:55.579Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:26:55.580Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:55.580Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:55.580Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199615579, "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-20T07:26:56.581Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:26:56.582Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:26:56.582Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 593de6ea-0e51-4d87-bfb5-05ed468fbde6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:56.582Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-20T07:26:56.582Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:56.582Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:56.693Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP580046538168545325/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-20T07:26:57.836Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T07:26:57.837Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:26:57.837Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.837Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-20T07:26:57.837Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.838Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.838Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.838Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.838Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.838Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.839Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-20T07:26:57.839Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:26:57.839Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.839Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.840Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:26:57.840Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:26:57.840Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:26:57.840Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.841Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.841Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:26:57.841Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:26:57.841Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:26:57.842Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.842Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.842Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.842Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-20T07:26:57.843Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-20T07:26:57.843Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-20T07:26:57.843Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-20T07:26:57.843Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T07:26:57.844Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-20T07:26:57.844Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.844Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T07:26:57.844Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.845Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:26:57.845Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:26:57.845Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.845Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:26:57.846Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:26:57.846Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.846Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:26:57.846Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:26:57.847Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.847Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-20T07:26:57.847Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-20T07:26:57.847Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T07:26:57.847Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d630c130-b44a-4bff-9459-824976ffbe87 2023-01-20T07:26:57.848Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.848Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.848Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.848Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.849Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.849Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.849Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:26:57.849Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:26:57.850Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f52ae6da-c958-456a-b3f7-c5aa8508e22d Model Version:NULL Model InvariantUuid:0509c23f-420c-4ebd-ad1c-ee31758dcc64 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ee6b57b9-82f2-4918-bb63-3c1dbc21b397 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f1cd3ee7-cec5-45a1-bf41-03d79214b4e3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2842adbf-acf4-4363-9537-84b27b29c671 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4c0ce1b2-28b4-44d8-b05b-de3d3fb11aec ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b61df322-05d3-4508-8397-3a40aa329a6e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d630c130-b44a-4bff-9459-824976ffbe87 ModelInvariantUuid:fda6f306-63d9-4a14-bad4-74e69abf0666 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:b20a7f25-c244-436c-b416-2960d755a7ad ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:037c398f-2bfb-447a-98ba-2fdad55568b3 ModelInvariantUuid:875018cf-c57c-4078-981e-96f95c220687 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1943bf87-8ff7-4689-a209-c146556234e4 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-20T07:26:57.856Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 08cdb3c6-7165-4aba-83f8-40f5dd886bdb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T07:26:57.858Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2023-01-20T07:26:57.859Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08cdb3c6-7165-4aba-83f8-40f5dd886bdb 2023-01-20T07:26:57.859Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5593e92f-39aa-48a5-8311-67812192641e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-20T07:26:57.859Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:26:57.859Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||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-20T07:26:57.906Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:26:57.906Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5593e92f-39aa-48a5-8311-67812192641e 792 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:57.907Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199617907, "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-20T07:26:58.909Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4c0ce1b2-28b4-44d8-b05b-de3d3fb11aec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61df322-05d3-4508-8397-3a40aa329a6e", "vfModuleModelCustomizationUUID": "3900589b-9eb8-4e1e-844d-90729f616f80", "isBase": true, "artifacts": [ "4c29b1bf-1d69-41bb-a2f6-332ed06201ee", "e5704120-7bb7-4a8a-b079-f88aaf1792b1" ], "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-20T07:26:58.912Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61df322-05d3-4508-8397-3a40aa329a6e VfModuleModelInvariantUUID:4c0ce1b2-28b4-44d8-b05b-de3d3fb11aec VfModuleModelDescription:NULL Artifacts UUID List:{ 4c29b1bf-1d69-41bb-a2f6-332ed06201ee , e5704120-7bb7-4a8a-b079-f88aaf1792b1 } 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-20T07:26:58.913Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4c0ce1b2-28b4-44d8-b05b-de3d3fb11aec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61df322-05d3-4508-8397-3a40aa329a6e", "vfModuleModelCustomizationUUID": "3900589b-9eb8-4e1e-844d-90729f616f80", "isBase": true, "artifacts": [ "4c29b1bf-1d69-41bb-a2f6-332ed06201ee", "e5704120-7bb7-4a8a-b079-f88aaf1792b1" ], "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-20T07:26:58.913Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61df322-05d3-4508-8397-3a40aa329a6e VfModuleModelInvariantUUID:4c0ce1b2-28b4-44d8-b05b-de3d3fb11aec VfModuleModelDescription:NULL Artifacts UUID List:{ 4c29b1bf-1d69-41bb-a2f6-332ed06201ee , e5704120-7bb7-4a8a-b079-f88aaf1792b1 } 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-20T07:26:58.913Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4c29b1bf-1d69-41bb-a2f6-332ed06201ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-20T07:26:58.913Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:26:58.914Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||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-20T07:26:58.974Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:26:58.974Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4c29b1bf-1d69-41bb-a2f6-332ed06201ee 5033 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:26:58.975Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199618975, "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-20T07:26:59.977Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5704120-7bb7-4a8a-b079-f88aaf1792b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-20T07:26:59.977Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:26:59.978Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||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-20T07:27:00.026Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:27:00.027Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e5704120-7bb7-4a8a-b079-f88aaf1792b1 903 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:00.028Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199620027, "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-20T07:27:01.029Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f52ae6da-c958-456a-b3f7-c5aa8508e22d 2023-01-20T07:27:01.030Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 08cdb3c6-7165-4aba-83f8-40f5dd886bdb 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-20T07:27:01.041Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a247fdf, org.onap.sdc.toscaparser.api.parameters.Input@603b1c65, org.onap.sdc.toscaparser.api.parameters.Input@16aec168, org.onap.sdc.toscaparser.api.parameters.Input@4fd9b57c, org.onap.sdc.toscaparser.api.parameters.Input@460af1df] 2023-01-20T07:27:01.042Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.043Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.043Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-20T07:27:01.043Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2842adbf-acf4-4363-9537-84b27b29c671 2023-01-20T07:27:01.043Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2842adbf-acf4-4363-9537-84b27b29c671 matches Tosca VF Customization UUID: 2842adbf-acf4-4363-9537-84b27b29c671 2023-01-20T07:27:01.043Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2842adbf-acf4-4363-9537-84b27b29c671 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-20T07:27:01.045Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.045Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.046Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2842adbf-acf4-4363-9537-84b27b29c671: {\"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-20T07:27:01.046Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c5f1a87 2023-01-20T07:27:01.046Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.046Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-20T07:27:01.046Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3900589b-9eb8-4e1e-844d-90729f616f80 2023-01-20T07:27:01.047Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3900589b-9eb8-4e1e-844d-90729f616f80 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-20T07:27:01.049Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.049Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:27:01.050Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:27:01.050Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.050Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:27:01.051Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:27:01.051Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.051Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-20T07:27:01.052Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-20T07:27:01.052Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-20T07:27:01.052Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d630c130-b44a-4bff-9459-824976ffbe87 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-20T07:27:01.055Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.056Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:27:01.056Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-20T07:27:01.057Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.057Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-20T07:27:01.057Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2842adbf-acf4-4363-9537-84b27b29c671 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f52ae6da-c958-456a-b3f7-c5aa8508e22d: basic_vm_macro 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.059Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:01.060Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:01.061Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-20T07:27:01.149Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 08cdb3c6-7165-4aba-83f8-40f5dd886bdb 1 ASDC deployResourceStructure 2023-01-20T07:27:01.149Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-20T07:27:01.149Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-20T07:27:01.149Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:27:01.150Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:01.150Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:01.150Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199621149, "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-20T07:27:02.151Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-20T07:27:02.151Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-20T07:27:02.151Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:27:02.152Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:02.152Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:02.152Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199622151, "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-20T07:27:03.154Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-20T07:27:03.154Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-20T07:27:03.154Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:27:03.154Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:03.155Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:03.155Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199623154, "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-20T07:27:04.156Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:27:04.157Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-20T07:27:04.157Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:27:04.157Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:04.157Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:04.157Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199624156, "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-20T07:27:05.159Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c99510ed-623a-451a-82d2-e7a505ac3ba2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:27:05.171Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c99510ed-623a-451a-82d2-e7a505ac3ba2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:27:05.173Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:27:05.173Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T07:27:05.173Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:05.174Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:05.175Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|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-20T07:27:05.179Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T07:27:35.180Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c99510ed-623a-451a-82d2-e7a505ac3ba2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T07:27:35.194Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c99510ed-623a-451a-82d2-e7a505ac3ba2 and serviceModelVersionId: f52ae6da-c958-456a-b3f7-c5aa8508e22d 2023-01-20T07:27:35.194Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0509c23f-420c-4ebd-ad1c-ee31758dcc64 2023-01-20T07:27:35.195Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0 2023-01-20T07:27:35.209Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T07:27:35.299Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|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/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0 with 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-20T07:27:35.300Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0|INFO|500||Invoke 2023-01-20T07:27:35.320Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T07:27:35.416Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0|INFO|500||InvokeReturn 2023-01-20T07:27:35.417Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|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/0509c23f-420c-4ebd-ad1c-ee31758dcc64/model-vers/model-ver/f52ae6da-c958-456a-b3f7-c5aa8508e22d?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 07:27:35 GMT], content-length=[0], vertex-id=[278752], x-aai-txid=[1-aai-resources-230120-07:27:35:311-63233], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T07:27:35.418Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T07:27:35.418Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T07:27:35.418Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|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-20T07:27:35.423Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|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-20T07:27:35.423Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c99510ed-623a-451a-82d2-e7a505ac3ba2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T07:27:35.423Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T07:27:35.423Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:35.424Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:35.424Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199655423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T07:27:36.440Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-20T07:27:36.440Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2d983177-29ba-4e4d-9c04-1b3978de4baf","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dd19e24d-7625-4e3e-a4eb-fe480afbc461","serviceDescription":"service","serviceInvariantUUID":"6782133f-9992-4d58-b872-2160645f4498","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fb52579-59d9-426c-985b-e5e59d62b0b1","resourceInvariantUUID":"7e32163c-b095-45c1-91b7-0f420d314a22","resourceCustomizationUUID":"073be7cf-78c1-4e19-82fb-02c4fdce1003","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":"MjRlZGYwZjNjYWNmMjhmNTNlMGNiZDgxZjc0ZjIwYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7202d00e-6d1f-46ae-bf9d-f4fa9b0ef257","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":"5d018b45-4d3b-4c14-bdc1-f6de38a0a66d","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":"ffd7f55e-34d1-4783-8ac3-a3113a5eb9b4","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":"Nzc4YTkwN2U5YTY5NjgyOGE2ZTZhNDI2YmRjZmI5NGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bdc83be5-42b8-4c12-8147-8fef5b5750f3","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":"8f4c7392-f47a-4026-b6ef-ba3f51921b18","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":"2c726bc9-a260-4cac-9ea6-1e55ac467b46","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":"7dea0733-c4d9-4bf7-a4b2-470029958ad9","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":"MjlhZjVkNGY0YTg3YjBkNWZmZTJhY2FiM2RhNWE1Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47cd8bf3-2f72-4b07-bce9-27998d93d757","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTg5MDE2YzI3N2VlNDVjNzI2ODYwZjM4ZTliYWNlZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf47494b-2d3f-493e-962a-5b3e11c936ef","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-20T07:27:36.441Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:36.441Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:36.441Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:36.441Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:37.442Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:37.443Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:37.443Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:37.443Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:38.444Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:38.444Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:38.444Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:38.445Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:39.445Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:39.446Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:39.446Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:39.446Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:40.446Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:40.447Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:40.447Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:40.447Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:41.448Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:41.449Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:41.449Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:41.449Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:42.450Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:42.451Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:42.451Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:42.451Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:43.452Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:43.452Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:43.453Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:43.453Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "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-20T07:27:44.453Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-20T07:27:44.454Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:44.454Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:44.454Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:27:45.455Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "dd19e24d-7625-4e3e-a4eb-fe480afbc461", "serviceDescription": "service", "serviceInvariantUUID": "6782133f-9992-4d58-b872-2160645f4498", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "073be7cf-78c1-4e19-82fb-02c4fdce1003", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4fb52579-59d9-426c-985b-e5e59d62b0b1", "resourceInvariantUUID": "7e32163c-b095-45c1-91b7-0f420d314a22", "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": "NTg5MDE2YzI3N2VlNDVjNzI2ODYwZjM4ZTliYWNlZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf47494b-2d3f-493e-962a-5b3e11c936ef" } ], "workloadContext": "Production" } 2023-01-20T07:27:45.455Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-20T07:27:45.455Z|c99510ed-623a-451a-82d2-e7a505ac3ba2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd19e24d-7625-4e3e-a4eb-fe480afbc461 ASDC 2023-01-20T07:27:45.455Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2d983177-29ba-4e4d-9c04-1b3978de4baf ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:dd19e24d-7625-4e3e-a4eb-fe480afbc461 ServiceInvariantUUID:6782133f-9992-4d58-b872-2160645f4498 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:cf47494b-2d3f-493e-962a-5b3e11c936ef ArtifactChecksum:NTg5MDE2YzI3N2VlNDVjNzI2ODYwZjM4ZTliYWNlZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:073be7cf-78c1-4e19-82fb-02c4fdce1003 ResourceInvariantUUID:7e32163c-b095-45c1-91b7-0f420d314a22 ResourceName:test-pnf ResourceType:PNF ResourceUUID:4fb52579-59d9-426c-985b-e5e59d62b0b1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-20T07:27:45.455Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd19e24d-7625-4e3e-a4eb-fe480afbc461 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-20T07:27:45.492Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:27:45.493Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:27:45.493Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:27:45.493Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cf47494b-2d3f-493e-962a-5b3e11c936ef from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-20T07:27:45.493Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-20T07:27:45.493Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-20T07:27:45.559Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar cf47494b-2d3f-493e-962a-5b3e11c936ef 111099 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:45.564Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:45.565Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199665564, "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-20T07:27:46.565Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-20T07:27:46.566Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-20T07:27:46.566Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cf47494b-2d3f-493e-962a-5b3e11c936ef, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:46.566Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-20T07:27:46.567Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:46.567Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:46.662Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13717764166118565651/Definitions/service-TestPnfMacro-template.yml 2023-01-20T07:27:47.387Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-20T07:27:47.388Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:27:47.388Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.388Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-20T07:27:47.388Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.389Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.390Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-20T07:27:47.390Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.390Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.390Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-20T07:27:47.391Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:27:47.391Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:27:47.391Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.391Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.392Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-20T07:27:47.392Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-20T07:27:47.392Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-20T07:27:47.392Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.392Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.393Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.393Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.393Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.393Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.394Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.394Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.394Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.394Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.394Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:dd19e24d-7625-4e3e-a4eb-fe480afbc461 Model Version:NULL Model InvariantUuid:6782133f-9992-4d58-b872-2160645f4498 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-20T07:27:47.401Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fb52579-59d9-426c-985b-e5e59d62b0b1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-20T07:27:47.403Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||test-pnf 0 2023-01-20T07:27:47.403Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fb52579-59d9-426c-985b-e5e59d62b0b1 2023-01-20T07:27:47.403Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||No resources found for Service: dd19e24d-7625-4e3e-a4eb-fe480afbc461 2023-01-20T07:27:47.404Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dd19e24d-7625-4e3e-a4eb-fe480afbc461 2023-01-20T07:27:47.404Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4fb52579-59d9-426c-985b-e5e59d62b0b1 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-20T07:27:47.407Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c21df77, org.onap.sdc.toscaparser.api.parameters.Input@3b4210d6, org.onap.sdc.toscaparser.api.parameters.Input@3418bcb7, org.onap.sdc.toscaparser.api.parameters.Input@13827ab2, org.onap.sdc.toscaparser.api.parameters.Input@410ac5d2] 2023-01-20T07:27:47.408Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.408Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.408Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dd19e24d-7625-4e3e-a4eb-fe480afbc461: test-pnf 2023-01-20T07:27:47.408Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Processing PNF resource: 4fb52579-59d9-426c-985b-e5e59d62b0b1 2023-01-20T07:27:47.409Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-20T07:27:47.409Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-20T07:27:47.409Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Resource customization UUID: 073be7cf-78c1-4e19-82fb-02c4fdce1003 is the same as notified resource customizationUUID: 073be7cf-78c1-4e19-82fb-02c4fdce1003 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-20T07:27:47.439Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4fb52579-59d9-426c-985b-e5e59d62b0b1 0 ASDC deployResourceStructure 2023-01-20T07:27:47.439Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-20T07:27:47.439Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-20T07:27:47.440Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-20T07:27:47.440Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:27:47.440Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:27:47.440Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199667439, "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-20T07:27:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:27:47.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:27:47.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0b1a8ee1-60c0-4568-9328-1eb8ffcb6ae6", "consumerID": "SO-sdc-controller", "timestamp": 1674199606428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T07:27:47.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:27:47.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:27:47.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:27:47.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:27:48.442Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d983177-29ba-4e4d-9c04-1b3978de4baf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:27:48.454Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d983177-29ba-4e4d-9c04-1b3978de4baf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:27:48.456Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-20T07:27:48.456Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-20T07:27:48.456Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-20T07:27:48.457Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|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-20T07:27:48.462Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-20T07:28:18.462Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d983177-29ba-4e4d-9c04-1b3978de4baf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-20T07:28:18.467Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d983177-29ba-4e4d-9c04-1b3978de4baf and serviceModelVersionId: dd19e24d-7625-4e3e-a4eb-fe480afbc461 2023-01-20T07:28:18.467Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6782133f-9992-4d58-b872-2160645f4498 2023-01-20T07:28:18.468Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0 2023-01-20T07:28:18.471Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-20T07:28:18.505Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|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/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0 with 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-20T07:28:18.507Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0|INFO|500||Invoke 2023-01-20T07:28:18.525Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-20T07:28:18.808Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0|INFO|500||InvokeReturn 2023-01-20T07:28:18.810Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|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/6782133f-9992-4d58-b872-2160645f4498/model-vers/model-ver/dd19e24d-7625-4e3e-a4eb-fe480afbc461?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 07:28:18 GMT], content-length=[0], vertex-id=[229608], x-aai-txid=[1-aai-resources-230120-07:28:18:515-66954], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-20T07:28:18.810Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-20T07:28:18.811Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-20T07:28:18.811Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|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-20T07:28:18.817Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|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-20T07:28:18.817Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d983177-29ba-4e4d-9c04-1b3978de4baf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-20T07:28:18.818Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-20T07:28:18.818Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-20T07:28:18.818Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-20T07:28:18.819Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199698818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-20T07:28:19.836Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:28:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:28:47.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-20T07:28:47.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-20T07:28:47.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199615579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:28:47.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199617907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199618975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199620027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199621149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199622151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199623154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199624156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c99510ed-623a-451a-82d2-e7a505ac3ba2", "consumerID": "SO-sdc-controller", "timestamp": 1674199655423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199607440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199665564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:28:47.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199667439, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-20T07:28:47.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:29:19.837Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:29:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:29:47.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-20T07:29:47.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2d983177-29ba-4e4d-9c04-1b3978de4baf", "consumerID": "SO-sdc-controller", "timestamp": 1674199698818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-20T07:29:47.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-20T07:30:19.838Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:30:47.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:31:19.839Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:31:47.663Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:32:19.839Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:32:47.664Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:33:19.841Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:33:47.665Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:34:19.842Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:34:47.667Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:35:19.844Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:35:47.667Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:36:19.844Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:36:47.669Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:37:19.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:37:47.670Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:38:19.846Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:38:47.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:39:19.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:39:47.673Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:40:19.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:40:47.673Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:41:19.851Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:41:47.675Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:42:19.851Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:42:47.676Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:43:19.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:43:47.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:44:19.854Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:44:47.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:45:19.855Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:45:47.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:46:19.856Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:46:47.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:47:19.857Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:47:47.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:48:19.858Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:48:47.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:49:19.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:49:47.684Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:50:19.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:50:47.685Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:51:19.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:51:47.685Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:52:19.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:52:47.687Z|902eb380-40c1-41ca-ac10-5dd7edc73f12|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:53:19.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:53:47.688Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:54:19.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:54:47.688Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:55:19.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:55:47.689Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:56:19.886Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:56:47.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:57:19.886Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:57:47.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:58:19.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:58:47.691Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T07:59:19.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T07:59:47.693Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:00:19.890Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:00:47.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:01:19.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:01:47.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:02:19.892Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:02:47.696Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:03:19.892Z|2d983177-29ba-4e4d-9c04-1b3978de4baf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:03:47.697Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:04:19.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:04:47.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:05:19.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:05:47.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:06:19.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:06:47.699Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:07:19.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:07:47.701Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:08:19.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:08:47.703Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:09:19.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:09:47.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:10:19.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:10:47.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:11:19.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:11:47.706Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:12:19.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:12:47.707Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:13:19.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:13:47.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:14:19.904Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:14:47.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:15:19.905Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:15:47.710Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:16:19.907Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:16:47.710Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:17:19.908Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:17:47.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:18:19.908Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:18:47.712Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:19:19.910Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:19:47.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:20:19.911Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:20:47.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:21:19.912Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:21:47.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:22:19.912Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:22:47.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:23:19.914Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:23:47.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:24:19.915Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:24:47.721Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:25:19.916Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:25:47.722Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:26:19.918Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:26:47.722Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:27:19.919Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:27:47.724Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:28:19.920Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-20T08:28:47.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-20T08:29:19.920Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO