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-17T05:25:52.519Z||main|||||INFO|500||The following profiles are active: basic 2023-01-17T05:26:10.344Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-17T05:26:10.351Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-17T05:26:10.549Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-17T05:26:20.943Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-17T05:26:21.911Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-17T05:26:23.301Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-17T05:26:24.056Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-17T05:26:25.115Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-17T05:26:28.637Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-17T05:26:29.833Z||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-17T05:26:34.730Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-17T05:26:34.951Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-17T05:26:34.994Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-17T05:26:35.010Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-17T05:26:35.931Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-17T05:26:36.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-17T05:26:38.948Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-17T05:26:38.986Z||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$$d5924008.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-17T05:26:38.987Z||main|||||WARN|500||The sdc end point is not alive 2023-01-17T05:26:45.388Z||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-17T05:26:51.248Z||main|||||WARN|500||--- 2023-01-17T05:26:51.249Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-17T05:26:51.249Z||main|||||WARN|500||--- 2023-01-17T05:26:51.965Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-17T05:27:01.399Z||main|||||INFO|500||Started Application in 77.386 seconds (JVM running for 81.669) 2023-01-17T05:27:01.445Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-17T05:27:01.457Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-17T05:27:01.469Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-17T05:27:01.553Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= af5c6c5f-2772-4f89-9ea5-0c40c544cb25 url= /sdc/v1/artifactTypes 2023-01-17T05:27:01.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-17T05:27:02.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-17T05:27:02.233Z||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-17T05:27:02.234Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-17T05:27:02.235Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6c089e6c-0216-4875-8f7e-232b49aa1bb8 url= /sdc/v1/distributionKafkaData 2023-01-17T05:27:02.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-17T05:27:02.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-17T05:27:02.276Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3c56e80f 2023-01-17T05:27:02.401Z||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-9e556795-f87e-4fb2-a07b-23435ad591dd 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-17T05:27:02.484Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Instantiated an idempotent producer. 2023-01-17T05:27:02.626Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-17T05:27:02.755Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-17T05:27:02.756Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-17T05:27:02.757Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222751 2023-01-17T05:27:02.765Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-17T05:27:02.795Z||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-b5323a32-97fd-4695-8785-53623da575ab 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-17T05:27:02.932Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-17T05:27:02.933Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-17T05:27:02.934Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222932 2023-01-17T05:27:02.936Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:27:02.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:27:02.959Z||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-867ce2d8-8438-4721-a4be-e09a2f3cb867 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-17T05:27:02.998Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-17T05:27:02.998Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-17T05:27:03.000Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673933222998 2023-01-17T05:27:03.002Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:27:03.005Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:27:03.024Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-17T05:27:04.322Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.324Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 xqWqbDM4Q_inILqJTuTlhw 2023-01-17T05:27:04.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.326Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA 2023-01-17T05:27:04.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA 2023-01-17T05:27:04.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:04.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Cluster ID: Et5HVKKxS0GhMNqa7JxnwA 2023-01-17T05:27:04.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] ProducerId set to 1004 with epoch 0 2023-01-17T05:27:04.334Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-01-17T05:27:04.334Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-01-17T05:27:04.384Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] (Re-)joining group 2023-01-17T05:27:04.394Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] (Re-)joining group 2023-01-17T05:27:04.493Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea 2023-01-17T05:27:04.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:04.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] (Re-)joining group 2023-01-17T05:27:04.502Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d 2023-01-17T05:27:04.503Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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-17T05:27:04.504Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] (Re-)joining group 2023-01-17T05:27:10.515Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea', protocol='range'} 2023-01-17T05:27:10.523Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d', protocol='range'} 2023-01-17T05:27:10.604Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.607Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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 CJUSE7miQvqyMXgvVKIDkw 2023-01-17T05:27:10.614Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d=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-17T05:27:10.649Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab-3ae32c71-b657-451b-aa22-69df3ddfa00d', protocol='range'} 2023-01-17T05:27:10.651Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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-17T05:27:10.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, 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-17T05:27:10.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867-ddbe6b31-90e7-44ee-b859-1f06581f62ea', protocol='range'} 2023-01-17T05:27:10.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.693Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-17T05:27:10.693Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-17T05:27:10.694Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-17T05:27:10.694Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-17T05:27:10.695Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-17T05:27:10.695Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-17T05:27:10.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-17T05:27:10.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-17T05:27:10.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-17T05:27:10.757Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.868Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, 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-17T05:27:10.951Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-17T05:27:10.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-17T05:27:10.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-17T05:27:10.955Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-17T05:27:10.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-17T05:27:10.961Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-17T05:28:02.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:28:03.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:29:02.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:29:03.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:30:02.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:30:03.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:31:02.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:31:03.013Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:32:02.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:32:03.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:33:02.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:33:03.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:34:02.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:34:03.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:35:02.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:35:03.019Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:36:02.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:36:03.021Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:36:04.566Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-867ce2d8-8438-4721-a4be-e09a2f3cb867, groupId=so] Node -1 disconnected. 2023-01-17T05:36:04.568Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b5323a32-97fd-4695-8785-53623da575ab, groupId=so] Node -1 disconnected. 2023-01-17T05:36:04.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Node -1 disconnected. 2023-01-17T05:36:34.385Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-17T05:37:02.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:37:03.023Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:38:02.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:38:03.024Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:39:02.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:39:03.027Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:40:02.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:40:03.028Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:41:02.985Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:41:03.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:42:02.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:42:03.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:43:02.992Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:43:03.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:44:02.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:44:03.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:45:02.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:45:03.039Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:46:03.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:46:03.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:47:03.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:47:03.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:48:03.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:48:03.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:49:03.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:49:03.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:50:03.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:50:03.048Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:51:03.014Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:51:03.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:52:03.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:52:03.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:53:03.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:53:03.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:54:03.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:54:03.056Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:55:03.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:55:03.057Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:56:03.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:56:03.058Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:57:03.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:57:03.060Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:58:03.025Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:58:03.063Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T05:59:03.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T05:59:03.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:00:03.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:00:03.066Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:01:03.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:01:03.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:02:03.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:02:03.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:03:03.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:03:03.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:04:03.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:04:03.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:05:03.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:05:03.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:06:03.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:06:03.076Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:07:03.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:07:03.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:08:03.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:08:03.079Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:09:03.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:09:03.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:10:03.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:10:03.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:11:03.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:11:03.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:12:03.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:12:03.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:13:03.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:13:03.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:14:03.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:14:03.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:15:03.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:15:03.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:16:03.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:16:03.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:17:03.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:17:03.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:18:03.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:18:03.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:19:03.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:19:03.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:20:03.070Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:20:03.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:21:03.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:21:03.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:22:03.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:22:03.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:23:03.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:23:03.108Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:24:03.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:24:03.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:25:03.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:25:03.111Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:03.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:26:03.113Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:17.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:26:17.204Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"7edb378a-3abd-49d8-8ff3-45d9df44f343","serviceName":"vFW 2023-01-17 06-25-08","serviceVersion":"1.0","serviceUUID":"0c5dd155-6f6a-4279-a585-a113eeb5dfa9","serviceDescription":"catalog service description","serviceInvariantUUID":"8fb00438-a54f-410d-9a2b-585af56bf0e1","resources":[{"resourceInstanceName":"vFW 6b20992c-f673 0","resourceName":"vFW 6b20992c-f673","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a6adefe-b4a1-4f07-b314-59da4d4a2e0b","resourceInvariantUUID":"81e81cda-7d23-4654-850c-b905a2278bc7","resourceCustomizationUUID":"06c77988-e803-4c13-873b-2d2447926ee0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml","artifactChecksum":"ZmY2OTY0ZDk3Yjg2NDE1YjZmY2VmNDgyZDhkM2RkMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d13f45e-6fcc-41c9-9602-bfbb00f2bceb","artifactVersion":"1"},{"artifactName":"vfw6b20992cf6730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json","artifactChecksum":"NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1af0948c-7b40-4242-824d-609038a6603b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08101c60-fb8d-4962-9a49-9e8aecf4db1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBhMTE5MWNiNjFiZGFlNGE2YWRkYjQ0ZWExZGQyZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd540c7c-8c03-41b8-9fd2-815b8c7919e9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b927deb8-5221-4ff1-a186-3ec0b9497430","artifactVersion":"2","generatedFromUUID":"08101c60-fb8d-4962-9a49-9e8aecf4db1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230117062508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml","artifactChecksum":"ZmU0ZmFmMTZhMmQwZTYzZjA5MzJjNzIzY2I4Y2I4MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15a84edc-61d5-489f-929a-273f7fae1560","artifactVersion":"1"},{"artifactName":"service-Vfw20230117062508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar","artifactChecksum":"YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7ed4f46-bab7-4bb8-94cf-225b6f5450ff","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:26:17.243Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:17.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:17.262Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:17.262Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:17.272Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.273Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.274Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:26:17.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:26:17.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:26:17.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:26:18.337Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:18.337Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:18.338Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:18.338Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:19.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:19.342Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:19.342Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:19.342Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:20.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:20.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:20.344Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:20.345Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:21.346Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:21.349Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:21.350Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:21.350Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:22.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:22.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:22.352Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:22.353Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:23.353Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:26:23.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:23.354Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:23.355Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:24.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "serviceName": "vFW 2023-01-17 06-25-08", "serviceVersion": "1.0", "serviceUUID": "0c5dd155-6f6a-4279-a585-a113eeb5dfa9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8fb00438-a54f-410d-9a2b-585af56bf0e1", "resources": [ { "resourceInstanceName": "vFW 6b20992c-f673 0", "resourceCustomizationUUID": "06c77988-e803-4c13-873b-2d2447926ee0", "resourceName": "vFW 6b20992c-f673", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a6adefe-b4a1-4f07-b314-59da4d4a2e0b", "resourceInvariantUUID": "81e81cda-7d23-4654-850c-b905a2278bc7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6b20992cf6730_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "artifactChecksum": "NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1af0948c-7b40-4242-824d-609038a6603b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "08101c60-fb8d-4962-9a49-9e8aecf4db1d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b927deb8-5221-4ff1-a186-3ec0b9497430", "generatedFromUUID": "08101c60-fb8d-4962-9a49-9e8aecf4db1d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b927deb8-5221-4ff1-a186-3ec0b9497430", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230117062508-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "artifactChecksum": "YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c7ed4f46-bab7-4bb8-94cf-225b6f5450ff" } ], "workloadContext": "Production" } 2023-01-17T06:26:24.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:26:24.367Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 ASDC 2023-01-17T06:26:24.537Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:7edb378a-3abd-49d8-8ff3-45d9df44f343 ServiceName:vFW 2023-01-17 06-25-08 ServiceVersion:1.0 ServiceUUID:0c5dd155-6f6a-4279-a585-a113eeb5dfa9 ServiceInvariantUUID:8fb00438-a54f-410d-9a2b-585af56bf0e1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230117062508-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar ArtifactUUID:c7ed4f46-bab7-4bb8-94cf-225b6f5450ff ArtifactChecksum:YjRiZjk5MGVhODdlZTQ5ODEzNWM4ZTgyM2U2ZTQ5MDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6b20992c-f673 0 ResourceCustomizationUUID:06c77988-e803-4c13-873b-2d2447926ee0 ResourceInvariantUUID:81e81cda-7d23-4654-850c-b905a2278bc7 ResourceName:vFW 6b20992c-f673 ResourceType:VF ResourceUUID:6a6adefe-b4a1-4f07-b314-59da4d4a2e0b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6b20992cf6730_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json ArtifactUUID:1af0948c-7b40-4242-824d-609038a6603b ArtifactChecksum:NzljOTA5MTU4NTc0YmQyZmM4NzEwMDUxODIwMTRkYTE= 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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml ArtifactUUID:08101c60-fb8d-4962-9a49-9e8aecf4db1d 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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ArtifactUUID:b927deb8-5221-4ff1-a186-3ec0b9497430 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/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ArtifactUUID:b927deb8-5221-4ff1-a186-3ec0b9497430 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T06:26:24.538Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:26:24.855Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:26:24.856Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:26:24.858Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:26:24.858Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7ed4f46-bab7-4bb8-94cf-225b6f5450ff from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:24.859Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:26:24.860Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:25.037Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:26:25.064Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar c7ed4f46-bab7-4bb8-94cf-225b6f5450ff 101504 2023-01-17T06:26:25.065Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar ASDC sendASDCNotification 2023-01-17T06:26:25.065Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:25.066Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:26:25.067Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:25.068Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:25.068Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936785064, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:26.069Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:26:26.070Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:26:26.071Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c7ed4f46-bab7-4bb8-94cf-225b6f5450ff, URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar to file: /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:26.071Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230117062508-csar.csar 2023-01-17T06:26:26.217Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:26.217Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:27.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10955171383032456148/Definitions/service-Vfw20230117062508-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2023-01-17T06:26:31.084Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:26:31.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:26:31.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-17T06:26:31.093Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.093Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.095Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.096Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b20992c-f673 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-Vfw20230117062508-csar.csar 2023-01-17T06:26:31.097Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:26:31.104Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.107Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.113Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:31.114Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:26:31.116Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:26:31.118Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.119Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.119Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:31.120Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:26:31.121Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:26:31.121Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.122Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.126Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.127Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:31.127Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:31.128Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T06:26:31.129Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.129Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T06:26:31.130Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:31.131Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T06:26:31.131Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T06:26:31.132Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.132Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.133Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T06:26:31.133Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.134Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T06:26:31.135Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.135Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:26:31.137Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.138Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:31.138Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:31.139Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.139Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:31.140Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:31.140Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.141Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:31.141Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:31.142Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:31.143Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-17T06:26:31.143Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:31.144Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T06:26:31.144Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.145Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T06:26:31.146Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.146Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T06:26:31.147Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.147Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b 2023-01-17T06:26:31.148Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.148Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:31.149Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:31.149Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.150Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.151Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T06:26:31.151Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:31.152Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-17T06:26:31.152Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T06:26:31.153Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.153Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T06:26:31.154Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.154Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55531303-54c9-4ca9-a32a-c6f061ed553e 2023-01-17T06:26:31.155Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:31.156Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T06:26:31.157Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.157Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.158Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.158Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T06:26:31.159Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T06:26:31.160Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:31.160Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:31.161Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-17T06:26:31.161Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecbc2b5f-015a-44b2-a63f-34d98cc5d84f 2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.162Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.163Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.164Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:31.164Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:31.165Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-17 06-25-08 Description:catalog service description Model UUID:0c5dd155-6f6a-4279-a585-a113eeb5dfa9 Model Version:NULL Model InvariantUuid:8fb00438-a54f-410d-9a2b-585af56bf0e1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6b20992c-f673 Model UUID:794e06e1-5243-43bb-93a5-f687db5e215d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:81e81cda-7d23-4654-850c-b905a2278bc7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:06c77988-e803-4c13-873b-2d2447926ee0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:821ad647-2019-44e8-a75e-8e4f0c8ee31b ModelName:Vfw6b20992cF673..base_vfw..module-0 ModelUuid:18b59100-49ec-41c4-a55e-42b5e484e60f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b ModelInvariantUuid:ceb67af0-ccd5-4188-8220-0fccc03c8bc3 ModelName:vFW 6b20992c-f673-nodes.vfwCvfc ModelUuid:a402184e-ce79-49b0-9f7a-d3f8237b82f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:27aa1940-7870-4878-b0b0-ac6acc35fbdf ModelInvariantUuid:acdc978a-d529-4693-9b73-f5032857dfb1 ModelName:Vfw6b20992cF673.compute.nodes.heat.vfw ModelUuid:88fc74b1-41dc-4c0c-bb2e-77351e1b2a28 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:55531303-54c9-4ca9-a32a-c6f061ed553e ModelInvariantUuid:b02f33d8-5a73-4679-b5ca-b36118e8643c ModelName:vFW 6b20992c-f673-nodes.vsnCvfc ModelUuid:0178e3c6-d1f1-4b7a-8e86-aacec4e61347 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:bbac707a-537f-4bc7-a195-b79448392ad2 ModelInvariantUuid:20e12675-1f4c-48c7-a0c5-7e691b648343 ModelName:Vfw6b20992cF673.compute.nodes.heat.vsn ModelUuid:4eba8f4d-1898-4228-8c7c-156f70ffd9e3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ecbc2b5f-015a-44b2-a63f-34d98cc5d84f ModelInvariantUuid:76de9398-ff65-4d19-a6ba-6d0d0c7eb38c ModelName:vFW 6b20992c-f673-nodes.vpgCvfc ModelUuid:e11c17f1-919c-4642-bf8f-1b746aee05f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9d5f6cd9-c875-4d8e-9a65-29fa9dcc6f2e ModelInvariantUuid:6b1ddf68-9c89-4005-a298-ca58da96f7b8 ModelName:Vfw6b20992cF673.compute.nodes.heat.vpg ModelUuid:4e446f0b-358d-442a-aa81-681429f6d6f3 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-17T06:26:31.195Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:26:31.317Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||vFW 6b20992c-f673 0 2023-01-17T06:26:31.324Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b 2023-01-17T06:26:31.325Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1af0948c-7b40-4242-824d-609038a6603b from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 2023-01-17T06:26:31.326Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:26:31.326Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 2023-01-17T06:26:31.408Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:26:31.409Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 1af0948c-7b40-4242-824d-609038a6603b 785 2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json ASDC sendASDCNotification 2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:31.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:31.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936791410, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:32.412Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b20992cF673..base_vfw..module-0", "vfModuleModelInvariantUUID": "821ad647-2019-44e8-a75e-8e4f0c8ee31b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18b59100-49ec-41c4-a55e-42b5e484e60f", "vfModuleModelCustomizationUUID": "a4195f37-b8e3-4b86-8905-c6cb32de39f0", "isBase": true, "artifacts": [ "08101c60-fb8d-4962-9a49-9e8aecf4db1d", "b927deb8-5221-4ff1-a186-3ec0b9497430" ], "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-17T06:26:32.430Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b20992cF673..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18b59100-49ec-41c4-a55e-42b5e484e60f VfModuleModelInvariantUUID:821ad647-2019-44e8-a75e-8e4f0c8ee31b VfModuleModelDescription:NULL Artifacts UUID List:{ 08101c60-fb8d-4962-9a49-9e8aecf4db1d , b927deb8-5221-4ff1-a186-3ec0b9497430 } 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-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b20992cF673..base_vfw..module-0", "vfModuleModelInvariantUUID": "821ad647-2019-44e8-a75e-8e4f0c8ee31b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18b59100-49ec-41c4-a55e-42b5e484e60f", "vfModuleModelCustomizationUUID": "a4195f37-b8e3-4b86-8905-c6cb32de39f0", "isBase": true, "artifacts": [ "08101c60-fb8d-4962-9a49-9e8aecf4db1d", "b927deb8-5221-4ff1-a186-3ec0b9497430" ], "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-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b20992cF673..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18b59100-49ec-41c4-a55e-42b5e484e60f VfModuleModelInvariantUUID:821ad647-2019-44e8-a75e-8e4f0c8ee31b VfModuleModelDescription:NULL Artifacts UUID List:{ 08101c60-fb8d-4962-9a49-9e8aecf4db1d , b927deb8-5221-4ff1-a186-3ec0b9497430 } 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-17T06:26:32.433Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08101c60-fb8d-4962-9a49-9e8aecf4db1d from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 2023-01-17T06:26:32.434Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:26:32.434Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 2023-01-17T06:26:32.495Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:26:32.496Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 08101c60-fb8d-4962-9a49-9e8aecf4db1d 20368 2023-01-17T06:26:32.496Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:32.497Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936792496, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:33.502Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b927deb8-5221-4ff1-a186-3ec0b9497430 from URL: /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env 2023-01-17T06:26:33.502Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:26:33.503Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env 2023-01-17T06:26:33.560Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env b927deb8-5221-4ff1-a186-3ec0b9497430 2098 2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-17T06:26:33.561Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env 2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:33.562Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936793561, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:34.563Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 2023-01-17T06:26:34.563Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b20992c-f673 0 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b 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-17T06:26:34.616Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@289854b, org.onap.sdc.toscaparser.api.parameters.Input@5a59ade3, org.onap.sdc.toscaparser.api.parameters.Input@53e0d93d, org.onap.sdc.toscaparser.api.parameters.Input@19e76381, org.onap.sdc.toscaparser.api.parameters.Input@578a0e2b] 2023-01-17T06:26:34.620Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-17T06:26:34.621Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 06c77988-e803-4c13-873b-2d2447926ee0 2023-01-17T06:26:34.622Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06c77988-e803-4c13-873b-2d2447926ee0 matches Tosca VF Customization UUID: 06c77988-e803-4c13-873b-2d2447926ee0 2023-01-17T06:26:34.622Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 06c77988-e803-4c13-873b-2d2447926ee0 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-17T06:26:34.631Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.631Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 06c77988-e803-4c13-873b-2d2447926ee0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52554c54 2023-01-17T06:26:34.633Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.634Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:26:34.635Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4195f37-b8e3-4b86-8905-c6cb32de39f0 2023-01-17T06:26:34.636Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4195f37-b8e3-4b86-8905-c6cb32de39f0 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-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.646Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.647Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:34.648Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.649Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.650Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ad8d-d3bc-4c44-aeb9-7e1d09ad563b 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-17T06:26:34.659Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.659Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.660Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.661Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:34.662Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.663Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T06:26:34.664Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.664Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55531303-54c9-4ca9-a32a-c6f061ed553e 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-17T06:26:34.667Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.668Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.668Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:34.671Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is not matching search criteria 2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T06:26:34.672Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.673Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T06:26:34.674Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-17T06:26:34.675Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecbc2b5f-015a-44b2-a63f-34d98cc5d84f 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-17T06:26:34.683Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:26:34.684Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.685Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b20992c-f673 0 is matching search criteria 2023-01-17T06:26:34.685Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b20992c-f673 0] matching following query criteria: sdcType=VF, customizationUUID=06c77988-e803-4c13-873b-2d2447926ee0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:26:34.688Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.688Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0c5dd155-6f6a-4279-a585-a113eeb5dfa9: vFW 6b20992c-f673 2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.689Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.690Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-17 06-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:26:34.691Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-17 06-25-08 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-17T06:26:35.076Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b20992c-f673 6a6adefe-b4a1-4f07-b314-59da4d4a2e0b 1 ASDC deployResourceStructure 2023-01-17T06:26:35.077Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json ASDC sendASDCNotification 2023-01-17T06:26:35.078Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json 2023-01-17T06:26:35.079Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:26:35.080Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:35.082Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:35.083Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936795077, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml 2023-01-17T06:26:36.086Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:36.087Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936796085, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:37.088Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-17T06:26:37.088Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env 2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:37.089Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936797088, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:38.090Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar ASDC sendASDCNotification 2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar 2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:26:38.091Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:26:38.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:26:38.092Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936798090, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:26:39.094Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:26:39.166Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:26:39.177Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:26:39.178Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:26:39.178Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:27:03.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:27:03.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:27:03.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:27:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:27:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:27:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:27:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:27:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:27:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:27:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:27:09.181Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:27:09.228Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:27:09.235Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:27:39.236Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:27:39.250Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:27:39.260Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:28:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:28:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.032Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOTIFIED" } 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOTIFIED" } 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T06:28:03.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-17T06:28:03.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "ves-openapi-manager", "timestamp": 1673936762403, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.049Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936760953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936764141, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936776922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936745549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936763083, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936784518, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936784145, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936784387, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.054Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936784535, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936785064, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.055Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "cds-sdc-listener", "timestamp": 1673936785167, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-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-17T06:28:03.078Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343 2023-01-17T06:28:03.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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-17T06:28:03.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936785557, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936785596, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "policy-distribution", "timestamp": 1673936786560, "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-17T06:28:03.116Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343 2023-01-17T06:28:03.117Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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-17T06:28:03.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936786660, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.130Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936787751, "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-17T06:28:03.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343 2023-01-17T06:28:03.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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-17T06:28:03.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.150Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "multicloud-k8s", "timestamp": 1673936788754, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936791410, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.152Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.153Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936792496, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936793561, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936795077, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/vfw6b20992cf6730_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936796085, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.157Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:28:03.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936797088, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/resourceInstances/vfw6b20992cf6730/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936791260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936798090, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.161Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936799136, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:28:03.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936799458, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.163Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "aai-model-loader", "timestamp": 1673936800462, "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-17T06:28:03.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343 2023-01-17T06:28:03.183Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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-17T06:28:03.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936804647, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117062508/1.0/artifacts/service-Vfw20230117062508-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:28:03.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:28:03.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:28:03.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936805652, "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-17T06:28:03.232Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7edb378a-3abd-49d8-8ff3-45d9df44f343 2023-01-17T06:28:03.232Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edb378a-3abd-49d8-8ff3-45d9df44f343 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-17T06:28:09.261Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:28:09.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:28:09.318Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:28:09.318Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:28:09.319Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:28:09.320Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:28:09.350Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:28:39.352Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:28:39.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7edb378a-3abd-49d8-8ff3-45d9df44f343 and serviceModelVersionId: 0c5dd155-6f6a-4279-a585-a113eeb5dfa9 2023-01-17T06:28:39.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fb00438-a54f-410d-9a2b-585af56bf0e1 2023-01-17T06:29:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:03.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.015Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:29:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.022Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-17T06:29:03.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.027Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936817565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "ves-openapi-manager", "timestamp": 1673936843930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936819762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:29:03.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.031Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936846173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:29:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.033Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936854138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936854151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.034Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936853757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.036Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936855140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:29:03.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.037Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "cds-sdc-listener", "timestamp": 1673936854763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-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-17T06:29:03.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567 2023-01-17T06:29:03.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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-17T06:29:03.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936855229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "policy-distribution", "timestamp": 1673936856141, "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-17T06:29:03.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567 2023-01-17T06:29:03.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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-17T06:29:03.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.155Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936856372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.158Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936857399, "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-17T06:29:03.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567 2023-01-17T06:29:03.184Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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-17T06:29:03.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.205Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936851260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:29:03.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.206Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "multicloud-k8s", "timestamp": 1673936858402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936859070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.209Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:29:03.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936854141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:29:03.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936861246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:29:03.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936861676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:29:03.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673936862685, "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-17T06:29:03.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567 2023-01-17T06:29:03.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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-17T06:29:03.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936868762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:29:03.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:29:03.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:29:03.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "aai-model-loader", "timestamp": 1673936869764, "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-17T06:29:03.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b077e58a-dc68-4909-84f6-647b30514567 2023-01-17T06:29:03.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b077e58a-dc68-4909-84f6-647b30514567 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-17T06:29:12.254Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0 2023-01-17T06:29:12.532Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:29:13.687Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|INFO|500||Invoke 2023-01-17T06:29:13.697Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a58239f8-52db-4955-99f2-e0b06c0a3b43], X-ECOMP-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], X-TransactionId=[], X-ONAP-RequestID=[7edb378a-3abd-49d8-8ff3-45d9df44f343], Content-Type=[application/merge-patch+json]} 2023-01-17T06:29:13.963Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:29:14.267Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?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/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:29:13 GMT], content-length=[0], vertex-id=[221320], x-aai-txid=[1-aai-resources-230117-06:29:13:859-8651], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:29:14.270Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:29:14.272Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fb00438-a54f-410d-9a2b-585af56bf0e1/model-vers/model-ver/0c5dd155-6f6a-4279-a585-a113eeb5dfa9?depth=0|INFO|500||InvokeReturn 2023-01-17T06:29:14.285Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:29:14.286Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:29:14.301Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:29:14.307Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7edb378a-3abd-49d8-8ff3-45d9df44f343 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:29:14.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:29:14.310Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:14.313Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:14.314Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936954308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:29:15.356Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:29:15.372Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:29:15.372Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b077e58a-dc68-4909-84f6-647b30514567","serviceName":"basic_onboard_liKcWC","serviceVersion":"1.0","serviceUUID":"7a4acd7a-fa67-40be-ab18-984c5fd65146","serviceDescription":"service","serviceInvariantUUID":"612fd20b-2809-48c0-b8cf-046f415d3786","resources":[{"resourceInstanceName":"basic_onboard_liKcWC 0","resourceName":"basic_onboard_liKcWC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0fd7888-f962-4427-973f-f86e2798ee21","resourceInvariantUUID":"1839d010-91e6-4f4e-bec3-b43ee3542b58","resourceCustomizationUUID":"37901aab-0c84-44b5-b1ec-d6908f872753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4ZmQ1OGFiYzllNDU1M2ZmMTE0NjVkZjNkZmI0N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6956413a-819c-473a-b8fa-664594700f21","artifactVersion":"1"},{"artifactName":"basic_onboard_likcwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json","artifactChecksum":"YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"564fa70b-b39e-4645-8031-32e93a41a96b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d66b235a-37f4-4d20-8a35-0f92bab33709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70b5510c-9122-4bca-b266-fba6f1bf42c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"be9f0544-134a-4d9f-a5d3-bb448b994e6f","artifactVersion":"2","generatedFromUUID":"d66b235a-37f4-4d20-8a35-0f92bab33709"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLikcwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml","artifactChecksum":"MmE1NDcwZDllYzc3MjEyNzA4NmFmNWU5Yzc4ODAyOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"746d018f-3ed5-4a45-9fc2-29c0d03a1462","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLikcwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar","artifactChecksum":"YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c86e5220-c323-4f73-b175-9542e0098ed9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:15.379Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:15.380Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:16.382Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:16.383Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:17.396Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:17.396Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:17.397Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:17.398Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:18.406Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:18.407Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:19.409Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:19.410Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:19.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:19.411Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:20.412Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:20.413Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:20.414Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:20.415Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:21.417Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:29:21.418Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:21.419Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:21.419Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:22.421Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "serviceName": "basic_onboard_liKcWC", "serviceVersion": "1.0", "serviceUUID": "7a4acd7a-fa67-40be-ab18-984c5fd65146", "serviceDescription": "service", "serviceInvariantUUID": "612fd20b-2809-48c0-b8cf-046f415d3786", "resources": [ { "resourceInstanceName": "basic_onboard_liKcWC 0", "resourceCustomizationUUID": "37901aab-0c84-44b5-b1ec-d6908f872753", "resourceName": "basic_onboard_liKcWC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f0fd7888-f962-4427-973f-f86e2798ee21", "resourceInvariantUUID": "1839d010-91e6-4f4e-bec3-b43ee3542b58", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_likcwc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "artifactChecksum": "YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "564fa70b-b39e-4645-8031-32e93a41a96b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d66b235a-37f4-4d20-8a35-0f92bab33709", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "be9f0544-134a-4d9f-a5d3-bb448b994e6f", "generatedFromUUID": "d66b235a-37f4-4d20-8a35-0f92bab33709" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "be9f0544-134a-4d9f-a5d3-bb448b994e6f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLikcwc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "artifactChecksum": "YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c86e5220-c323-4f73-b175-9542e0098ed9" } ], "workloadContext": "Production" } 2023-01-17T06:29:22.422Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:29:22.422Z|7edb378a-3abd-49d8-8ff3-45d9df44f343|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a4acd7a-fa67-40be-ab18-984c5fd65146 ASDC 2023-01-17T06:29:22.423Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b077e58a-dc68-4909-84f6-647b30514567 ServiceName:basic_onboard_liKcWC ServiceVersion:1.0 ServiceUUID:7a4acd7a-fa67-40be-ab18-984c5fd65146 ServiceInvariantUUID:612fd20b-2809-48c0-b8cf-046f415d3786 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLikcwc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar ArtifactUUID:c86e5220-c323-4f73-b175-9542e0098ed9 ArtifactChecksum:YTA3NTc5YzUyNjFhZDE1OWU1MDAzNjI4MzdkNTRhMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_liKcWC 0 ResourceCustomizationUUID:37901aab-0c84-44b5-b1ec-d6908f872753 ResourceInvariantUUID:1839d010-91e6-4f4e-bec3-b43ee3542b58 ResourceName:basic_onboard_liKcWC ResourceType:VF ResourceUUID:f0fd7888-f962-4427-973f-f86e2798ee21 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_likcwc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json ArtifactUUID:564fa70b-b39e-4645-8031-32e93a41a96b ArtifactChecksum:YzhmMzdkMjRkMDM5ZDllNzg2NzQxZWFkODFjOGUxZjk= 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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml ArtifactUUID:d66b235a-37f4-4d20-8a35-0f92bab33709 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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ArtifactUUID:be9f0544-134a-4d9f-a5d3-bb448b994e6f 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/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ArtifactUUID:be9f0544-134a-4d9f-a5d3-bb448b994e6f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T06:29:22.424Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a4acd7a-fa67-40be-ab18-984c5fd65146 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:29:22.476Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:29:22.478Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c86e5220-c323-4f73-b175-9542e0098ed9 from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:22.479Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:29:22.479Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:22.592Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:29:22.613Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar c86e5220-c323-4f73-b175-9542e0098ed9 75663 2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar ASDC sendASDCNotification 2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:22.615Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:29:22.616Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:22.617Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:22.617Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936962615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:23.618Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:29:23.620Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:29:23.621Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c86e5220-c323-4f73-b175-9542e0098ed9, URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:23.622Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:23.622Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:23.623Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:23.992Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3997721066816685795/Definitions/service-BasicOnboardLikcwc-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-17T06:29:26.351Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:29:26.352Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:29:26.352Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.353Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_liKcWC 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-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:26.354Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.356Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.357Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:29:26.358Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria 2023-01-17T06:29:26.359Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T06:29:26.360Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T06:29:26.361Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.361Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:29:26.362Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.362Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.363Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:26.364Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:26.365Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.365Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria 2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbb183e8-38ba-4ed7-9008-efc9b0aa668d 2023-01-17T06:29:26.366Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.367Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:26.368Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_liKcWC Description:service Model UUID:7a4acd7a-fa67-40be-ab18-984c5fd65146 Model Version:NULL Model InvariantUuid:612fd20b-2809-48c0-b8cf-046f415d3786 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_liKcWC Model UUID:e99ecb41-7e74-42d6-86fa-1986641dd528 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1839d010-91e6-4f4e-bec3-b43ee3542b58 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:37901aab-0c84-44b5-b1ec-d6908f872753 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:45d8008b-6504-43af-9e03-a7e3d0a4fc01 ModelName:BasicOnboardLikcwc..base_ubuntu18..module-0 ModelUuid:4f2eb486-6098-420e-a6ea-c11e0653b492 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cbb183e8-38ba-4ed7-9008-efc9b0aa668d ModelInvariantUuid:09571ea5-5780-4a81-bc7a-5c7e5c3e2258 ModelName:basic_onboard_liKcWC-nodes.ubuntu18Cvfc ModelUuid:79bafd01-c50d-4a5d-a8d7-3af5796a863f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b10fa96c-aebd-48b4-853b-6971a0c50191 ModelInvariantUuid:ad744ccd-45f3-454e-83ed-8374bf6d5a82 ModelName:BasicOnboardLikcwc.compute.nodes.heat.ubuntu18 ModelUuid:9abf014b-6477-416a-9455-5a1d72e9af52 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-17T06:29:26.380Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f0fd7888-f962-4427-973f-f86e2798ee21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:29:26.384Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||basic_onboard_liKcWC 0 2023-01-17T06:29:26.385Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0fd7888-f962-4427-973f-f86e2798ee21 2023-01-17T06:29:26.386Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 564fa70b-b39e-4645-8031-32e93a41a96b from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 2023-01-17T06:29:26.386Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:29:26.387Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 2023-01-17T06:29:26.467Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:29:26.468Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 564fa70b-b39e-4645-8031-32e93a41a96b 798 2023-01-17T06:29:26.469Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json ASDC sendASDCNotification 2023-01-17T06:29:26.469Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:26.470Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:26.471Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936966469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:27.472Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLikcwc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "45d8008b-6504-43af-9e03-a7e3d0a4fc01", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f2eb486-6098-420e-a6ea-c11e0653b492", "vfModuleModelCustomizationUUID": "ba66682e-7780-4243-a6b5-57ca56f499b9", "isBase": true, "artifacts": [ "d66b235a-37f4-4d20-8a35-0f92bab33709", "be9f0544-134a-4d9f-a5d3-bb448b994e6f" ], "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-17T06:29:27.485Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLikcwc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f2eb486-6098-420e-a6ea-c11e0653b492 VfModuleModelInvariantUUID:45d8008b-6504-43af-9e03-a7e3d0a4fc01 VfModuleModelDescription:NULL Artifacts UUID List:{ d66b235a-37f4-4d20-8a35-0f92bab33709 , be9f0544-134a-4d9f-a5d3-bb448b994e6f } 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-17T06:29:27.488Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLikcwc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "45d8008b-6504-43af-9e03-a7e3d0a4fc01", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f2eb486-6098-420e-a6ea-c11e0653b492", "vfModuleModelCustomizationUUID": "ba66682e-7780-4243-a6b5-57ca56f499b9", "isBase": true, "artifacts": [ "d66b235a-37f4-4d20-8a35-0f92bab33709", "be9f0544-134a-4d9f-a5d3-bb448b994e6f" ], "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-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLikcwc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f2eb486-6098-420e-a6ea-c11e0653b492 VfModuleModelInvariantUUID:45d8008b-6504-43af-9e03-a7e3d0a4fc01 VfModuleModelDescription:NULL Artifacts UUID List:{ d66b235a-37f4-4d20-8a35-0f92bab33709 , be9f0544-134a-4d9f-a5d3-bb448b994e6f } 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-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d66b235a-37f4-4d20-8a35-0f92bab33709 from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml 2023-01-17T06:29:27.489Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:29:27.490Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml 2023-01-17T06:29:27.548Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:29:27.549Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml d66b235a-37f4-4d20-8a35-0f92bab33709 5033 2023-01-17T06:29:27.549Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml 2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:29:27.550Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:27.551Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:27.551Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936967549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:28.553Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be9f0544-134a-4d9f-a5d3-bb448b994e6f from URL: /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env 2023-01-17T06:29:28.554Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:29:28.554Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env 2023-01-17T06:29:28.602Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env be9f0544-134a-4d9f-a5d3-bb448b994e6f 909 2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env 2023-01-17T06:29:28.603Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:28.604Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936968603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:29.606Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a4acd7a-fa67-40be-ab18-984c5fd65146 2023-01-17T06:29:29.606Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_liKcWC 0 f0fd7888-f962-4427-973f-f86e2798ee21 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-17T06:29:29.626Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cef0319, org.onap.sdc.toscaparser.api.parameters.Input@1e97e4e3, org.onap.sdc.toscaparser.api.parameters.Input@6cd87f88, org.onap.sdc.toscaparser.api.parameters.Input@5c0d5445, org.onap.sdc.toscaparser.api.parameters.Input@684e6316] 2023-01-17T06:29:29.628Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.628Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 37901aab-0c84-44b5-b1ec-d6908f872753 2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37901aab-0c84-44b5-b1ec-d6908f872753 matches Tosca VF Customization UUID: 37901aab-0c84-44b5-b1ec-d6908f872753 2023-01-17T06:29:29.629Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 37901aab-0c84-44b5-b1ec-d6908f872753 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-17T06:29:29.634Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.635Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 37901aab-0c84-44b5-b1ec-d6908f872753: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@504dff6f 2023-01-17T06:29:29.636Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba66682e-7780-4243-a6b5-57ca56f499b9 2023-01-17T06:29:29.637Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba66682e-7780-4243-a6b5-57ca56f499b9 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-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:29.643Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:29.644Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:29.645Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.645Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is not matching search criteria 2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T06:29:29.646Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbb183e8-38ba-4ed7-9008-efc9b0aa668d 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-17T06:29:29.650Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:29:29.651Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.652Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_liKcWC 0 is matching search criteria 2023-01-17T06:29:29.652Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_liKcWC 0] matching following query criteria: sdcType=VF, customizationUUID=37901aab-0c84-44b5-b1ec-d6908f872753 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:29:29.657Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.657Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.658Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a4acd7a-fa67-40be-ab18-984c5fd65146: basic_onboard_liKcWC 2023-01-17T06:29:29.658Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.659Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.660Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.661Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.661Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:29:29.662Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_liKcWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:29:29.662Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_liKcWC 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-17T06:29:29.861Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_liKcWC f0fd7888-f962-4427-973f-f86e2798ee21 1 ASDC deployResourceStructure 2023-01-17T06:29:29.862Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json ASDC sendASDCNotification 2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json 2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:29:29.863Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:29.864Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:29.864Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936969862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:30.865Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-17T06:29:30.866Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml 2023-01-17T06:29:30.866Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:29:30.867Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:30.867Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:30.868Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936970865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:31.871Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-17T06:29:31.872Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env 2023-01-17T06:29:31.873Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:29:31.873Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:31.874Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:31.874Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936971871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:32.875Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar ASDC sendASDCNotification 2023-01-17T06:29:32.876Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar 2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:29:32.877Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:29:32.878Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936972875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:29:33.879Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b077e58a-dc68-4909-84f6-647b30514567 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:29:33.896Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b077e58a-dc68-4909-84f6-647b30514567 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:29:33.902Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:29:33.903Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:29:33.904Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:29:33.912Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:30:03.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:30:03.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.015Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "7edb378a-3abd-49d8-8ff3-45d9df44f343", "consumerID": "SO-sdc-controller", "timestamp": 1673936954308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:30:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.017Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:30:03.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:30:03.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.019Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T06:30:03.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:30:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.020Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-17T06:30:03.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:30:03.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.021Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936955356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:30:03.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936962615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936966469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936967549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936968603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936969862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/basic_onboard_likcwc0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:30:03.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936970865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-17T06:30:03.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936971871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/resourceInstances/basic_onboard_likcwc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-17T06:30:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T06:30:03.028Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673936972875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLikcwc/1.0/artifacts/service-BasicOnboardLikcwc-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:30:03.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:30:03.913Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b077e58a-dc68-4909-84f6-647b30514567 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:30:03.926Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b077e58a-dc68-4909-84f6-647b30514567 and serviceModelVersionId: 7a4acd7a-fa67-40be-ab18-984c5fd65146 2023-01-17T06:30:03.927Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 612fd20b-2809-48c0-b8cf-046f415d3786 2023-01-17T06:30:03.930Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0 2023-01-17T06:30:03.938Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:30:04.053Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|INFO|500||Invoke 2023-01-17T06:30:04.053Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4351604d-dba3-42b7-8b7d-6e0c3036e774], X-ECOMP-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], X-TransactionId=[], X-ONAP-RequestID=[b077e58a-dc68-4909-84f6-647b30514567], Content-Type=[application/merge-patch+json]} 2023-01-17T06:30:04.108Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:30:04.234Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?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/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:30:03 GMT], content-length=[0], vertex-id=[180296], x-aai-txid=[1-aai-resources-230117-06:30:03:996-43620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:30:04.235Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/612fd20b-2809-48c0-b8cf-046f415d3786/model-vers/model-ver/7a4acd7a-fa67-40be-ab18-984c5fd65146?depth=0|INFO|500||InvokeReturn 2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:30:04.236Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:30:04.247Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:30:04.248Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b077e58a-dc68-4909-84f6-647b30514567 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:30:04.248Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:30:04.249Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:30:04.250Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:30:04.250Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673937004248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:30:05.278Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:31:03.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:31:03.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-17T06:31:03.021Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b077e58a-dc68-4909-84f6-647b30514567", "consumerID": "SO-sdc-controller", "timestamp": 1673937004248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:31:03.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:31:05.280Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:32:03.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:32:05.288Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:33:03.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:33:05.288Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:34:03.006Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:34:05.290Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:35:03.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:35:05.292Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:36:03.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:36:05.294Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:37:03.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:37:05.295Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:38:03.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:38:05.297Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:39:03.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:39:05.298Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:40:03.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:40:05.276Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Node 0 disconnected. 2023-01-17T06:40:05.298Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:41:03.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:41:05.300Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:41:19.794Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:41:19.795Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"cd764f88-6bef-4659-bf2b-434963ca9098","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d34ca557-4137-4d6c-99ac-67fe72eaef5c","serviceDescription":"service","serviceInvariantUUID":"7317a425-c0e7-4c94-b9b0-16d021e5bd32","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4","resourceInvariantUUID":"0665bee6-b44c-43b1-802a-1c4ef471cc94","resourceCustomizationUUID":"8eb7f880-c6e7-40e4-bdbb-e7579a730f4f","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":"ZmRiZGYyZWY4YmUzNDFkNjA3YTkyNDdhNTBmMzlkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a67cd96d-39f4-4c70-af39-3d8dc074f711","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02ab2dc9-75c9-4ad9-9b64-d81943ec65a9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:41:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:41:19.822Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "aai-model-loader", "timestamp": 1673937664141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:41:19.816Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:41:19.823Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:41:19.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:41:19.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:41:19.824Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:41:19.824Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "policy-distribution", "timestamp": 1673937667174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:41:19.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:41:19.824Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937665300, "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-17T06:41:19.834Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:19.834Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:19.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T06:41:20.841Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:41:20.842Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:41:20.843Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:41:20.843Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937665300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:41:21.846Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d34ca557-4137-4d6c-99ac-67fe72eaef5c", "serviceDescription": "service", "serviceInvariantUUID": "7317a425-c0e7-4c94-b9b0-16d021e5bd32", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8eb7f880-c6e7-40e4-bdbb-e7579a730f4f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4", "resourceInvariantUUID": "0665bee6-b44c-43b1-802a-1c4ef471cc94", "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": "ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02ab2dc9-75c9-4ad9-9b64-d81943ec65a9" } ], "workloadContext": "Production" } 2023-01-17T06:41:21.847Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:41:21.847Z|b077e58a-dc68-4909-84f6-647b30514567|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d34ca557-4137-4d6c-99ac-67fe72eaef5c ASDC 2023-01-17T06:41:21.849Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cd764f88-6bef-4659-bf2b-434963ca9098 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d34ca557-4137-4d6c-99ac-67fe72eaef5c ServiceInvariantUUID:7317a425-c0e7-4c94-b9b0-16d021e5bd32 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:02ab2dc9-75c9-4ad9-9b64-d81943ec65a9 ArtifactChecksum:ZDJlNmUzY2ZiM2JjOTgxNTFiNjhmNTMwYjlhOWEyNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8eb7f880-c6e7-40e4-bdbb-e7579a730f4f ResourceInvariantUUID:0665bee6-b44c-43b1-802a-1c4ef471cc94 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-17T06:41:21.849Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d34ca557-4137-4d6c-99ac-67fe72eaef5c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:41:21.922Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:41:21.927Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:41:21.928Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:41:21.929Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T06:41:21.929Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:41:21.930Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T06:41:22.133Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:41:22.140Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9 57789 2023-01-17T06:41:22.141Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-17T06:41:22.141Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T06:41:22.142Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:41:22.143Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937682141, "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-17T06:41:23.144Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:41:23.145Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:41:23.146Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 02ab2dc9-75c9-4ad9-9b64-d81943ec65a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:23.146Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-17T06:41:23.148Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:23.148Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:23.612Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13937383546412329288/Definitions/service-BasicNetwork-template.yml 2023-01-17T06:41:24.564Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:41:24.565Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:41:24.565Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.566Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.567Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.567Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.568Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.569Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.569Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:41:24.570Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.570Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.571Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:41:24.572Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.573Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.573Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:41:24.574Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.575Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.576Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.577Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.578Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.579Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.579Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d34ca557-4137-4d6c-99ac-67fe72eaef5c Model Version:NULL Model InvariantUuid:7317a425-c0e7-4c94-b9b0-16d021e5bd32 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0665bee6-b44c-43b1-802a-1c4ef471cc94 Model UUID:609ae48e-b8b0-4c17-b33e-e7c102c7cdd0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8eb7f880-c6e7-40e4-bdbb-e7579a730f4f 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-17T06:41:24.590Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4264fb8f-a2d6-49fb-b925-92b1fbb5f2c4 2023-01-17T06:41:24.591Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||No resources found for Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:41:24.602Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500|| 2023-01-17T06:41:24.603Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-17T06:41:24.606Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c 2023-01-17T06:41:24.607Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d34ca557-4137-4d6c-99ac-67fe72eaef5c 2023-01-17T06:41:24.607Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-17T06:41:24.608Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:41:24.623Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c5ca152, org.onap.sdc.toscaparser.api.parameters.Input@fcf77f7, org.onap.sdc.toscaparser.api.parameters.Input@26d4fe79, org.onap.sdc.toscaparser.api.parameters.Input@425825a1, org.onap.sdc.toscaparser.api.parameters.Input@3b775a89] 2023-01-17T06:41:24.627Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.628Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.628Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.629Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.629Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d34ca557-4137-4d6c-99ac-67fe72eaef5c: Generic NeutronNet 2023-01-17T06:41:24.630Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.631Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.631Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.632Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-01-17T06:41:24.703Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.704Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.704Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.705Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.706Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:41:24.706Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:41:24.707Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-17T06:41:24.788Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T06:41:24.790Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:41:24.791Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:41:24.792Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:41:24.792Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937684790, "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-17T06:41:25.793Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:41:25.811Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:41:25.816Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:41:25.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:41:25.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:41:55.817Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:41:55.837Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:41:55.841Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:41:55.842Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:41:55.842Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:42:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:42:03.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:42:03.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "cds-sdc-listener", "timestamp": 1673937635785, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:42:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:42:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:42:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "ves-openapi-manager", "timestamp": 1673937662194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:42:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:42:25.843Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:42:25.871Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:42:25.887Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:42:25.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:42:25.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:42:55.888Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:42:55.903Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:42:55.909Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:42:55.913Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T06:42:55.915Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T06:43:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:43:03.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937665300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "multicloud-k8s", "timestamp": 1673937669456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "aai-model-loader", "timestamp": 1673937664141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "policy-distribution", "timestamp": 1673937667174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "ves-openapi-manager", "timestamp": 1673937662194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "cds-sdc-listener", "timestamp": 1673937635785, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937665300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "multicloud-k8s", "timestamp": 1673937669456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "cds-sdc-listener", "timestamp": 1673937681769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937682141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "policy-distribution", "timestamp": 1673937682158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "aai-model-loader", "timestamp": 1673937682014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "cds-sdc-listener", "timestamp": 1673937682775, "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-17T06:43:03.056Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098 2023-01-17T06:43:03.057Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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-17T06:43:03.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "policy-distribution", "timestamp": 1673937683165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.077Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "policy-distribution", "timestamp": 1673937684171, "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-17T06:43:03.083Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098 2023-01-17T06:43:03.084Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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-17T06:43:03.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937684790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.134Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "aai-model-loader", "timestamp": 1673937686125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.135Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "aai-model-loader", "timestamp": 1673937687129, "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-17T06:43:03.151Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098 2023-01-17T06:43:03.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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-17T06:43:03.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937691260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937691260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937694015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937695829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937696836, "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-17T06:43:03.200Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd764f88-6bef-4659-bf2b-434963ca9098 2023-01-17T06:43:03.200Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd764f88-6bef-4659-bf2b-434963ca9098 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-17T06:43:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.243Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.244Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-17T06:43:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "multicloud-k8s", "timestamp": 1673937681879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937685173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.249Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937682147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937683777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.251Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937694141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:43:03.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937705561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.253Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937705408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937705201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.254Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937705256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937706564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.255Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "cds-sdc-listener", "timestamp": 1673937706208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-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-17T06:43:03.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047 2023-01-17T06:43:03.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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-17T06:43:03.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937706529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "policy-distribution", "timestamp": 1673937707567, "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-17T06:43:03.367Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047 2023-01-17T06:43:03.367Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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-17T06:43:03.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.399Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "ves-openapi-manager", "timestamp": 1673937707532, "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-17T06:43:03.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047 2023-01-17T06:43:03.444Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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-17T06:43:03.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937710441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:43:03.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "aai-model-loader", "timestamp": 1673937711443, "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-17T06:43:03.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047 2023-01-17T06:43:03.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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-17T06:43:03.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:43:03.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:43:03.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:43:25.915Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:43:25.934Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:43:25.941Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:43:25.941Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:43:25.942Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:43:25.943Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:43:25.943Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:43:25.952Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:43:55.953Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd764f88-6bef-4659-bf2b-434963ca9098 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:43:55.965Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd764f88-6bef-4659-bf2b-434963ca9098 and serviceModelVersionId: d34ca557-4137-4d6c-99ac-67fe72eaef5c 2023-01-17T06:43:55.965Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7317a425-c0e7-4c94-b9b0-16d021e5bd32 2023-01-17T06:43:55.967Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0 2023-01-17T06:43:55.976Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:43:56.076Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0 with 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-17T06:43:56.086Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|INFO|500||Invoke 2023-01-17T06:43:56.122Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:43:56.359Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0|INFO|500||InvokeReturn 2023-01-17T06:43:56.359Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7317a425-c0e7-4c94-b9b0-16d021e5bd32/model-vers/model-ver/d34ca557-4137-4d6c-99ac-67fe72eaef5c?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:43:55 GMT], content-length=[0], vertex-id=[196680], x-aai-txid=[0-aai-resources-230117-06:43:55:989-83850], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:43:56.360Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:43:56.378Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:43:56.379Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd764f88-6bef-4659-bf2b-434963ca9098 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:43:56.379Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:43:56.380Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:43:56.380Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:43:56.381Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937836379, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:43:57.396Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:43:57.404Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:43:57.405Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"8ead8f6f-10ee-4759-b46f-af7c69b5e047","serviceName":"Demo_pNF_g5yBi1DBvAkB2gIArnV9","serviceVersion":"1.0","serviceUUID":"7d1dfa3e-c3cf-45f1-8e17-46b67bde555f","serviceDescription":"catalog service description","serviceInvariantUUID":"fc3af6bf-08b6-4747-9de7-2ac0d0344de6","resources":[{"resourceInstanceName":"pNF bcaafde6-a30b 0","resourceName":"pNF bcaafde6-a30b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3860d826-5670-4b2f-ae99-9b949f9fe61f","resourceInvariantUUID":"7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28","resourceCustomizationUUID":"f0ea358c-2555-4b60-929b-d271387f8a9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWI4YWI5ODlhOWIxZWUzZTgxMmFkOWJlMjhkYjU0ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb40a38d-ae95-4065-b1ad-50513ddd875c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar","artifactChecksum":"MTNjODAzMzhkYTAyZDBkZGZmMDM1NDRkZmQ0NTQzMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d987480-97cf-4c96-a4d2-a447a4ed3893","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05497745-eb45-45e0-8463-2dd1491d10c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGZkZWM4NDNkYWNhZTYwNTIyZmZhZDRjYWMwNTg0NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fff6a82-0377-404f-aec1-ad049b88541e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19a90351-f7e8-47c8-b0b9-c46e656e4d0c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a687df53-497d-4671-9079-da879575d319","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml","artifactChecksum":"OTE3YWVlOTNmZTUzNDgwNTk0MTNiY2M3OGIyMjFmZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a632786-aac9-4e78-bed8-49c668bb30f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar","artifactChecksum":"YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a07a24f8-f9d8-4c7e-a9e3-e11da231bf67","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:43:57.410Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:43:57.411Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:43:58.412Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:43:58.413Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:43:59.414Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:43:59.415Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:43:59.416Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:43:59.416Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:00.417Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:00.419Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:00.419Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:00.420Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:01.421Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:01.422Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:02.423Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:02.425Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937721260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937730065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937732195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:44:03.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937733198, "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-17T06:44:03.060Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ead8f6f-10ee-4759-b46f-af7c69b5e047 2023-01-17T06:44:03.061Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ead8f6f-10ee-4759-b46f-af7c69b5e047 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-17T06:44:03.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.086Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.087Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.088Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.089Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.092Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.093Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.094Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.097Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.100Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.101Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.105Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937705493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "ves-openapi-manager", "timestamp": 1673937728535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937724141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937707212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937708570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937738757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937738387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.119Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937738819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.120Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937738674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.121Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "cds-sdc-listener", "timestamp": 1673937739392, "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-17T06:44:03.188Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d 2023-01-17T06:44:03.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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-17T06:44:03.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.213Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937739822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.214Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937739955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.215Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.216Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "policy-distribution", "timestamp": 1673937740823, "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-17T06:44:03.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d 2023-01-17T06:44:03.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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-17T06:44:03.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937741057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.245Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.246Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.247Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937742081, "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-17T06:44:03.258Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d 2023-01-17T06:44:03.259Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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-17T06:44:03.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.271Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "multicloud-k8s", "timestamp": 1673937743083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.286Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.297Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.300Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937745635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.302Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.303Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "aai-model-loader", "timestamp": 1673937746637, "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-17T06:44:03.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d 2023-01-17T06:44:03.314Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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-17T06:44:03.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.337Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.338Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.339Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.340Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.343Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T06:44:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937740395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937741824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937749813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "ves-openapi-manager", "timestamp": 1673937742147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937750941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.348Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.349Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "cds-sdc-listener", "timestamp": 1673937750818, "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-17T06:44:03.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e 2023-01-17T06:44:03.369Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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-17T06:44:03.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.407Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937751944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.408Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937744086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.409Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "policy-distribution", "timestamp": 1673937752946, "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-17T06:44:03.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e 2023-01-17T06:44:03.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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=? 2023-01-17T06:44:03.432Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:03.433Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937753169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.452Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937754233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937755281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.455Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.456Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937756337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.457Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.459Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937757388, "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-17T06:44:03.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e 2023-01-17T06:44:03.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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-17T06:44:03.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "multicloud-k8s", "timestamp": 1673937758391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937759069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937761413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937754141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.504Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937762416, "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-17T06:44:03.517Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0e4b039-5732-43c5-b13c-aa6578ccdc7d 2023-01-17T06:44:03.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e4b039-5732-43c5-b13c-aa6578ccdc7d 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-17T06:44:03.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937763270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:44:03.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937770589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937751260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:44:03.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "aai-model-loader", "timestamp": 1673937771591, "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-17T06:44:03.564Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e 2023-01-17T06:44:03.564Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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-17T06:44:03.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.582Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937772568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:44:03.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.583Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937774943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:44:03.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:44:03.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:44:03.584Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673937775951, "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-17T06:44:03.594Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ffa3cea-6199-4fe2-9594-229d1969ba0e 2023-01-17T06:44:03.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa3cea-6199-4fe2-9594-229d1969ba0e 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-17T06:44:04.435Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:04.435Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:04.436Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:04.436Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:05.439Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "serviceName": "Demo_pNF_g5yBi1DBvAkB2gIArnV9", "serviceVersion": "1.0", "serviceUUID": "7d1dfa3e-c3cf-45f1-8e17-46b67bde555f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fc3af6bf-08b6-4747-9de7-2ac0d0344de6", "resources": [ { "resourceInstanceName": "pNF bcaafde6-a30b 0", "resourceCustomizationUUID": "f0ea358c-2555-4b60-929b-d271387f8a9d", "resourceName": "pNF bcaafde6-a30b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3860d826-5670-4b2f-ae99-9b949f9fe61f", "resourceInvariantUUID": "7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "artifactChecksum": "YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a07a24f8-f9d8-4c7e-a9e3-e11da231bf67" } ], "workloadContext": "Production" } 2023-01-17T06:44:05.440Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:44:05.440Z|cd764f88-6bef-4659-bf2b-434963ca9098|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f ASDC 2023-01-17T06:44:05.441Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8ead8f6f-10ee-4759-b46f-af7c69b5e047 ServiceName:Demo_pNF_g5yBi1DBvAkB2gIArnV9 ServiceVersion:1.0 ServiceUUID:7d1dfa3e-c3cf-45f1-8e17-46b67bde555f ServiceInvariantUUID:fc3af6bf-08b6-4747-9de7-2ac0d0344de6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar ArtifactUUID:a07a24f8-f9d8-4c7e-a9e3-e11da231bf67 ArtifactChecksum:YzY2MmJjY2RmOTc4NzQ1N2UwODkwMTRkMjc5YjBiM2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bcaafde6-a30b 0 ResourceCustomizationUUID:f0ea358c-2555-4b60-929b-d271387f8a9d ResourceInvariantUUID:7b83b5d8-7fe8-4d9e-822c-9bafe7d03c28 ResourceName:pNF bcaafde6-a30b ResourceType:PNF ResourceUUID:3860d826-5670-4b2f-ae99-9b949f9fe61f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-17T06:44:05.442Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:44:05.514Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:44:05.515Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:05.515Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:05.516Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a07a24f8-f9d8-4c7e-a9e3-e11da231bf67 from URL: /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:05.516Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:44:05.521Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:05.783Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:44:05.802Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar a07a24f8-f9d8-4c7e-a9e3-e11da231bf67 88011 2023-01-17T06:44:05.803Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar ASDC sendASDCNotification 2023-01-17T06:44:05.803Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:05.804Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:05.805Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937845803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:06.810Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:44:06.811Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:06.812Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a07a24f8-f9d8-4c7e-a9e3-e11da231bf67, URL: /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar to file: /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:06.813Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:06.814Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:06.815Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:06.966Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6020048254954159570/Definitions/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml 2023-01-17T06:44:08.351Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:44:08.352Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:44:08.353Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.353Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcaafde6-a30b 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-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.354Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.356Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:44:08.357Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.357Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.358Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Node template pNF bcaafde6-a30b 0 is matching search criteria 2023-01-17T06:44:08.358Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:44:08.359Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bcaafde6-a30b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:44:08.359Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.360Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.360Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Node template pNF bcaafde6-a30b 0 is matching search criteria 2023-01-17T06:44:08.361Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:44:08.361Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bcaafde6-a30b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:44:08.362Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.362Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.363Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.363Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.364Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.364Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.365Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.366Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.367Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_g5yBi1DBvAkB2gIArnV9 Description:catalog service description Model UUID:7d1dfa3e-c3cf-45f1-8e17-46b67bde555f Model Version:NULL Model InvariantUuid:fc3af6bf-08b6-4747-9de7-2ac0d0344de6 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-17T06:44:08.387Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3860d826-5670-4b2f-ae99-9b949f9fe61f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:44:08.393Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||pNF bcaafde6-a30b 0 2023-01-17T06:44:08.393Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3860d826-5670-4b2f-ae99-9b949f9fe61f 2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f 2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f 2023-01-17T06:44:08.394Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bcaafde6-a30b 0 3860d826-5670-4b2f-ae99-9b949f9fe61f 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-17T06:44:08.415Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b95cce, org.onap.sdc.toscaparser.api.parameters.Input@49b2cfac, org.onap.sdc.toscaparser.api.parameters.Input@3c5e4095, org.onap.sdc.toscaparser.api.parameters.Input@9ae8086, org.onap.sdc.toscaparser.api.parameters.Input@52aaf251] 2023-01-17T06:44:08.416Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.416Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.417Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f: pNF bcaafde6-a30b 2023-01-17T06:44:08.417Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Processing PNF resource: 3860d826-5670-4b2f-ae99-9b949f9fe61f 2023-01-17T06:44:08.418Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:08.418Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g5yBi1DBvAkB2gIArnV9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:08.418Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Resource customization UUID: f0ea358c-2555-4b60-929b-d271387f8a9d is the same as notified resource customizationUUID: f0ea358c-2555-4b60-929b-d271387f8a9d 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-17T06:44:08.501Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bcaafde6-a30b 3860d826-5670-4b2f-ae99-9b949f9fe61f 0 ASDC deployResourceStructure 2023-01-17T06:44:08.508Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar ASDC sendASDCNotification 2023-01-17T06:44:08.508Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar 2023-01-17T06:44:08.508Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:44:08.509Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:08.510Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:08.510Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937848508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:09.513Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ead8f6f-10ee-4759-b46f-af7c69b5e047 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:44:09.549Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ead8f6f-10ee-4759-b46f-af7c69b5e047 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:44:09.559Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:44:09.560Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:44:09.560Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:44:09.560Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:44:09.560Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.561Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.561Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.561Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.561Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.562Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:09.562Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:44:09.578Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:44:39.578Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ead8f6f-10ee-4759-b46f-af7c69b5e047 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:44:39.603Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ead8f6f-10ee-4759-b46f-af7c69b5e047 and serviceModelVersionId: 7d1dfa3e-c3cf-45f1-8e17-46b67bde555f 2023-01-17T06:44:39.604Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc3af6bf-08b6-4747-9de7-2ac0d0344de6 2023-01-17T06:44:39.605Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0 2023-01-17T06:44:39.611Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:44:39.695Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0 with 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-17T06:44:39.697Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0|INFO|500||Invoke 2023-01-17T06:44:39.740Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:44:39.875Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0|INFO|500||InvokeReturn 2023-01-17T06:44:39.877Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc3af6bf-08b6-4747-9de7-2ac0d0344de6/model-vers/model-ver/7d1dfa3e-c3cf-45f1-8e17-46b67bde555f?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:44:39 GMT], content-length=[0], vertex-id=[217120], x-aai-txid=[0-aai-resources-230117-06:44:39:597-9755], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:44:39.877Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:44:39.878Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:44:39.878Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:44:39.885Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:44:39.887Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ead8f6f-10ee-4759-b46f-af7c69b5e047 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:44:39.887Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:44:39.887Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:39.888Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:39.888Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937879887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:44:40.909Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:44:40.909Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e0e4b039-5732-43c5-b13c-aa6578ccdc7d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fe35fbdb-da65-40cc-91ac-f6967a44e57a","serviceDescription":"service","serviceInvariantUUID":"56d4da24-c6d7-4265-8003-8ab4560bbb49","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2247ca7d-92a1-4853-9034-affaa11ee588","resourceInvariantUUID":"f1131f5f-c286-46ce-a814-81a14a2f7e3c","resourceCustomizationUUID":"3f69e227-20ff-4323-b609-30a41a0786e0","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":"ZWQ5NmI1MzY3OWQ2MTc1MzJjOWJjMDFhMzM1NzhiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79562b9c-fd44-4fcb-b072-c21bb45f3df0","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":"ZGYyNDNjYWZhYzQwMWE5MzJhYWQzYmY0OWU0ODQ3YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1838d508-fa2a-4052-9cfe-24a8187e62c5","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":"abb404d2-136a-4ff6-998b-d26540f53457","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":"f9b54a9e-ecf5-4672-8d38-9a6164daa34c","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":"b4c779c0-1f70-4948-9ec1-50cc2596fe34","artifactVersion":"2","generatedFromUUID":"abb404d2-136a-4ff6-998b-d26540f53457"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODIxM2VkMzU4YzY0NWY2MGViOWVjYzkwMzA4YzM2OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27305ddb-3dbb-45f1-b269-8e5ce0659cf0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODUzZjhiMzIzMDA0Mjk5MjY0NDAxMzdlZDQ0MmY1YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71874fa6-5c21-437e-8f08-8decd41f2341","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:44:40.910Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:40.911Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:40.911Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:40.911Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:41.915Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:41.919Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:41.919Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:41.919Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:42.922Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:42.923Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:42.923Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:42.924Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:43.926Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:43.927Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:43.927Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:43.928Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:44.930Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:44.931Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:44.931Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:44.931Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:45.946Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:45.947Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:45.947Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:45.948Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:44:46.950Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:44:46.951Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:46.951Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:46.951Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:44:47.954Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "fe35fbdb-da65-40cc-91ac-f6967a44e57a", "serviceDescription": "service", "serviceInvariantUUID": "56d4da24-c6d7-4265-8003-8ab4560bbb49", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "3f69e227-20ff-4323-b609-30a41a0786e0", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2247ca7d-92a1-4853-9034-affaa11ee588", "resourceInvariantUUID": "f1131f5f-c286-46ce-a814-81a14a2f7e3c", "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": "ZGYyNDNjYWZhYzQwMWE5MzJhYWQzYmY0OWU0ODQ3YWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1838d508-fa2a-4052-9cfe-24a8187e62c5", "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": "abb404d2-136a-4ff6-998b-d26540f53457", "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": "b4c779c0-1f70-4948-9ec1-50cc2596fe34", "generatedFromUUID": "abb404d2-136a-4ff6-998b-d26540f53457" }, "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": "b4c779c0-1f70-4948-9ec1-50cc2596fe34", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODUzZjhiMzIzMDA0Mjk5MjY0NDAxMzdlZDQ0MmY1YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71874fa6-5c21-437e-8f08-8decd41f2341" } ], "workloadContext": "Production" } 2023-01-17T06:44:47.955Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:44:47.955Z|8ead8f6f-10ee-4759-b46f-af7c69b5e047|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe35fbdb-da65-40cc-91ac-f6967a44e57a ASDC 2023-01-17T06:44:47.956Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e0e4b039-5732-43c5-b13c-aa6578ccdc7d ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:fe35fbdb-da65-40cc-91ac-f6967a44e57a ServiceInvariantUUID:56d4da24-c6d7-4265-8003-8ab4560bbb49 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:71874fa6-5c21-437e-8f08-8decd41f2341 ArtifactChecksum:ODUzZjhiMzIzMDA0Mjk5MjY0NDAxMzdlZDQ0MmY1YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:3f69e227-20ff-4323-b609-30a41a0786e0 ResourceInvariantUUID:f1131f5f-c286-46ce-a814-81a14a2f7e3c ResourceName:basic_vm ResourceType:VF ResourceUUID:2247ca7d-92a1-4853-9034-affaa11ee588 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:1838d508-fa2a-4052-9cfe-24a8187e62c5 ArtifactChecksum:ZGYyNDNjYWZhYzQwMWE5MzJhYWQzYmY0OWU0ODQ3YWM= 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:abb404d2-136a-4ff6-998b-d26540f53457 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:b4c779c0-1f70-4948-9ec1-50cc2596fe34 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:b4c779c0-1f70-4948-9ec1-50cc2596fe34 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T06:44:47.956Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe35fbdb-da65-40cc-91ac-f6967a44e57a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:44:48.005Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:44:48.006Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:48.006Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:48.006Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71874fa6-5c21-437e-8f08-8decd41f2341 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T06:44:48.006Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:44:48.007Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T06:44:48.086Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:44:48.093Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 71874fa6-5c21-437e-8f08-8decd41f2341 75191 2023-01-17T06:44:48.093Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-17T06:44:48.094Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T06:44:48.094Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:44:48.095Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:48.095Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:48.095Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937888093, "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-17T06:44:49.097Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:44:49.099Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:44:49.099Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 71874fa6-5c21-437e-8f08-8decd41f2341, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:49.099Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-17T06:44:49.100Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:49.100Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:49.321Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3073131897926260961/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-17T06:44:51.452Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:44:51.452Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:44:51.452Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.453Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T06:44:51.453Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.454Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.454Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.454Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.455Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.455Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.455Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T06:44:51.456Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:44:51.456Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.456Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.457Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:51.457Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:44:51.458Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:44:51.458Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.458Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.459Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:51.459Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:44:51.459Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:44:51.460Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.460Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.460Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.461Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T06:44:51.461Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-17T06:44:51.461Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-17T06:44:51.462Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-17T06:44:51.462Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T06:44:51.463Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T06:44:51.463Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.463Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:44:51.464Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.464Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:51.465Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:51.466Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.466Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:51.466Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:51.467Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.467Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:51.467Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:51.468Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.468Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T06:44:51.468Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T06:44:51.468Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T06:44:51.469Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3bfc5a78-b50f-4550-8589-769581213ef8 2023-01-17T06:44:51.469Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.469Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.470Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.470Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.470Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.471Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.471Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:51.471Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:51.471Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:fe35fbdb-da65-40cc-91ac-f6967a44e57a Model Version:NULL Model InvariantUuid:56d4da24-c6d7-4265-8003-8ab4560bbb49 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c6772a78-c48b-462a-925e-7fb9f1b13c41 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f1131f5f-c286-46ce-a814-81a14a2f7e3c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f69e227-20ff-4323-b609-30a41a0786e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:816a0808-b2b4-47c1-9715-7487e967e298 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:3d2f03b9-abb6-4fd6-b7fd-efa2bb5b725e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3bfc5a78-b50f-4550-8589-769581213ef8 ModelInvariantUuid:c2fa0080-535a-4fa8-9e03-5bb1b0494666 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e1c3ba54-e781-46dd-9dbd-18ade5f52b05 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e010fe05-308b-4732-abaf-7b4bab16fede ModelInvariantUuid:5e3e92c4-2d6f-4f34-b8cf-503e9be1d335 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:875b26e1-be1c-4c3e-a785-69b968149a19 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-17T06:44:51.481Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2247ca7d-92a1-4853-9034-affaa11ee588 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:44:51.486Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-01-17T06:44:51.486Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2247ca7d-92a1-4853-9034-affaa11ee588 2023-01-17T06:44:51.486Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1838d508-fa2a-4052-9cfe-24a8187e62c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T06:44:51.487Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:44:51.487Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||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-17T06:44:51.568Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:44:51.569Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1838d508-fa2a-4052-9cfe-24a8187e62c5 787 2023-01-17T06:44:51.570Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-17T06:44:51.570Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T06:44:51.571Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:44:51.571Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:51.571Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:51.572Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937891570, "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-17T06:44:52.573Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "816a0808-b2b4-47c1-9715-7487e967e298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d2f03b9-abb6-4fd6-b7fd-efa2bb5b725e", "vfModuleModelCustomizationUUID": "c4d6a603-bd7c-4d72-8e51-e342ea8bb9f7", "isBase": true, "artifacts": [ "abb404d2-136a-4ff6-998b-d26540f53457", "b4c779c0-1f70-4948-9ec1-50cc2596fe34" ], "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-17T06:44:52.581Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d2f03b9-abb6-4fd6-b7fd-efa2bb5b725e VfModuleModelInvariantUUID:816a0808-b2b4-47c1-9715-7487e967e298 VfModuleModelDescription:NULL Artifacts UUID List:{ abb404d2-136a-4ff6-998b-d26540f53457 , b4c779c0-1f70-4948-9ec1-50cc2596fe34 } 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-17T06:44:52.592Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "816a0808-b2b4-47c1-9715-7487e967e298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d2f03b9-abb6-4fd6-b7fd-efa2bb5b725e", "vfModuleModelCustomizationUUID": "c4d6a603-bd7c-4d72-8e51-e342ea8bb9f7", "isBase": true, "artifacts": [ "abb404d2-136a-4ff6-998b-d26540f53457", "b4c779c0-1f70-4948-9ec1-50cc2596fe34" ], "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-17T06:44:52.593Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d2f03b9-abb6-4fd6-b7fd-efa2bb5b725e VfModuleModelInvariantUUID:816a0808-b2b4-47c1-9715-7487e967e298 VfModuleModelDescription:NULL Artifacts UUID List:{ abb404d2-136a-4ff6-998b-d26540f53457 , b4c779c0-1f70-4948-9ec1-50cc2596fe34 } 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-17T06:44:52.597Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: abb404d2-136a-4ff6-998b-d26540f53457 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T06:44:52.598Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:44:52.598Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||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-17T06:44:52.658Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:44:52.659Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml abb404d2-136a-4ff6-998b-d26540f53457 5033 2023-01-17T06:44:52.659Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-17T06:44:52.659Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T06:44:52.659Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:44:52.660Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:52.660Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:52.660Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937892659, "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-17T06:44:53.661Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b4c779c0-1f70-4948-9ec1-50cc2596fe34 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T06:44:53.662Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:44:53.662Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||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-17T06:44:53.717Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:44:53.718Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b4c779c0-1f70-4948-9ec1-50cc2596fe34 903 2023-01-17T06:44:53.718Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-17T06:44:53.719Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T06:44:53.719Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:44:53.719Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:53.719Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:53.719Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937893718, "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-17T06:44:54.720Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fe35fbdb-da65-40cc-91ac-f6967a44e57a 2023-01-17T06:44:54.721Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2247ca7d-92a1-4853-9034-affaa11ee588 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-17T06:44:54.752Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@368c559d, org.onap.sdc.toscaparser.api.parameters.Input@22f1ad41, org.onap.sdc.toscaparser.api.parameters.Input@233be726, org.onap.sdc.toscaparser.api.parameters.Input@210a1fb4, org.onap.sdc.toscaparser.api.parameters.Input@75fe96b5] 2023-01-17T06:44:54.755Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.755Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.755Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-17T06:44:54.756Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3f69e227-20ff-4323-b609-30a41a0786e0 2023-01-17T06:44:54.756Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f69e227-20ff-4323-b609-30a41a0786e0 matches Tosca VF Customization UUID: 3f69e227-20ff-4323-b609-30a41a0786e0 2023-01-17T06:44:54.757Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3f69e227-20ff-4323-b609-30a41a0786e0 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-17T06:44:54.761Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.761Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.762Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3f69e227-20ff-4323-b609-30a41a0786e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T06:44:54.763Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57b2248b 2023-01-17T06:44:54.763Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.764Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:44:54.764Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4d6a603-bd7c-4d72-8e51-e342ea8bb9f7 2023-01-17T06:44:54.764Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4d6a603-bd7c-4d72-8e51-e342ea8bb9f7 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-17T06:44:54.769Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.770Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:54.770Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:54.776Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.777Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:54.777Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:54.777Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.778Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T06:44:54.782Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T06:44:54.783Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T06:44:54.784Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3bfc5a78-b50f-4550-8589-769581213ef8 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-17T06:44:54.794Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.795Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:54.795Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:44:54.796Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.796Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T06:44:54.796Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3f69e227-20ff-4323-b609-30a41a0786e0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:44:54.803Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.804Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.805Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fe35fbdb-da65-40cc-91ac-f6967a44e57a: basic_vm 2023-01-17T06:44:54.805Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.806Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.806Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.806Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.807Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.807Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.807Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.808Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.808Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:44:54.808Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:44:54.808Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T06:44:54.925Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2247ca7d-92a1-4853-9034-affaa11ee588 1 ASDC deployResourceStructure 2023-01-17T06:44:54.926Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-17T06:44:54.926Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T06:44:54.927Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:44:54.927Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:54.928Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:54.928Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937894926, "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-17T06:44:55.930Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-17T06:44:55.930Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T06:44:55.931Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:44:55.932Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:55.932Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:55.932Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937895930, "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-17T06:44:56.938Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-17T06:44:56.938Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T06:44:56.938Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:44:56.939Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:56.939Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:56.939Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937896937, "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-17T06:44:57.940Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-17T06:44:57.941Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T06:44:57.942Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:44:57.942Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:44:57.943Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:44:57.943Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937897940, "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-17T06:44:58.945Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0e4b039-5732-43c5-b13c-aa6578ccdc7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:44:58.973Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0e4b039-5732-43c5-b13c-aa6578ccdc7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:44:58.980Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:44:58.980Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:44:58.981Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:44:58.981Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:44:58.981Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:58.982Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:58.982Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:58.982Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:58.983Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:44:58.983Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:44:59.013Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:45:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:45:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cd764f88-6bef-4659-bf2b-434963ca9098", "consumerID": "SO-sdc-controller", "timestamp": 1673937836379, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:45:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.030Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.031Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:45:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/resourceInstances/pnfbcaafde6a30b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T06:45:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:45:29.015Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0e4b039-5732-43c5-b13c-aa6578ccdc7d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:45:29.027Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0e4b039-5732-43c5-b13c-aa6578ccdc7d and serviceModelVersionId: fe35fbdb-da65-40cc-91ac-f6967a44e57a 2023-01-17T06:45:29.028Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56d4da24-c6d7-4265-8003-8ab4560bbb49 2023-01-17T06:45:29.030Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0 2023-01-17T06:45:29.039Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:45:29.117Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0 with 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-17T06:45:29.119Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0|INFO|500||Invoke 2023-01-17T06:45:29.197Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:45:29.314Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0|INFO|500||InvokeReturn 2023-01-17T06:45:29.316Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4da24-c6d7-4265-8003-8ab4560bbb49/model-vers/model-ver/fe35fbdb-da65-40cc-91ac-f6967a44e57a?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:45:29 GMT], content-length=[0], vertex-id=[258184], x-aai-txid=[2-aai-resources-230117-06:45:29:053-95559], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:45:29.317Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:45:29.318Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:45:29.318Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:45:29.337Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:45:29.338Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0e4b039-5732-43c5-b13c-aa6578ccdc7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:45:29.338Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:45:29.339Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:29.339Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:29.339Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937929338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:45:30.378Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-17T06:45:30.379Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"2ffa3cea-6199-4fe2-9594-229d1969ba0e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8b746fa1-83ac-4e4b-8fcf-89c143f19c6a","serviceDescription":"service","serviceInvariantUUID":"ba869bf2-5cea-4ea8-b259-824ba69680b6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebda4052-5e17-4181-9ac3-0d60b972d97e","resourceInvariantUUID":"62de95e7-95ae-43f4-9128-026a71e3b722","resourceCustomizationUUID":"3915d8f3-dc8d-41bb-9c11-66f45d782c74","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":"ODcxMjE5NGRiNzc4YWM0YWE2ZTE1YjJiNTJjM2IxYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"111eafbd-73ac-4d32-b34f-bd65a798c547","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":"bd0749bc-9f3f-4b73-b2ff-8f1cd453c88b","artifactVersion":"2","generatedFromUUID":"e63495f4-6c75-4010-a3bc-ef3555725fde"},{"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":"e63495f4-6c75-4010-a3bc-ef3555725fde","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":"ODI0YWRlYTAyYmZjMDliMWQzNTQwZTFjZGNlMTRkNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee796670-7051-4ced-b2e5-25c6d662e279","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":"7f6409a2-995f-4294-8c3b-377dfb796095","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":"c969e314-a221-4ad7-b2aa-5a3b51e58548","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":"33d12f0c-4767-4c9b-89c9-8bc12277f2b4","artifactVersion":"2","generatedFromUUID":"7f6409a2-995f-4294-8c3b-377dfb796095"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmNlYzJhNjRhZjI1MjcwYTNhODY1N2Q3NjE1ZDhiYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c07a4b77-8532-438b-b507-a2647c66b59e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDQyMTEzNzU4MzFkMWE2ZGMxYjI5OWIwYThiMmE1ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7bcbc09-e930-4e87-ab0b-93639fd37858","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T06:45:30.382Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:30.383Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:30.383Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:30.385Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:31.386Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:31.387Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:31.387Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:31.387Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:32.388Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:32.389Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:32.389Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:32.389Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:33.390Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:33.391Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:33.391Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:33.391Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:34.392Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:34.393Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:34.393Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:34.393Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:35.394Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:35.395Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:35.395Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:35.395Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:36.396Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:36.397Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:36.398Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:36.398Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:37.399Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:37.400Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:37.400Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:37.400Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "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-17T06:45:38.400Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T06:45:38.403Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:38.403Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:38.403Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:45:39.405Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8b746fa1-83ac-4e4b-8fcf-89c143f19c6a", "serviceDescription": "service", "serviceInvariantUUID": "ba869bf2-5cea-4ea8-b259-824ba69680b6", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3915d8f3-dc8d-41bb-9c11-66f45d782c74", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebda4052-5e17-4181-9ac3-0d60b972d97e", "resourceInvariantUUID": "62de95e7-95ae-43f4-9128-026a71e3b722", "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": "bd0749bc-9f3f-4b73-b2ff-8f1cd453c88b", "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": "e63495f4-6c75-4010-a3bc-ef3555725fde", "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": "ODI0YWRlYTAyYmZjMDliMWQzNTQwZTFjZGNlMTRkNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee796670-7051-4ced-b2e5-25c6d662e279", "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": "7f6409a2-995f-4294-8c3b-377dfb796095", "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": "33d12f0c-4767-4c9b-89c9-8bc12277f2b4", "generatedFromUUID": "7f6409a2-995f-4294-8c3b-377dfb796095" }, "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": "33d12f0c-4767-4c9b-89c9-8bc12277f2b4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDQyMTEzNzU4MzFkMWE2ZGMxYjI5OWIwYThiMmE1ZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7bcbc09-e930-4e87-ab0b-93639fd37858" } ], "workloadContext": "Production" } 2023-01-17T06:45:39.405Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T06:45:39.405Z|e0e4b039-5732-43c5-b13c-aa6578ccdc7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8b746fa1-83ac-4e4b-8fcf-89c143f19c6a ASDC 2023-01-17T06:45:39.406Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2ffa3cea-6199-4fe2-9594-229d1969ba0e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8b746fa1-83ac-4e4b-8fcf-89c143f19c6a ServiceInvariantUUID:ba869bf2-5cea-4ea8-b259-824ba69680b6 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:f7bcbc09-e930-4e87-ab0b-93639fd37858 ArtifactChecksum:MDQyMTEzNzU4MzFkMWE2ZGMxYjI5OWIwYThiMmE1ZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3915d8f3-dc8d-41bb-9c11-66f45d782c74 ResourceInvariantUUID:62de95e7-95ae-43f4-9128-026a71e3b722 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ebda4052-5e17-4181-9ac3-0d60b972d97e 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:bd0749bc-9f3f-4b73-b2ff-8f1cd453c88b 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:e63495f4-6c75-4010-a3bc-ef3555725fde 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:ee796670-7051-4ced-b2e5-25c6d662e279 ArtifactChecksum:ODI0YWRlYTAyYmZjMDliMWQzNTQwZTFjZGNlMTRkNWU= 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:7f6409a2-995f-4294-8c3b-377dfb796095 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:33d12f0c-4767-4c9b-89c9-8bc12277f2b4 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:33d12f0c-4767-4c9b-89c9-8bc12277f2b4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T06:45:39.406Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b746fa1-83ac-4e4b-8fcf-89c143f19c6a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T06:45:39.517Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:45:39.518Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:45:39.518Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:45:39.518Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7bcbc09-e930-4e87-ab0b-93639fd37858 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T06:45:39.518Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:39.519Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T06:45:39.859Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:39.865Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f7bcbc09-e930-4e87-ab0b-93639fd37858 73990 2023-01-17T06:45:39.866Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:39.866Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:39.866Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:39.867Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:39.867Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:39.867Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937939866, "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-17T06:45:40.869Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T06:45:40.870Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-17T06:45:40.871Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f7bcbc09-e930-4e87-ab0b-93639fd37858, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T06:45:40.871Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-17T06:45:40.872Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T06:45:40.872Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T06:45:41.273Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10602503409904470190/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-17T06:45:43.915Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T06:45:43.916Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:45:43.917Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T06:45:43.917Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-17T06:45:43.919Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:43.919Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:43.919Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:43.920Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T06:45:43.921Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-17T06:45:43.921Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.922Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.922Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:43.922Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:45:43.923Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:45:43.924Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.924Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.924Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:43.924Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-17T06:45:43.924Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T06:45:43.925Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.925Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.926Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.926Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T06:45:43.927Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-17T06:45:43.927Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-17T06:45:43.928Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T06:45:43.928Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.928Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:45:43.928Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.928Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:43.929Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:43.929Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.929Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:43.929Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:43.930Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.930Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:43.930Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:43.931Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.931Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T06:45:43.931Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-17T06:45:43.931Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9e0692ad-fcfc-40ec-b837-c537079b474f 2023-01-17T06:45:43.932Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.932Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.932Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.932Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.932Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.933Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.933Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:43.933Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:43.933Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8b746fa1-83ac-4e4b-8fcf-89c143f19c6a Model Version:NULL Model InvariantUuid:ba869bf2-5cea-4ea8-b259-824ba69680b6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a833f23d-0ffa-4ff4-aed1-196a0624096f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:62de95e7-95ae-43f4-9128-026a71e3b722 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3915d8f3-dc8d-41bb-9c11-66f45d782c74 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5275cf24-571d-4d98-b3dd-647d40496842 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:606a2b10-e2af-4944-a472-a00507897af5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9e0692ad-fcfc-40ec-b837-c537079b474f ModelInvariantUuid:b98f657c-cc62-4cfd-8069-89206fd025f0 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a98fa129-3dfb-48d2-b479-db9609b6cf53 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:bc8a0b95-f3e7-47f2-8d07-ea6c0d94ac0c ModelInvariantUuid:51e22c4c-e884-4d89-9afe-a707011018b7 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ecb7e157-6007-4540-b2fb-94d195085878 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-17T06:45:43.946Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ebda4052-5e17-4181-9ac3-0d60b972d97e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:45:43.952Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-01-17T06:45:43.953Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebda4052-5e17-4181-9ac3-0d60b972d97e 2023-01-17T06:45:43.953Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd0749bc-9f3f-4b73-b2ff-8f1cd453c88b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-17T06:45:43.953Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:43.954Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:44.048Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:44.049Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bd0749bc-9f3f-4b73-b2ff-8f1cd453c88b 12 2023-01-17T06:45:44.050Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:44.051Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:44.051Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:44.052Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:44.052Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:44.064Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937944050, "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-17T06:45:45.074Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e63495f4-6c75-4010-a3bc-ef3555725fde from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-17T06:45:45.075Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:45.075Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:45.148Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:45.149Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e63495f4-6c75-4010-a3bc-ef3555725fde 2688 2023-01-17T06:45:45.149Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:45.149Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:45.149Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:45.150Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:45.150Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:45.150Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937945149, "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-17T06:45:46.154Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee796670-7051-4ced-b2e5-25c6d662e279 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-17T06:45:46.154Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:46.154Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:46.262Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:46.263Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ee796670-7051-4ced-b2e5-25c6d662e279 828 2023-01-17T06:45:46.263Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:46.263Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:46.263Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:46.264Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:46.264Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:46.264Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937946263, "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-17T06:45:47.265Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5275cf24-571d-4d98-b3dd-647d40496842", "vfModuleModelVersion": "1", "vfModuleModelUUID": "606a2b10-e2af-4944-a472-a00507897af5", "vfModuleModelCustomizationUUID": "85b3f79f-4c3b-498e-acf9-c833591785a7", "isBase": true, "artifacts": [ "7f6409a2-995f-4294-8c3b-377dfb796095", "e63495f4-6c75-4010-a3bc-ef3555725fde", "33d12f0c-4767-4c9b-89c9-8bc12277f2b4" ], "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-17T06:45:47.271Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:606a2b10-e2af-4944-a472-a00507897af5 VfModuleModelInvariantUUID:5275cf24-571d-4d98-b3dd-647d40496842 VfModuleModelDescription:NULL Artifacts UUID List:{ 7f6409a2-995f-4294-8c3b-377dfb796095 , e63495f4-6c75-4010-a3bc-ef3555725fde , 33d12f0c-4767-4c9b-89c9-8bc12277f2b4 } 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-17T06:45:47.279Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5275cf24-571d-4d98-b3dd-647d40496842", "vfModuleModelVersion": "1", "vfModuleModelUUID": "606a2b10-e2af-4944-a472-a00507897af5", "vfModuleModelCustomizationUUID": "85b3f79f-4c3b-498e-acf9-c833591785a7", "isBase": true, "artifacts": [ "7f6409a2-995f-4294-8c3b-377dfb796095", "e63495f4-6c75-4010-a3bc-ef3555725fde", "33d12f0c-4767-4c9b-89c9-8bc12277f2b4" ], "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-17T06:45:47.281Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:606a2b10-e2af-4944-a472-a00507897af5 VfModuleModelInvariantUUID:5275cf24-571d-4d98-b3dd-647d40496842 VfModuleModelDescription:NULL Artifacts UUID List:{ 7f6409a2-995f-4294-8c3b-377dfb796095 , e63495f4-6c75-4010-a3bc-ef3555725fde , 33d12f0c-4767-4c9b-89c9-8bc12277f2b4 } 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-17T06:45:47.281Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f6409a2-995f-4294-8c3b-377dfb796095 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-17T06:45:47.281Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:47.281Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:47.348Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:47.349Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7f6409a2-995f-4294-8c3b-377dfb796095 1164 2023-01-17T06:45:47.350Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:47.350Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:47.351Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:47.351Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:47.351Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:47.352Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937947350, "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-17T06:45:48.389Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 33d12f0c-4767-4c9b-89c9-8bc12277f2b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-17T06:45:48.403Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-17T06:45:48.403Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:48.529Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-17T06:45:48.531Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 33d12f0c-4767-4c9b-89c9-8bc12277f2b4 200 2023-01-17T06:45:48.531Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:48.531Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:48.531Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T06:45:48.532Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:48.532Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:48.532Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937948531, "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-17T06:45:49.538Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8b746fa1-83ac-4e4b-8fcf-89c143f19c6a 2023-01-17T06:45:49.539Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ebda4052-5e17-4181-9ac3-0d60b972d97e 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=? 2023-01-17T06:45:49.612Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_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-17T06:45:49.643Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f141dc5, org.onap.sdc.toscaparser.api.parameters.Input@b908d, org.onap.sdc.toscaparser.api.parameters.Input@1f3916ed, org.onap.sdc.toscaparser.api.parameters.Input@790c4b8e, org.onap.sdc.toscaparser.api.parameters.Input@16998b5f] 2023-01-17T06:45:49.646Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.646Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.647Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-17T06:45:49.647Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3915d8f3-dc8d-41bb-9c11-66f45d782c74 2023-01-17T06:45:49.647Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3915d8f3-dc8d-41bb-9c11-66f45d782c74 matches Tosca VF Customization UUID: 3915d8f3-dc8d-41bb-9c11-66f45d782c74 2023-01-17T06:45:49.647Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3915d8f3-dc8d-41bb-9c11-66f45d782c74 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-17T06:45:49.657Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.658Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.659Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3915d8f3-dc8d-41bb-9c11-66f45d782c74: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T06:45:49.659Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6587f34 2023-01-17T06:45:49.659Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.660Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T06:45:49.660Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85b3f79f-4c3b-498e-acf9-c833591785a7 2023-01-17T06:45:49.661Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85b3f79f-4c3b-498e-acf9-c833591785a7 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-17T06:45:49.665Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.666Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:49.666Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:49.667Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.667Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:49.667Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:49.668Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.668Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T06:45:49.668Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-17T06:45:49.670Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9e0692ad-fcfc-40ec-b837-c537079b474f 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-17T06:45:49.677Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.677Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:49.678Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T06:45:49.679Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.681Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T06:45:49.681Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3915d8f3-dc8d-41bb-9c11-66f45d782c74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T06:45:49.700Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.700Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.701Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8b746fa1-83ac-4e4b-8fcf-89c143f19c6a: basic_cnf 2023-01-17T06:45:49.702Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.703Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.703Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.703Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.704Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.704Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.704Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.704Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.705Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T06:45:49.705Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T06:45:49.705Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:49.967Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ebda4052-5e17-4181-9ac3-0d60b972d97e 1 ASDC deployResourceStructure 2023-01-17T06:45:49.969Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:49.969Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:49.969Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T06:45:49.973Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:49.977Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:49.978Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937949968, "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-17T06:45:50.979Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:50.979Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:50.980Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T06:45:50.981Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:50.981Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:50.981Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937950979, "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-17T06:45:51.984Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:51.985Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:51.985Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:45:51.985Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:51.986Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:51.987Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937951984, "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-17T06:45:52.989Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:52.989Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:52.989Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:45:52.990Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:52.990Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:52.990Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937952988, "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-17T06:45:53.994Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:53.994Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:53.995Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:45:53.995Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:53.995Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:53.995Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937953994, "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-17T06:45:54.997Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:54.997Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||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-17T06:45:54.997Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T06:45:54.998Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:45:54.998Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:45:54.998Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937954997, "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-17T06:45:56.001Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ffa3cea-6199-4fe2-9594-229d1969ba0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:45:56.028Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ffa3cea-6199-4fe2-9594-229d1969ba0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T06:45:56.034Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:45:56.035Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T06:45:56.036Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T06:45:56.046Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T06:46:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:46:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:46:03.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:46:03.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937845803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:46:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937848508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG5ybi1dbvakb2giarnv9/1.0/artifacts/service-DemoPnfG5ybi1dbvakb2giarnv9-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:46:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8ead8f6f-10ee-4759-b46f-af7c69b5e047", "consumerID": "SO-sdc-controller", "timestamp": 1673937879887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:46:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T06:46:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T06:46:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937888093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:46:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937891570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:46:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937892659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:46:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937893718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937894926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937895930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T06:46:03.037Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937896937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T06:46:03.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:03.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T06:46:03.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937897940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:46:03.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:46:26.046Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ffa3cea-6199-4fe2-9594-229d1969ba0e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T06:46:26.055Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ffa3cea-6199-4fe2-9594-229d1969ba0e and serviceModelVersionId: 8b746fa1-83ac-4e4b-8fcf-89c143f19c6a 2023-01-17T06:46:26.056Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba869bf2-5cea-4ea8-b259-824ba69680b6 2023-01-17T06:46:26.057Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0 2023-01-17T06:46:26.064Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T06:46:26.159Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0 with 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-17T06:46:26.162Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0|INFO|500||Invoke 2023-01-17T06:46:26.195Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T06:46:26.300Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0|INFO|500||InvokeReturn 2023-01-17T06:46:26.302Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba869bf2-5cea-4ea8-b259-824ba69680b6/model-vers/model-ver/8b746fa1-83ac-4e4b-8fcf-89c143f19c6a?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 06:46:26 GMT], content-length=[0], vertex-id=[430288], x-aai-txid=[0-aai-resources-230117-06:46:26:047-99536], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T06:46:26.303Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T06:46:26.303Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T06:46:26.304Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T06:46:26.310Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T06:46:26.311Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ffa3cea-6199-4fe2-9594-229d1969ba0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T06:46:26.311Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T06:46:26.312Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-17T06:46:26.312Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T06:46:26.313Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937986311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T06:46:27.334Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:47:03.004Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:47:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.008Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e0e4b039-5732-43c5-b13c-aa6578ccdc7d", "consumerID": "SO-sdc-controller", "timestamp": 1673937929338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:47:03.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.010Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-17T06:47:03.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937837396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T06:47:03.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937939866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937944050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937945149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937946263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.015Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937947350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937948531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-17T06:47:03.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.017Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937949968, "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-17T06:47:03.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.018Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937950979, "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-17T06:47:03.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.018Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937951984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T06:47:03.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.019Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937952988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-17T06:47:03.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.020Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937953994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-17T06:47:03.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:03.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T06:47:03.021Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937954997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T06:47:03.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:47:27.335Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:48:03.004Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:48:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T06:48:03.009Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2ffa3cea-6199-4fe2-9594-229d1969ba0e", "consumerID": "SO-sdc-controller", "timestamp": 1673937986311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T06:48:03.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T06:48:27.336Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:49:03.004Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:49:27.337Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:50:03.007Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:50:27.338Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:51:03.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:51:27.340Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:52:03.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:52:27.343Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:53:03.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:53:27.344Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:54:03.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:54:27.345Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:55:03.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:55:27.346Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:56:03.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:56:27.347Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:57:03.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:57:27.349Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:58:03.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:58:27.349Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T06:59:03.022Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T06:59:27.351Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:00:03.025Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:00:27.351Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:01:03.030Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:01:27.352Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:02:03.032Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:02:27.354Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:03:03.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:03:27.356Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:04:03.034Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:04:27.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:05:03.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:05:27.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:06:03.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:06:27.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:07:03.039Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:07:27.367Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:08:03.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:08:27.368Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:09:03.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:09:27.370Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:10:03.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:10:27.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:11:03.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:11:27.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:12:03.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:12:27.373Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:13:03.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:13:27.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:14:03.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:14:27.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:15:03.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:15:27.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:16:03.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:16:27.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:17:03.054Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:17:27.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:18:03.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:18:27.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:19:03.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:19:27.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:20:03.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:20:27.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:21:03.060Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:21:27.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:22:03.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:22:27.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:23:03.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:23:27.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:24:03.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:24:27.394Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:24:43.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T07:24:43.353Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"156eb5ac-adc7-4389-9a94-49beb363a09b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5389ad2e-8fdb-447f-80dd-78e007333e3f","serviceDescription":"service","serviceInvariantUUID":"08583bee-4b66-41d4-bd04-a6cfd1252960","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc9d5f03-a84e-4648-aedf-e34dbf8867d5","resourceInvariantUUID":"db5bd795-3110-40e2-9bce-a47b532a58e3","resourceCustomizationUUID":"4015a1be-632f-4391-be41-bae8443deb70","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":"YzFjMTI2ZGE1Zjc5NzQyYTI3YTgyYjNhYWE2ZWQ3YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a0eecc5-6cfe-4f5c-aeb1-9483d94e7e21","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":"ZWFjZjZiYTcwNzU2MjZmZDg4OGMxZjZkYmExOGY0NmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4d708e6-fd56-4e70-8743-03c6f96b2d02","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":"2ae6f771-3538-4352-b27a-3c2e9d13700f","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":"30c3c934-ccef-404e-a138-4dbe65bc5a1b","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":"87fcca66-b5bd-4434-8b91-0f5ca615d9d5","artifactVersion":"2","generatedFromUUID":"ada87f6b-c35d-4251-bcdc-bf5247d7b068"},{"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":"8cc0bdfc-21bc-47d1-a153-0ee772b50a0f","artifactVersion":"2","generatedFromUUID":"2ae6f771-3538-4352-b27a-3c2e9d13700f"},{"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":"ada87f6b-c35d-4251-bcdc-bf5247d7b068","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":"b2214765-3f45-4739-875c-273bd87450ba","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":"ZjlmZWFmMjBjYzFiNTczMWI0MjBlOGNiMzQ0YjFiOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"587e1bec-2811-4f50-8ffb-7dfebd5538de","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWM0Y2MyNjcwODMxOThiMTJjYjJhYWUzY2ZlOTkyMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88825b75-6a46-4269-830a-fb2cfd9468e7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T07:24:43.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:43.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:43.360Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:43.360Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:43.370Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.371Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.372Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.372Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.372Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.373Z||kafka-producer-network-thread | SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9e556795-f87e-4fb2-a07b-23435ad591dd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xqWqbDM4Q_inILqJTuTlhw 2023-01-17T07:24:43.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:24:43.400Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:24:43.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:24:44.378Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:44.379Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:44.380Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:44.380Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:45.386Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:45.390Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:45.390Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:45.393Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:46.393Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:46.394Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:46.394Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:46.394Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:47.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:47.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:47.397Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:47.397Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:48.400Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:48.401Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:48.401Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:48.401Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:49.402Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:49.403Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:49.403Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:49.403Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:50.404Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:50.404Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:50.404Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:50.404Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:51.405Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:51.407Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:51.407Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:51.407Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "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-17T07:24:52.408Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:24:52.409Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:52.409Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:52.409Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:24:53.412Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "5389ad2e-8fdb-447f-80dd-78e007333e3f", "serviceDescription": "service", "serviceInvariantUUID": "08583bee-4b66-41d4-bd04-a6cfd1252960", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "4015a1be-632f-4391-be41-bae8443deb70", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fc9d5f03-a84e-4648-aedf-e34dbf8867d5", "resourceInvariantUUID": "db5bd795-3110-40e2-9bce-a47b532a58e3", "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": "ZWFjZjZiYTcwNzU2MjZmZDg4OGMxZjZkYmExOGY0NmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4d708e6-fd56-4e70-8743-03c6f96b2d02", "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": "2ae6f771-3538-4352-b27a-3c2e9d13700f", "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": "8cc0bdfc-21bc-47d1-a153-0ee772b50a0f", "generatedFromUUID": "2ae6f771-3538-4352-b27a-3c2e9d13700f" }, "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": "87fcca66-b5bd-4434-8b91-0f5ca615d9d5", "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": "8cc0bdfc-21bc-47d1-a153-0ee772b50a0f", "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": "ada87f6b-c35d-4251-bcdc-bf5247d7b068", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MWM0Y2MyNjcwODMxOThiMTJjYjJhYWUzY2ZlOTkyMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88825b75-6a46-4269-830a-fb2cfd9468e7" } ], "workloadContext": "Production" } 2023-01-17T07:24:53.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T07:24:53.413Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5389ad2e-8fdb-447f-80dd-78e007333e3f ASDC 2023-01-17T07:24:53.414Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:156eb5ac-adc7-4389-9a94-49beb363a09b ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:5389ad2e-8fdb-447f-80dd-78e007333e3f ServiceInvariantUUID:08583bee-4b66-41d4-bd04-a6cfd1252960 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:88825b75-6a46-4269-830a-fb2cfd9468e7 ArtifactChecksum:MWM0Y2MyNjcwODMxOThiMTJjYjJhYWUzY2ZlOTkyMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:4015a1be-632f-4391-be41-bae8443deb70 ResourceInvariantUUID:db5bd795-3110-40e2-9bce-a47b532a58e3 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:fc9d5f03-a84e-4648-aedf-e34dbf8867d5 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:a4d708e6-fd56-4e70-8743-03c6f96b2d02 ArtifactChecksum:ZWFjZjZiYTcwNzU2MjZmZDg4OGMxZjZkYmExOGY0NmE= 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:2ae6f771-3538-4352-b27a-3c2e9d13700f 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:8cc0bdfc-21bc-47d1-a153-0ee772b50a0f 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:87fcca66-b5bd-4434-8b91-0f5ca615d9d5 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:8cc0bdfc-21bc-47d1-a153-0ee772b50a0f 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:ada87f6b-c35d-4251-bcdc-bf5247d7b068 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T07:24:53.414Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5389ad2e-8fdb-447f-80dd-78e007333e3f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T07:24:53.485Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:24:53.487Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:24:53.487Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:24:53.487Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 88825b75-6a46-4269-830a-fb2cfd9468e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:53.487Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:24:53.489Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:53.642Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:24:53.652Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 88825b75-6a46-4269-830a-fb2cfd9468e7 163292 2023-01-17T07:24:53.652Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:53.652Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:53.653Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:24:53.653Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:53.653Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:53.653Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940293652, "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-17T07:24:54.654Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:24:54.655Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:24:54.656Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 88825b75-6a46-4269-830a-fb2cfd9468e7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:54.656Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-17T07:24:54.657Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:54.657Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:54.860Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP890675919337551765/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-17T07:24:56.987Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T07:24:56.988Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:24:56.989Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T07:24:56.989Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-17T07:24:56.989Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||WARN|500||JTosca 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-17T07:24:56.989Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:56.998Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:56.999Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:56.999Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:24:57.000Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.000Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.001Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.001Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:24:57.002Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:24:57.002Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.002Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.002Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.003Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:24:57.003Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:24:57.003Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.003Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.004Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.004Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-17T07:24:57.004Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-17T07:24:57.004Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-17T07:24:57.005Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T07:24:57.005Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.005Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T07:24:57.005Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.006Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.006Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:24:57.006Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:24:57.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:24:57.008Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.014Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:24:57.014Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:24:57.015Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.015Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-17T07:24:57.015Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-17T07:24:57.016Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=85051519-f09d-4131-ab56-09072d0178b3 2023-01-17T07:24:57.016Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.016Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.016Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.017Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.017Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.017Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.017Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:24:57.017Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:24:57.018Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:5389ad2e-8fdb-447f-80dd-78e007333e3f Model Version:NULL Model InvariantUuid:08583bee-4b66-41d4-bd04-a6cfd1252960 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:bc170217-5609-4aa4-a807-5d292c883368 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:db5bd795-3110-40e2-9bce-a47b532a58e3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4015a1be-632f-4391-be41-bae8443deb70 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:340de75a-5753-44a0-a3ea-03648e63f67d ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0bb2e8bf-0c2a-4188-8a56-bae103e9616d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:da917b4c-5b18-454f-9ceb-c97608dd8b4b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:43e6c9b6-c1ef-4d19-b428-631ad73fe12e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:85051519-f09d-4131-ab56-09072d0178b3 ModelInvariantUuid:205dfd7c-53ed-4352-83e2-a11b01f6a914 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:901300bb-9c80-4ada-8178-3ab4d7898ea0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:ac6725d4-6ab5-42f3-9472-b15a8a47b093 ModelInvariantUuid:77abf1b3-d5a9-420b-ae7a-f0e37313974f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:3a3a1be0-7232-4418-aa35-fb402d248063 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-17T07:24:57.030Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fc9d5f03-a84e-4648-aedf-e34dbf8867d5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:24:57.036Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2023-01-17T07:24:57.036Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc9d5f03-a84e-4648-aedf-e34dbf8867d5 2023-01-17T07:24:57.036Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4d708e6-fd56-4e70-8743-03c6f96b2d02 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-17T07:24:57.037Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:24:57.037Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:57.083Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:24:57.085Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a4d708e6-fd56-4e70-8743-03c6f96b2d02 1565 2023-01-17T07:24:57.085Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:57.085Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:57.085Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:24:57.086Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:57.087Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:57.087Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940297085, "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-17T07:24:58.088Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "da917b4c-5b18-454f-9ceb-c97608dd8b4b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43e6c9b6-c1ef-4d19-b428-631ad73fe12e", "vfModuleModelCustomizationUUID": "1c1573de-2298-4872-9d68-2d51484ec431", "isBase": true, "artifacts": [ "2ae6f771-3538-4352-b27a-3c2e9d13700f", "8cc0bdfc-21bc-47d1-a153-0ee772b50a0f" ], "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": "340de75a-5753-44a0-a3ea-03648e63f67d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bb2e8bf-0c2a-4188-8a56-bae103e9616d", "vfModuleModelCustomizationUUID": "68ec4126-eb75-490c-865b-d201da55293d", "isBase": false, "artifacts": [ "ada87f6b-c35d-4251-bcdc-bf5247d7b068" ], "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-17T07:24:58.099Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43e6c9b6-c1ef-4d19-b428-631ad73fe12e VfModuleModelInvariantUUID:da917b4c-5b18-454f-9ceb-c97608dd8b4b VfModuleModelDescription:NULL Artifacts UUID List:{ 2ae6f771-3538-4352-b27a-3c2e9d13700f , 8cc0bdfc-21bc-47d1-a153-0ee772b50a0f } 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:0bb2e8bf-0c2a-4188-8a56-bae103e9616d VfModuleModelInvariantUUID:340de75a-5753-44a0-a3ea-03648e63f67d VfModuleModelDescription:NULL Artifacts UUID List:{ ada87f6b-c35d-4251-bcdc-bf5247d7b068 } 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-17T07:24:58.104Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "da917b4c-5b18-454f-9ceb-c97608dd8b4b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43e6c9b6-c1ef-4d19-b428-631ad73fe12e", "vfModuleModelCustomizationUUID": "1c1573de-2298-4872-9d68-2d51484ec431", "isBase": true, "artifacts": [ "2ae6f771-3538-4352-b27a-3c2e9d13700f", "8cc0bdfc-21bc-47d1-a153-0ee772b50a0f" ], "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": "340de75a-5753-44a0-a3ea-03648e63f67d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bb2e8bf-0c2a-4188-8a56-bae103e9616d", "vfModuleModelCustomizationUUID": "68ec4126-eb75-490c-865b-d201da55293d", "isBase": false, "artifacts": [ "ada87f6b-c35d-4251-bcdc-bf5247d7b068" ], "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-17T07:24:58.104Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43e6c9b6-c1ef-4d19-b428-631ad73fe12e VfModuleModelInvariantUUID:da917b4c-5b18-454f-9ceb-c97608dd8b4b VfModuleModelDescription:NULL Artifacts UUID List:{ 2ae6f771-3538-4352-b27a-3c2e9d13700f , 8cc0bdfc-21bc-47d1-a153-0ee772b50a0f } 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:0bb2e8bf-0c2a-4188-8a56-bae103e9616d VfModuleModelInvariantUUID:340de75a-5753-44a0-a3ea-03648e63f67d VfModuleModelDescription:NULL Artifacts UUID List:{ ada87f6b-c35d-4251-bcdc-bf5247d7b068 } 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-17T07:24:58.106Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2ae6f771-3538-4352-b27a-3c2e9d13700f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-17T07:24:58.106Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:24:58.106Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:58.150Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:24:58.151Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2ae6f771-3538-4352-b27a-3c2e9d13700f 914 2023-01-17T07:24:58.152Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:58.152Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:58.153Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:24:58.153Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:58.153Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:58.154Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940298152, "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-17T07:24:59.156Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87fcca66-b5bd-4434-8b91-0f5ca615d9d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-17T07:24:59.157Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:24:59.157Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:59.209Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:24:59.209Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 87fcca66-b5bd-4434-8b91-0f5ca615d9d5 12 2023-01-17T07:24:59.209Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:59.210Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:24:59.210Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:24:59.210Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:24:59.210Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:24:59.210Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940299209, "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-17T07:25:00.215Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8cc0bdfc-21bc-47d1-a153-0ee772b50a0f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-17T07:25:00.215Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:25:00.216Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:00.273Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:25:00.273Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8cc0bdfc-21bc-47d1-a153-0ee772b50a0f 96 2023-01-17T07:25:00.274Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:00.274Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:00.274Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:25:00.274Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:00.274Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:00.275Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940300274, "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-17T07:25:01.277Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ada87f6b-c35d-4251-bcdc-bf5247d7b068 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-17T07:25:01.277Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:25:01.277Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:01.338Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:25:01.339Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ada87f6b-c35d-4251-bcdc-bf5247d7b068 20206 2023-01-17T07:25:01.339Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:01.340Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:01.340Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:25:01.340Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:01.340Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:01.341Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940301339, "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-17T07:25:02.346Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5389ad2e-8fdb-447f-80dd-78e007333e3f 2023-01-17T07:25:02.346Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fc9d5f03-a84e-4648-aedf-e34dbf8867d5 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-17T07:25:02.357Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5096fe9e, org.onap.sdc.toscaparser.api.parameters.Input@5c1d85b2, org.onap.sdc.toscaparser.api.parameters.Input@23b840ca, org.onap.sdc.toscaparser.api.parameters.Input@9654cd2, org.onap.sdc.toscaparser.api.parameters.Input@6ee0216e] 2023-01-17T07:25:02.359Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.359Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.360Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-17T07:25:02.360Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4015a1be-632f-4391-be41-bae8443deb70 2023-01-17T07:25:02.360Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4015a1be-632f-4391-be41-bae8443deb70 matches Tosca VF Customization UUID: 4015a1be-632f-4391-be41-bae8443deb70 2023-01-17T07:25:02.360Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4015a1be-632f-4391-be41-bae8443deb70 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-17T07:25:02.364Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.365Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.366Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4015a1be-632f-4391-be41-bae8443deb70: {\"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-17T07:25:02.366Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c1f74ea 2023-01-17T07:25:02.366Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.366Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T07:25:02.366Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68ec4126-eb75-490c-865b-d201da55293d 2023-01-17T07:25:02.367Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68ec4126-eb75-490c-865b-d201da55293d 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-17T07:25:02.370Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.370Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:25:02.371Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:25:02.371Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.371Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:25:02.372Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:25:02.372Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.372Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T07:25:02.372Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4015a1be-632f-4391-be41-bae8443deb70 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:25:02.375Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.375Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.375Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5389ad2e-8fdb-447f-80dd-78e007333e3f: basic_cnf_macro 2023-01-17T07:25:02.376Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.376Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.376Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.376Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.377Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.377Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.377Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.377Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.378Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:25:02.378Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:25:02.378Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:02.433Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fc9d5f03-a84e-4648-aedf-e34dbf8867d5 2 ASDC deployResourceStructure 2023-01-17T07:25:02.433Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:02.433Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:02.434Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:25:02.434Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:02.434Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:02.434Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940302433, "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-17T07:25:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:25:03.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:25:03.006Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:25:03.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:25:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:25:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:25:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:25:03.437Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:03.437Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:03.437Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:25:03.437Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:03.438Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:03.438Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940303436, "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-17T07:25:04.440Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:04.441Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:04.441Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T07:25:04.441Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:04.441Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:04.442Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940304440, "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-17T07:25:05.444Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:05.444Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:05.445Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:25:05.445Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:05.446Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:05.446Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940305443, "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-17T07:25:06.449Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:06.450Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:06.451Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T07:25:06.452Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:06.452Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:06.452Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940306449, "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-17T07:25:07.455Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:07.455Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||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-17T07:25:07.455Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:25:07.456Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:25:07.457Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:25:07.458Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940307455, "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-17T07:25:08.464Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:25:08.479Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:25:08.483Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:25:08.483Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T07:25:08.483Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T07:25:38.484Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:25:38.526Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:25:38.532Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:25:38.532Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T07:25:38.533Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T07:26:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:26:03.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T07:26:03.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T07:26:03.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.019Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.020Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.021Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-17T07:26:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.030Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "ves-openapi-manager", "timestamp": 1673940282287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940279511, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.032Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940274141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940271915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940267394, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.033Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940293473, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940293164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940293346, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940293507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940293652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940294510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940294537, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "policy-distribution", "timestamp": 1673940295512, "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-17T07:26:03.044Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 156eb5ac-adc7-4389-9a94-49beb363a09b 2023-01-17T07:26:03.044Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 156eb5ac-adc7-4389-9a94-49beb363a09b 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-17T07:26:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.056Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940295593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.056Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "cds-sdc-listener", "timestamp": 1673940295921, "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-17T07:26:03.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 156eb5ac-adc7-4389-9a94-49beb363a09b 2023-01-17T07:26:03.062Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 156eb5ac-adc7-4389-9a94-49beb363a09b 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-17T07:26:03.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940296659, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.074Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940297085, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940297719, "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-17T07:26:03.081Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 156eb5ac-adc7-4389-9a94-49beb363a09b 2023-01-17T07:26:03.081Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 156eb5ac-adc7-4389-9a94-49beb363a09b 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-17T07:26:03.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.091Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940298152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "multicloud-k8s", "timestamp": 1673940298722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940299209, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940300274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940300890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.093Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940301339, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T07:26:03.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.094Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "aai-model-loader", "timestamp": 1673940301893, "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-17T07:26:03.099Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 156eb5ac-adc7-4389-9a94-49beb363a09b 2023-01-17T07:26:03.100Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 156eb5ac-adc7-4389-9a94-49beb363a09b 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-17T07:26:03.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:26:03.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:03.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:26:03.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940302433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T07:26:03.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:26:08.533Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:26:08.553Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:26:08.556Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:26:08.556Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T07:26:08.556Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T07:26:08.557Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T07:26:38.557Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:26:38.569Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:26:38.572Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:26:38.572Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T07:26:38.573Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T07:26:38.573Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T07:27:03.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:27:03.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.023Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940303436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940304440, "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-17T07:27:03.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940305443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T07:27:03.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.036Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T07:27:03.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940306449, "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-17T07:27:03.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940307455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.046Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T07:27:03.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.051Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.059Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.070Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.071Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.072Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.074Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.075Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.075Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.077Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940296514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.077Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "ves-openapi-manager", "timestamp": 1673940302147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940299726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940296923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.079Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940301260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.080Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940304141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.081Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940311774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.081Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940311792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.082Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940311472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.083Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940312167, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.083Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940312278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.084Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940312796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.085Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940312839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.085Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "cds-sdc-listener", "timestamp": 1673940312784, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T07:27:03.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f85d2ac-add7-4a99-a1c1-61b70961587e 2023-01-17T07:27:03.114Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f85d2ac-add7-4a99-a1c1-61b70961587e 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-17T07:27:03.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.126Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "policy-distribution", "timestamp": 1673940313803, "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-17T07:27:03.132Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f85d2ac-add7-4a99-a1c1-61b70961587e 2023-01-17T07:27:03.132Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f85d2ac-add7-4a99-a1c1-61b70961587e 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-17T07:27:03.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.155Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940313937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940314958, "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-17T07:27:03.163Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f85d2ac-add7-4a99-a1c1-61b70961587e 2023-01-17T07:27:03.163Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f85d2ac-add7-4a99-a1c1-61b70961587e 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-17T07:27:03.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940315117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "multicloud-k8s", "timestamp": 1673940315960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.177Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940316122, "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-17T07:27:03.184Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 156eb5ac-adc7-4389-9a94-49beb363a09b 2023-01-17T07:27:03.185Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 156eb5ac-adc7-4389-9a94-49beb363a09b 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-17T07:27:03.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.194Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940319266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.195Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "aai-model-loader", "timestamp": 1673940320268, "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-17T07:27:03.201Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f85d2ac-add7-4a99-a1c1-61b70961587e 2023-01-17T07:27:03.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f85d2ac-add7-4a99-a1c1-61b70961587e 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-17T07:27:03.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.214Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.215Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.216Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.217Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.217Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.217Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.218Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.219Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.220Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.220Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.221Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.222Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940331260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940340012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940342322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940343326, "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-17T07:27:03.245Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f85d2ac-add7-4a99-a1c1-61b70961587e 2023-01-17T07:27:03.245Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f85d2ac-add7-4a99-a1c1-61b70961587e 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-17T07:27:03.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.256Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.256Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.257Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.258Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.259Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940314844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940334141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "multicloud-k8s", "timestamp": 1673940316964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940313786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940346269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940346452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940346291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940346631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940347301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.263Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940347638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.264Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "cds-sdc-listener", "timestamp": 1673940347617, "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-17T07:27:03.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 708db346-aaa3-41f2-a815-163265e655db 2023-01-17T07:27:03.280Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 708db346-aaa3-41f2-a815-163265e655db 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-17T07:27:03.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "ves-openapi-manager", "timestamp": 1673940348302, "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-17T07:27:03.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 708db346-aaa3-41f2-a815-163265e655db 2023-01-17T07:27:03.294Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 708db346-aaa3-41f2-a815-163265e655db 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-17T07:27:03.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.304Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "policy-distribution", "timestamp": 1673940348646, "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-17T07:27:03.310Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 708db346-aaa3-41f2-a815-163265e655db 2023-01-17T07:27:03.310Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 708db346-aaa3-41f2-a815-163265e655db 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-17T07:27:03.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.324Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940351142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:27:03.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:03.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "aai-model-loader", "timestamp": 1673940352145, "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-17T07:27:03.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 708db346-aaa3-41f2-a815-163265e655db 2023-01-17T07:27:03.331Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 708db346-aaa3-41f2-a815-163265e655db 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-17T07:27:03.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:27:03.339Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:27:03.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:27:08.573Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:27:08.587Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:27:08.591Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:27:08.591Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T07:27:08.591Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T07:27:08.591Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T07:27:08.591Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:08.592Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:08.592Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:08.592Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:08.592Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:08.592Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T07:27:08.609Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T07:27:38.609Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 156eb5ac-adc7-4389-9a94-49beb363a09b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T07:27:38.638Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 156eb5ac-adc7-4389-9a94-49beb363a09b and serviceModelVersionId: 5389ad2e-8fdb-447f-80dd-78e007333e3f 2023-01-17T07:27:38.638Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08583bee-4b66-41d4-bd04-a6cfd1252960 2023-01-17T07:27:38.643Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0 2023-01-17T07:27:38.662Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T07:27:38.788Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0 with 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-17T07:27:38.790Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0|INFO|500||Invoke 2023-01-17T07:27:38.852Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T07:27:39.000Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0|INFO|500||InvokeReturn 2023-01-17T07:27:39.001Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08583bee-4b66-41d4-bd04-a6cfd1252960/model-vers/model-ver/5389ad2e-8fdb-447f-80dd-78e007333e3f?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 07:27:38 GMT], content-length=[0], vertex-id=[504016], x-aai-txid=[2-aai-resources-230117-07:27:38:627-5531], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T07:27:39.002Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T07:27:39.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T07:27:39.007Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:27:39.025Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.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-17T07:27:39.025Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 156eb5ac-adc7-4389-9a94-49beb363a09b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T07:27:39.026Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T07:27:39.026Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:39.026Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:39.027Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940459026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T07:27:40.052Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:27:40.060Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T07:27:40.060Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5f85d2ac-add7-4a99-a1c1-61b70961587e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"41d0e3d0-33f6-4542-99ab-441cf7daef0f","serviceDescription":"service","serviceInvariantUUID":"afa158d9-e5fc-4b88-9da7-3138fb9e9bc7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"732b75d8-7342-47d6-b08d-0667ba15e4db","resourceInvariantUUID":"ca5f1a6f-a05d-4199-ae24-7dfa313f0cbb","resourceCustomizationUUID":"efdca273-1298-467b-9aa7-0b82facae4f1","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":"ZDEzN2U2ODIzNjg0ZmQ5ZGI3ZTA4ZDMxODJkNjg2YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66f9b113-8135-4764-b8b9-7c1b9d5532f3","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":"ZmMwOGRkNDk0MGQ5YTk2MTIxMjE1OTMzYTY2ZDQzMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5dbba6f7-5b20-4b18-a49e-37dca30dc025","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":"d386e4d6-b977-4eea-b8ae-b190c6ecda87","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":"452f7339-fc2a-4f74-ae42-550279c6c01e","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":"01921255-9605-4748-bd18-ac0d1e8fe54d","artifactVersion":"2","generatedFromUUID":"d386e4d6-b977-4eea-b8ae-b190c6ecda87"},{"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":"NWJlYWQyNzNmMzVlZDE1YzI3MjMzMTU0YmQ2ODI3M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"58f94fe7-3b31-4edc-a480-0ca704ce9a48","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":"ZmVkYzlhNWVlYmUzMWE4M2IzOTVkNGEyM2E0NTE0ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9f6fe11-7ccd-49a8-bbc1-154230e01e13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTRkMmUzNmYzNTQwYTY0NjY4MmNhYzYwYWYwOWE3MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T07:27:40.064Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:40.064Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:40.064Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:40.064Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:41.065Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:41.066Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:41.066Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:41.066Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:42.067Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:42.068Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:42.068Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:42.069Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:43.071Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:43.072Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:43.072Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:43.072Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:44.073Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:44.074Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:44.074Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:44.075Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:45.077Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:45.077Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:45.078Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:45.078Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:46.079Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:46.079Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:46.080Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:46.080Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:27:47.081Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:27:47.082Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:47.082Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:47.083Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:27:48.085Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "41d0e3d0-33f6-4542-99ab-441cf7daef0f", "serviceDescription": "service", "serviceInvariantUUID": "afa158d9-e5fc-4b88-9da7-3138fb9e9bc7", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "efdca273-1298-467b-9aa7-0b82facae4f1", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "732b75d8-7342-47d6-b08d-0667ba15e4db", "resourceInvariantUUID": "ca5f1a6f-a05d-4199-ae24-7dfa313f0cbb", "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": "ZmMwOGRkNDk0MGQ5YTk2MTIxMjE1OTMzYTY2ZDQzMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dbba6f7-5b20-4b18-a49e-37dca30dc025", "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": "d386e4d6-b977-4eea-b8ae-b190c6ecda87", "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": "01921255-9605-4748-bd18-ac0d1e8fe54d", "generatedFromUUID": "d386e4d6-b977-4eea-b8ae-b190c6ecda87" }, "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": "01921255-9605-4748-bd18-ac0d1e8fe54d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTRkMmUzNmYzNTQwYTY0NjY4MmNhYzYwYWYwOWE3MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd" } ], "workloadContext": "Production" } 2023-01-17T07:27:48.086Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T07:27:48.086Z|156eb5ac-adc7-4389-9a94-49beb363a09b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41d0e3d0-33f6-4542-99ab-441cf7daef0f ASDC 2023-01-17T07:27:48.088Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:5f85d2ac-add7-4a99-a1c1-61b70961587e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:41d0e3d0-33f6-4542-99ab-441cf7daef0f ServiceInvariantUUID:afa158d9-e5fc-4b88-9da7-3138fb9e9bc7 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:d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd ArtifactChecksum:OTRkMmUzNmYzNTQwYTY0NjY4MmNhYzYwYWYwOWE3MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:efdca273-1298-467b-9aa7-0b82facae4f1 ResourceInvariantUUID:ca5f1a6f-a05d-4199-ae24-7dfa313f0cbb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:732b75d8-7342-47d6-b08d-0667ba15e4db 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:5dbba6f7-5b20-4b18-a49e-37dca30dc025 ArtifactChecksum:ZmMwOGRkNDk0MGQ5YTk2MTIxMjE1OTMzYTY2ZDQzMmY= 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:d386e4d6-b977-4eea-b8ae-b190c6ecda87 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:01921255-9605-4748-bd18-ac0d1e8fe54d 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:01921255-9605-4748-bd18-ac0d1e8fe54d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T07:27:48.088Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41d0e3d0-33f6-4542-99ab-441cf7daef0f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T07:27:48.184Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:27:48.185Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:27:48.185Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:27:48.186Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-17T07:27:48.186Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:27:48.187Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-17T07:27:48.314Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:27:48.324Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd 83006 2023-01-17T07:27:48.324Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:48.324Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:48.324Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:27:48.325Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:48.325Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:48.325Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940468324, "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-17T07:27:49.328Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:27:49.330Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:27:49.330Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d72c6e7d-8209-4bcf-80d7-34c3fd42bdfd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T07:27:49.331Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-17T07:27:49.331Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T07:27:49.331Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T07:27:49.548Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4237275596277871695/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-17T07:27:51.710Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.711Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.712Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.712Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||WARN|500||JTosca 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-17T07:27:51.712Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.712Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.712Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:27:51.714Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.714Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.714Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:51.715Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:27:51.716Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:27:51.717Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.717Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.717Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.718Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T07:27:51.718Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-17T07:27:51.718Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-17T07:27:51.718Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-17T07:27:51.718Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T07:27:51.719Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T07:27:51.719Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.719Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T07:27:51.719Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.719Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:51.720Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:51.720Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.720Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:51.720Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:51.720Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.721Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:51.721Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:51.721Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.722Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T07:27:51.722Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T07:27:51.722Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T07:27:51.722Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f5ef338-0a24-4052-8a3d-8e8a4da596ee 2023-01-17T07:27:51.723Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.723Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.723Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.723Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.724Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.724Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.724Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:51.724Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:51.724Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:41d0e3d0-33f6-4542-99ab-441cf7daef0f Model Version:NULL Model InvariantUuid:afa158d9-e5fc-4b88-9da7-3138fb9e9bc7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6d349936-06b7-4a21-8bce-618143be1d80 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ca5f1a6f-a05d-4199-ae24-7dfa313f0cbb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efdca273-1298-467b-9aa7-0b82facae4f1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8bf69e72-6338-47ac-bf63-d4673d142fd6 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:54b053fe-6caa-4009-80c6-17865c38e693 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1f5ef338-0a24-4052-8a3d-8e8a4da596ee ModelInvariantUuid:c9d44427-8456-45a7-ace0-5cc4b207e236 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8341a1eb-0fa8-4050-978c-08f010f02c11 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:433be9d9-83b5-42ab-bc93-89d7ea66372f ModelInvariantUuid:85e81166-c448-4e77-bdd1-fe6a1fd2023e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8018779f-0246-4b44-b8f9-a1ae70cc7e41 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-17T07:27:51.734Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 732b75d8-7342-47d6-b08d-0667ba15e4db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:27:51.737Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2023-01-17T07:27:51.738Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 732b75d8-7342-47d6-b08d-0667ba15e4db 2023-01-17T07:27:51.738Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5dbba6f7-5b20-4b18-a49e-37dca30dc025 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-17T07:27:51.738Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:27:51.738Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.796Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:27:51.796Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5dbba6f7-5b20-4b18-a49e-37dca30dc025 792 2023-01-17T07:27:51.796Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.797Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:51.797Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:27:51.797Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:51.797Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:51.798Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940471796, "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-17T07:27:52.806Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8bf69e72-6338-47ac-bf63-d4673d142fd6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54b053fe-6caa-4009-80c6-17865c38e693", "vfModuleModelCustomizationUUID": "9cf6dcd3-1a09-48db-b11d-18ffedbc099a", "isBase": true, "artifacts": [ "d386e4d6-b977-4eea-b8ae-b190c6ecda87", "01921255-9605-4748-bd18-ac0d1e8fe54d" ], "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-17T07:27:52.812Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54b053fe-6caa-4009-80c6-17865c38e693 VfModuleModelInvariantUUID:8bf69e72-6338-47ac-bf63-d4673d142fd6 VfModuleModelDescription:NULL Artifacts UUID List:{ d386e4d6-b977-4eea-b8ae-b190c6ecda87 , 01921255-9605-4748-bd18-ac0d1e8fe54d } 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-17T07:27:52.816Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8bf69e72-6338-47ac-bf63-d4673d142fd6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54b053fe-6caa-4009-80c6-17865c38e693", "vfModuleModelCustomizationUUID": "9cf6dcd3-1a09-48db-b11d-18ffedbc099a", "isBase": true, "artifacts": [ "d386e4d6-b977-4eea-b8ae-b190c6ecda87", "01921255-9605-4748-bd18-ac0d1e8fe54d" ], "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-17T07:27:52.816Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54b053fe-6caa-4009-80c6-17865c38e693 VfModuleModelInvariantUUID:8bf69e72-6338-47ac-bf63-d4673d142fd6 VfModuleModelDescription:NULL Artifacts UUID List:{ d386e4d6-b977-4eea-b8ae-b190c6ecda87 , 01921255-9605-4748-bd18-ac0d1e8fe54d } 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-17T07:27:52.817Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d386e4d6-b977-4eea-b8ae-b190c6ecda87 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-17T07:27:52.817Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:27:52.817Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:52.889Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:27:52.890Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d386e4d6-b977-4eea-b8ae-b190c6ecda87 5033 2023-01-17T07:27:52.890Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:52.890Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:52.890Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:27:52.891Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:52.891Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:52.892Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940472890, "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-17T07:27:53.894Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01921255-9605-4748-bd18-ac0d1e8fe54d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-17T07:27:53.894Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:27:53.895Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:53.956Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:27:53.957Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 01921255-9605-4748-bd18-ac0d1e8fe54d 903 2023-01-17T07:27:53.958Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:53.958Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:53.958Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:27:53.959Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:53.959Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:53.960Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940473958, "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-17T07:27:54.960Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 41d0e3d0-33f6-4542-99ab-441cf7daef0f 2023-01-17T07:27:54.961Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 732b75d8-7342-47d6-b08d-0667ba15e4db 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-17T07:27:54.979Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d556681, org.onap.sdc.toscaparser.api.parameters.Input@7138eaae, org.onap.sdc.toscaparser.api.parameters.Input@36d865f2, org.onap.sdc.toscaparser.api.parameters.Input@5f7537fa, org.onap.sdc.toscaparser.api.parameters.Input@19d233fb] 2023-01-17T07:27:54.982Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.982Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:54.983Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-17T07:27:54.983Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= efdca273-1298-467b-9aa7-0b82facae4f1 2023-01-17T07:27:54.983Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efdca273-1298-467b-9aa7-0b82facae4f1 matches Tosca VF Customization UUID: efdca273-1298-467b-9aa7-0b82facae4f1 2023-01-17T07:27:54.984Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: efdca273-1298-467b-9aa7-0b82facae4f1 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-17T07:27:54.987Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.987Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:54.988Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id efdca273-1298-467b-9aa7-0b82facae4f1: {\"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-17T07:27:54.989Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c37f65f 2023-01-17T07:27:54.989Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.990Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T07:27:54.990Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9cf6dcd3-1a09-48db-b11d-18ffedbc099a 2023-01-17T07:27:54.991Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9cf6dcd3-1a09-48db-b11d-18ffedbc099a 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-17T07:27:54.994Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.995Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:54.996Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:54.996Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.997Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:54.997Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:54.998Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:54.998Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T07:27:54.999Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T07:27:54.999Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T07:27:54.999Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f5ef338-0a24-4052-8a3d-8e8a4da596ee 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-17T07:27:55.005Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.005Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:55.006Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T07:27:55.007Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.007Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T07:27:55.007Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=efdca273-1298-467b-9aa7-0b82facae4f1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:27:55.010Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.011Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.012Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 41d0e3d0-33f6-4542-99ab-441cf7daef0f: basic_vm_macro 2023-01-17T07:27:55.012Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.012Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.013Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.013Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.014Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.014Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.015Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.015Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.016Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:27:55.016Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:27:55.017Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:55.151Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 732b75d8-7342-47d6-b08d-0667ba15e4db 1 ASDC deployResourceStructure 2023-01-17T07:27:55.152Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:55.152Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:55.152Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:27:55.153Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:55.153Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:55.154Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940475152, "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-17T07:27:56.155Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:56.155Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:56.156Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:27:56.156Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:56.156Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:56.157Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940476155, "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-17T07:27:57.162Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:57.162Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:57.163Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:27:57.163Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:57.163Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:57.164Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940477162, "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-17T07:27:58.166Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:58.166Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||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-17T07:27:58.167Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:27:58.169Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:27:58.169Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:27:58.170Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940478166, "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-17T07:27:59.171Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f85d2ac-add7-4a99-a1c1-61b70961587e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:27:59.193Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f85d2ac-add7-4a99-a1c1-61b70961587e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:27:59.203Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:27:59.203Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T07:27:59.203Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:59.204Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:27:59.205Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T07:27:59.221Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T07:28:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:28:03.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.006Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940361260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940371041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940372978, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:28:03.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:28:03.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:28:03.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673940373982, "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-17T07:28:03.019Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 708db346-aaa3-41f2-a815-163265e655db 2023-01-17T07:28:03.020Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 708db346-aaa3-41f2-a815-163265e655db 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-17T07:28:29.224Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f85d2ac-add7-4a99-a1c1-61b70961587e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T07:28:29.233Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f85d2ac-add7-4a99-a1c1-61b70961587e and serviceModelVersionId: 41d0e3d0-33f6-4542-99ab-441cf7daef0f 2023-01-17T07:28:29.233Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afa158d9-e5fc-4b88-9da7-3138fb9e9bc7 2023-01-17T07:28:29.234Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0 2023-01-17T07:28:29.240Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T07:28:29.310Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0 with 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-17T07:28:29.316Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0|INFO|500||Invoke 2023-01-17T07:28:29.349Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T07:28:29.496Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0|INFO|500||InvokeReturn 2023-01-17T07:28:29.502Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa158d9-e5fc-4b88-9da7-3138fb9e9bc7/model-vers/model-ver/41d0e3d0-33f6-4542-99ab-441cf7daef0f?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 07:28:29 GMT], content-length=[0], vertex-id=[446552], x-aai-txid=[2-aai-resources-230117-07:28:29:114-37545], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T07:28:29.503Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T07:28:29.504Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T07:28:29.504Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:28:29.511Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.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-17T07:28:29.512Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f85d2ac-add7-4a99-a1c1-61b70961587e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T07:28:29.512Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T07:28:29.512Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:29.512Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:29.512Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940509512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T07:28:30.532Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T07:28:30.532Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"708db346-aaa3-41f2-a815-163265e655db","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"49acbdd8-214d-497b-9997-ba7ce8e6cef8","serviceDescription":"service","serviceInvariantUUID":"e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e84fd347-3f91-4f5e-8b08-fd32fc65887b","resourceInvariantUUID":"863f3e96-798f-4e81-a291-1b12c3d5cfda","resourceCustomizationUUID":"8dad5a22-22d4-4cd1-b10e-1986298ce4d5","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":"NzVjNjBiZTA1MTJhOTUxOGFkY2Q0MjkxOWNmMzA0Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1b6989a-bcc9-4762-8074-b60d0c1d3583","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":"eace922d-fdd4-4edc-ab58-26a984714374","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":"eb3700d7-3343-4c33-9313-9be0a3e36d09","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":"ZGFmNzRlZWU0MWRhZmQzM2ZhZGU3YjMxODZjZjRiMWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"716f2535-b26a-42c2-a84a-849ea9baa897","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":"7b98b474-26b3-49d3-ba70-e68eaeced388","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":"23889363-6092-4749-a4a1-806a7dd43977","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":"22fc8cda-f1e5-4a1e-be75-f83ddcc22bca","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":"NzAyNjk2ZDM1YmJiYWU0OTg0MzFlOWI0ZDlkMTJmMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86ce08d3-5dbb-4025-83e2-50c5e774679d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDYzYzQ5ZTBlZjJiZWZiMzVlYjkxNjY5Yzk5YmUzNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5674a61a-f7d5-44bd-97de-6bbe2df8e155","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T07:28:30.533Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:30.533Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:30.534Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:30.534Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:31.535Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:31.536Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:31.536Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:31.536Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:32.538Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:32.538Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:32.538Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:32.539Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:33.542Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:33.542Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:33.542Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:33.542Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:34.543Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:34.544Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:34.544Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:34.544Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:35.545Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:35.546Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:35.546Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:35.546Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:36.547Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:36.547Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:36.548Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:36.548Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:37.549Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:37.549Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:37.550Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:37.550Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "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-17T07:28:38.551Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T07:28:38.552Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:38.552Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:38.552Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:28:39.553Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "49acbdd8-214d-497b-9997-ba7ce8e6cef8", "serviceDescription": "service", "serviceInvariantUUID": "e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8dad5a22-22d4-4cd1-b10e-1986298ce4d5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e84fd347-3f91-4f5e-8b08-fd32fc65887b", "resourceInvariantUUID": "863f3e96-798f-4e81-a291-1b12c3d5cfda", "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": "ZDYzYzQ5ZTBlZjJiZWZiMzVlYjkxNjY5Yzk5YmUzNDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5674a61a-f7d5-44bd-97de-6bbe2df8e155" } ], "workloadContext": "Production" } 2023-01-17T07:28:39.553Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T07:28:39.554Z|5f85d2ac-add7-4a99-a1c1-61b70961587e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 49acbdd8-214d-497b-9997-ba7ce8e6cef8 ASDC 2023-01-17T07:28:39.554Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:708db346-aaa3-41f2-a815-163265e655db ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:49acbdd8-214d-497b-9997-ba7ce8e6cef8 ServiceInvariantUUID:e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a 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:5674a61a-f7d5-44bd-97de-6bbe2df8e155 ArtifactChecksum:ZDYzYzQ5ZTBlZjJiZWZiMzVlYjkxNjY5Yzk5YmUzNDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8dad5a22-22d4-4cd1-b10e-1986298ce4d5 ResourceInvariantUUID:863f3e96-798f-4e81-a291-1b12c3d5cfda ResourceName:test-pnf ResourceType:PNF ResourceUUID:e84fd347-3f91-4f5e-8b08-fd32fc65887b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-17T07:28:39.554Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49acbdd8-214d-497b-9997-ba7ce8e6cef8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-17T07:28:39.600Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:28:39.601Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:28:39.601Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:28:39.602Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5674a61a-f7d5-44bd-97de-6bbe2df8e155 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-17T07:28:39.602Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-17T07:28:39.602Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-17T07:28:39.724Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-17T07:28:39.732Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5674a61a-f7d5-44bd-97de-6bbe2df8e155 111099 2023-01-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:39.733Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940519733, "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-17T07:28:40.734Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T07:28:40.735Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-17T07:28:40.735Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5674a61a-f7d5-44bd-97de-6bbe2df8e155, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T07:28:40.736Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-17T07:28:40.736Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T07:28:40.736Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T07:28:40.908Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7860287119115498883/Definitions/service-TestPnfMacro-template.yml 2023-01-17T07:28:42.061Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||WARN|500||JTosca 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-17T07:28:42.062Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-17T07:28:42.063Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.063Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.063Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-17T07:28:42.063Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-17T07:28:42.064Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T07:28:42.065Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.065Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.065Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.065Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.065Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.066Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.066Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.066Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.066Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.066Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.067Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:49acbdd8-214d-497b-9997-ba7ce8e6cef8 Model Version:NULL Model InvariantUuid:e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a 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-17T07:28:42.085Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e84fd347-3f91-4f5e-8b08-fd32fc65887b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:28:42.089Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||test-pnf 0 2023-01-17T07:28:42.089Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e84fd347-3f91-4f5e-8b08-fd32fc65887b 2023-01-17T07:28:42.090Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 49acbdd8-214d-497b-9997-ba7ce8e6cef8 2023-01-17T07:28:42.090Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 49acbdd8-214d-497b-9997-ba7ce8e6cef8 2023-01-17T07:28:42.090Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e84fd347-3f91-4f5e-8b08-fd32fc65887b 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-17T07:28:42.102Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@294692e, org.onap.sdc.toscaparser.api.parameters.Input@50ac2cb4, org.onap.sdc.toscaparser.api.parameters.Input@2a341b03, org.onap.sdc.toscaparser.api.parameters.Input@78766ed1, org.onap.sdc.toscaparser.api.parameters.Input@590aa5e8] 2023-01-17T07:28:42.103Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.103Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.103Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 49acbdd8-214d-497b-9997-ba7ce8e6cef8: test-pnf 2023-01-17T07:28:42.104Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Processing PNF resource: e84fd347-3f91-4f5e-8b08-fd32fc65887b 2023-01-17T07:28:42.104Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T07:28:42.105Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T07:28:42.105Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Resource customization UUID: 8dad5a22-22d4-4cd1-b10e-1986298ce4d5 is the same as notified resource customizationUUID: 8dad5a22-22d4-4cd1-b10e-1986298ce4d5 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-17T07:28:42.173Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e84fd347-3f91-4f5e-8b08-fd32fc65887b 0 ASDC deployResourceStructure 2023-01-17T07:28:42.173Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.174Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||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-17T07:28:42.174Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T07:28:42.174Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:28:42.174Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:28:42.174Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940522173, "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-17T07:28:43.175Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 708db346-aaa3-41f2-a815-163265e655db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:28:43.192Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 708db346-aaa3-41f2-a815-163265e655db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-17T07:28:43.198Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T07:28:43.199Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T07:28:43.200Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T07:28:43.208Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T07:29:03.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:29:03.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.006Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "156eb5ac-adc7-4389-9a94-49beb363a09b", "consumerID": "SO-sdc-controller", "timestamp": 1673940459026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.008Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T07:29:03.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940468324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940471796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940472890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T07:29:03.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940473958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940475152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940476155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940477162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T07:29:03.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:03.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T07:29:03.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940478166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:29:03.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:29:13.209Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 708db346-aaa3-41f2-a815-163265e655db and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-17T07:29:13.220Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 708db346-aaa3-41f2-a815-163265e655db and serviceModelVersionId: 49acbdd8-214d-497b-9997-ba7ce8e6cef8 2023-01-17T07:29:13.220Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a 2023-01-17T07:29:13.221Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0 2023-01-17T07:29:13.227Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T07:29:13.277Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0 with 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-17T07:29:13.279Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0|INFO|500||Invoke 2023-01-17T07:29:13.305Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T07:29:13.502Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0|INFO|500||InvokeReturn 2023-01-17T07:29:13.502Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4ff7b70-4eb3-4f92-a375-a5b6dd07ac9a/model-vers/model-ver/49acbdd8-214d-497b-9997-ba7ce8e6cef8?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 07:29:13 GMT], content-length=[0], vertex-id=[254024], x-aai-txid=[1-aai-resources-230117-07:29:13:076-9890], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T07:29:13.505Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T07:29:13.506Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T07:29:13.506Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-17T07:29:13.514Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.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-17T07:29:13.515Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 708db346-aaa3-41f2-a815-163265e655db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T07:29:13.515Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T07:29:13.515Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-17T07:29:13.515Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-17T07:29:13.516Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940553515, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-17T07:29:14.533Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:30:03.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:30:03.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5f85d2ac-add7-4a99-a1c1-61b70961587e", "consumerID": "SO-sdc-controller", "timestamp": 1673940509512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T07:30:03.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T07:30:03.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940460052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940519733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940522173, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T07:30:03.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:30:14.540Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:31:03.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:31:03.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-17T07:31:03.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "708db346-aaa3-41f2-a815-163265e655db", "consumerID": "SO-sdc-controller", "timestamp": 1673940553515, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T07:31:03.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T07:31:14.542Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:32:03.011Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:32:14.544Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:33:03.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:33:14.546Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:34:03.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:34:14.547Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:35:03.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:35:14.547Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:36:03.017Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:36:14.548Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:37:03.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:37:14.549Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:38:03.020Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:38:14.550Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:39:03.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:39:14.552Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:40:03.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:40:14.553Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:41:03.023Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:41:14.555Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:42:03.023Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:42:14.555Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:43:03.025Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:43:14.557Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:44:03.026Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:44:14.558Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:45:03.027Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:45:14.559Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:46:03.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:46:14.560Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:47:03.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:47:14.562Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:48:03.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:48:14.563Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:49:03.032Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:49:14.564Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:50:03.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:50:14.565Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:51:03.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:51:14.566Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:52:03.037Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:52:14.566Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:53:03.039Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:53:14.567Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:54:03.040Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:54:14.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:55:03.040Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:55:14.569Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:56:03.041Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:56:14.571Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:57:03.042Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:57:14.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:58:03.043Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:58:14.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T07:59:03.044Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T07:59:14.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:00:03.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:00:14.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:01:03.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:01:14.577Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:02:03.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:02:14.579Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:03:03.052Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:03:14.580Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:04:03.054Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:04:14.580Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:05:03.055Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:05:14.582Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:06:03.056Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:06:14.582Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:07:03.058Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:07:14.585Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:08:03.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:08:14.586Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:09:03.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:09:14.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:10:03.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:10:14.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:11:03.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:11:14.589Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:12:03.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:12:14.590Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:13:03.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:13:14.591Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:14:03.069Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:14:14.592Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:15:03.071Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:15:14.593Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:16:03.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:16:14.595Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:17:03.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:17:14.597Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:18:03.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:18:14.598Z|2ffa3cea-6199-4fe2-9594-229d1969ba0e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:19:03.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:19:14.599Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:20:03.079Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:20:14.599Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:21:03.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:21:14.601Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:22:03.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:22:14.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:23:03.085Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:23:14.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:24:03.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:24:14.603Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:25:03.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:25:14.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:26:03.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:26:14.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:27:03.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:27:14.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:28:03.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:28:14.607Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:29:03.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:29:14.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:30:03.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:30:14.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:31:03.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:31:14.609Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:32:03.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:32:14.611Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:33:03.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:33:14.612Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:34:03.097Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:34:14.618Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:35:03.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:35:14.622Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-17T08:36:03.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-17T08:36:14.623Z|708db346-aaa3-41f2-a815-163265e655db|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO