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-13T05:40:10.249Z||main|||||INFO|500||The following profiles are active: basic 2023-01-13T05:40:32.008Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-13T05:40:32.010Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-13T05:40:32.258Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-13T05:40:40.734Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-13T05:40:41.946Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-13T05:40:42.984Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-13T05:40:43.603Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-13T05:40:44.713Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-13T05:40:49.030Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-13T05:40:50.076Z||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-13T05:40:55.271Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-13T05:40:55.584Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-13T05:40:55.630Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-13T05:40:55.649Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-13T05:40:56.601Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-13T05:40:57.498Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-13T05:40:59.182Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-13T05:40:59.221Z||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$$dc950ffa.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-13T05:40:59.223Z||main|||||WARN|500||The sdc end point is not alive 2023-01-13T05:41:04.577Z||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-13T05:41:10.114Z||main|||||WARN|500||--- 2023-01-13T05:41:10.115Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-13T05:41:10.116Z||main|||||WARN|500||--- 2023-01-13T05:41:11.011Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-13T05:41:21.940Z||main|||||INFO|500||Started Application in 77.43 seconds (JVM running for 81.195) 2023-01-13T05:41:21.999Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-13T05:41:22.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-13T05:41:22.045Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-13T05:41:22.266Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3b67cd13-f40e-43bf-b7fb-ff1ec26326c3 url= /sdc/v1/artifactTypes 2023-01-13T05:41:22.369Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-13T05:41:23.118Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-13T05:41:23.274Z||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-13T05:41:23.275Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-13T05:41:23.276Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 88034323-d33e-4a35-ae21-e0c34475d9e2 url= /sdc/v1/distributionKafkaData 2023-01-13T05:41:23.276Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-13T05:41:23.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-13T05:41:23.370Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@638bde1b 2023-01-13T05:41:23.585Z||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-3d642a5b-6659-42d8-beb3-21985493c459 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-13T05:41:23.744Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Instantiated an idempotent producer. 2023-01-13T05:41:24.021Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-13T05:41:24.212Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-13T05:41:24.213Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-13T05:41:24.214Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673588484199 2023-01-13T05:41:24.242Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-13T05:41:24.297Z||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-41d05e52-8e09-4869-89a9-117a20e929bd 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-13T05:41:24.508Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-13T05:41:24.509Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-13T05:41:24.511Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673588484508 2023-01-13T05:41:24.514Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:41:24.533Z||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-5f528a48-37a1-4e51-8f2a-4886d64b359a 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-13T05:41:24.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:41:24.591Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-13T05:41:24.592Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-13T05:41:24.592Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673588484591 2023-01-13T05:41:24.593Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:41:24.601Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:41:24.617Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-13T05:41:26.223Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Cluster ID: hHdv1fP7RomQMxcEXhI1hQ 2023-01-13T05:41:26.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.226Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] ProducerId set to 1004 with epoch 0 2023-01-13T05:41:26.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.227Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.227Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 3Vnz8RFPSZy5awD1Z84IGw 2023-01-13T05:41:26.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:26.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Cluster ID: hHdv1fP7RomQMxcEXhI1hQ 2023-01-13T05:41:26.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Cluster ID: hHdv1fP7RomQMxcEXhI1hQ 2023-01-13T05:41:26.240Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-13T05:41:26.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-13T05:41:26.314Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] (Re-)joining group 2023-01-13T05:41:26.318Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] (Re-)joining group 2023-01-13T05:41:26.426Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd-d63301f4-4b3c-415f-81d2-df946ae7b822 2023-01-13T05:41:26.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:26.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] (Re-)joining group 2023-01-13T05:41:26.427Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a-997ba69b-71ad-431b-82e5-a035db757394 2023-01-13T05:41:26.429Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:26.430Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] (Re-)joining group 2023-01-13T05:41:32.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd-d63301f4-4b3c-415f-81d2-df946ae7b822', protocol='range'} 2023-01-13T05:41:32.440Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a-997ba69b-71ad-431b-82e5-a035db757394', protocol='range'} 2023-01-13T05:41:32.566Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.567Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.567Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.568Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.568Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.568Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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 7A1aS5EhQ0ujfAit9-leww 2023-01-13T05:41:32.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd-d63301f4-4b3c-415f-81d2-df946ae7b822=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a-997ba69b-71ad-431b-82e5-a035db757394=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-13T05:41:32.603Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a-997ba69b-71ad-431b-82e5-a035db757394', protocol='range'} 2023-01-13T05:41:32.605Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.611Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd-d63301f4-4b3c-415f-81d2-df946ae7b822', protocol='range'} 2023-01-13T05:41:32.616Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.617Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.616Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.639Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-13T05:41:32.640Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-13T05:41:32.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-13T05:41:32.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-13T05:41:32.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-13T05:41:32.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-13T05:41:32.646Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-13T05:41:32.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-13T05:41:32.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-13T05:41:32.648Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-13T05:41:32.648Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-13T05:41:32.649Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-13T05:41:32.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.830Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.852Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.853Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, 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-13T05:41:32.880Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.881Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.886Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.887Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.908Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:41:32.909Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, 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-13T05:42:24.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:42:24.604Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:43:24.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:43:24.611Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:44:24.563Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:44:24.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:45:24.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:45:24.617Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:46:24.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:46:24.619Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:47:24.571Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:47:24.621Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:48:24.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:48:24.622Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:49:24.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:49:24.623Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:50:05.876Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-13T05:50:24.575Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:50:24.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:50:26.379Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5f528a48-37a1-4e51-8f2a-4886d64b359a, groupId=so] Node -1 disconnected. 2023-01-13T05:50:26.379Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-41d05e52-8e09-4869-89a9-117a20e929bd, groupId=so] Node -1 disconnected. 2023-01-13T05:50:26.448Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Node -1 disconnected. 2023-01-13T05:51:24.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:51:24.629Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:52:24.578Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:52:24.631Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:53:24.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:53:24.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:54:24.585Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:54:24.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:55:24.588Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:55:24.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:56:24.590Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:56:24.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:57:24.592Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:57:24.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:58:24.593Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:58:24.658Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T05:59:24.594Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T05:59:24.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:00:24.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:00:24.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:01:24.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:01:24.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:02:24.599Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:02:24.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:03:24.601Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:03:24.665Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:04:24.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:04:24.668Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:05:24.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:05:24.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:06:24.606Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:06:24.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:07:24.608Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:07:24.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:08:24.608Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:08:24.676Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:09:24.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:09:24.678Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:10:24.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:10:24.683Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:11:24.614Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:11:24.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:12:24.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:12:24.686Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:13:24.619Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:13:24.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:14:24.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:14:24.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:15:24.623Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:15:24.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:16:24.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:16:24.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:17:24.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:17:24.691Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:18:24.631Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:18:24.693Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:19:24.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:19:24.694Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:20:24.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:20:24.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:21:24.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:21:24.698Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:22:24.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:22:24.699Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:23:24.639Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:23:24.701Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:24:24.640Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:24:24.702Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:25:24.642Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:25:24.702Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:26:24.644Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:26:24.704Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:27:24.646Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:27:24.705Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:28:24.646Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:28:24.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:29:24.648Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:29:24.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:30:24.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:30:24.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:31:24.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:31:24.710Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:32:24.652Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:32:24.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:33:24.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:33:24.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:34:24.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:34:24.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:35:24.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:35:24.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:36:24.659Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:36:24.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:37:24.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:37:24.801Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:38:24.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:38:24.804Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:39:24.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:39:24.805Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:40:24.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:40:24.806Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:41:24.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:41:24.806Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:42:24.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:42:24.811Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:43:24.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:43:24.813Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:44:24.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:44:24.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:45:24.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:45:24.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:46:24.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:46:24.817Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:24.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:47:24.819Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:39.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-13T06:47:39.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"cac303e5-7e97-4a12-a676-d2dbfd61c88c","serviceName":"basic_onboard_obaBEI","serviceVersion":"1.0","serviceUUID":"b5d81311-600f-40c3-8815-6ba77e130141","serviceDescription":"service","serviceInvariantUUID":"76127645-0db4-43e3-a97d-54e48cb2dea7","resources":[{"resourceInstanceName":"basic_onboard_obaBEI 0","resourceName":"basic_onboard_obaBEI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"155ee3d2-9e32-44e8-9e11-61fdd6241e6d","resourceInvariantUUID":"5458c52f-0a2e-482b-bb96-8d0665a66967","resourceCustomizationUUID":"b28007a6-4993-4238-a9f3-7791f1865193","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml","artifactChecksum":"MWM0NWNlOGU3ZDExNjUwYWQ4Zjg4MzU2Y2FhNGM1YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8694feee-3432-474a-a3bd-ee777586d75b","artifactVersion":"1"},{"artifactName":"basic_onboard_obabei0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json","artifactChecksum":"ODA3MDM0ZWEzYmJhYjAzYjI1MGY4M2I4NGZjZjM3ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3b27f53-8a37-415b-9129-0a509bf888b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad514dab-adec-47c3-b1ef-dd1ae89a9284","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e020011f-7e64-4085-b11b-5e653a24ceb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5fbdb563-c2d9-474a-bc40-e6dd411e69d8","artifactVersion":"2","generatedFromUUID":"ad514dab-adec-47c3-b1ef-dd1ae89a9284"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardObabei-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml","artifactChecksum":"MGEzYTAyMzUxZGI3YmM4ZTE0MDRiMzc0ZDJlZmQ1NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0589c007-6f01-4b03-9472-68f0cbaaf470","artifactVersion":"1"},{"artifactName":"service-BasicOnboardObabei-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar","artifactChecksum":"ZjhiNjUwNGVlOTY1MTM3MTFkMzViZTAxZGE5ZjkwNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d0c8d99-db63-48b1-bbec-a634aa9a95e3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T06:47:39.877Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:39.894Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:39.895Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:39.895Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:39.904Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.905Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.906Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.906Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.906Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.906Z||kafka-producer-network-thread | SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3d642a5b-6659-42d8-beb3-21985493c459] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7A1aS5EhQ0ujfAit9-leww 2023-01-13T06:47:39.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:47:39.974Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:47:40.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:47:40.952Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:40.952Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:40.952Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:40.953Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:41.961Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:41.962Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:41.963Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:41.963Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:42.964Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:42.965Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:42.965Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:42.966Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:43.968Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:43.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:43.969Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:43.970Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:44.971Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:44.972Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:44.972Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:44.972Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:45.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:47:45.976Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:45.977Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:45.977Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:46.986Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "serviceName": "basic_onboard_obaBEI", "serviceVersion": "1.0", "serviceUUID": "b5d81311-600f-40c3-8815-6ba77e130141", "serviceDescription": "service", "serviceInvariantUUID": "76127645-0db4-43e3-a97d-54e48cb2dea7", "resources": [ { "resourceInstanceName": "basic_onboard_obaBEI 0", "resourceCustomizationUUID": "b28007a6-4993-4238-a9f3-7791f1865193", "resourceName": "basic_onboard_obaBEI", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "155ee3d2-9e32-44e8-9e11-61fdd6241e6d", "resourceInvariantUUID": "5458c52f-0a2e-482b-bb96-8d0665a66967", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_obabei0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "artifactChecksum": "ODA3MDM0ZWEzYmJhYjAzYjI1MGY4M2I4NGZjZjM3ZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3b27f53-8a37-415b-9129-0a509bf888b9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ad514dab-adec-47c3-b1ef-dd1ae89a9284", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5fbdb563-c2d9-474a-bc40-e6dd411e69d8", "generatedFromUUID": "ad514dab-adec-47c3-b1ef-dd1ae89a9284" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5fbdb563-c2d9-474a-bc40-e6dd411e69d8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardObabei-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "artifactChecksum": "ZjhiNjUwNGVlOTY1MTM3MTFkMzViZTAxZGE5ZjkwNGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d0c8d99-db63-48b1-bbec-a634aa9a95e3" } ], "workloadContext": "Production" } 2023-01-13T06:47:46.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T06:47:46.988Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5d81311-600f-40c3-8815-6ba77e130141 ASDC 2023-01-13T06:47:47.193Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:cac303e5-7e97-4a12-a676-d2dbfd61c88c ServiceName:basic_onboard_obaBEI ServiceVersion:1.0 ServiceUUID:b5d81311-600f-40c3-8815-6ba77e130141 ServiceInvariantUUID:76127645-0db4-43e3-a97d-54e48cb2dea7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardObabei-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar ArtifactUUID:2d0c8d99-db63-48b1-bbec-a634aa9a95e3 ArtifactChecksum:ZjhiNjUwNGVlOTY1MTM3MTFkMzViZTAxZGE5ZjkwNGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_obaBEI 0 ResourceCustomizationUUID:b28007a6-4993-4238-a9f3-7791f1865193 ResourceInvariantUUID:5458c52f-0a2e-482b-bb96-8d0665a66967 ResourceName:basic_onboard_obaBEI ResourceType:VF ResourceUUID:155ee3d2-9e32-44e8-9e11-61fdd6241e6d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_obabei0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json ArtifactUUID:d3b27f53-8a37-415b-9129-0a509bf888b9 ArtifactChecksum:ODA3MDM0ZWEzYmJhYjAzYjI1MGY4M2I4NGZjZjM3ZjM= 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/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml ArtifactUUID:ad514dab-adec-47c3-b1ef-dd1ae89a9284 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/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env ArtifactUUID:5fbdb563-c2d9-474a-bc40-e6dd411e69d8 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/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env ArtifactUUID:5fbdb563-c2d9-474a-bc40-e6dd411e69d8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T06:47:47.194Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5d81311-600f-40c3-8815-6ba77e130141 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T06:47:47.752Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T06:47:47.754Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-13T06:47:47.760Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-13T06:47:47.762Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2d0c8d99-db63-48b1-bbec-a634aa9a95e3 from URL: /sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:47.762Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-13T06:47:47.764Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:47.967Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-13T06:47:48.014Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar 2d0c8d99-db63-48b1-bbec-a634aa9a95e3 75662 2023-01-13T06:47:48.016Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar ASDC sendASDCNotification 2023-01-13T06:47:48.016Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:48.017Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:47:48.019Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:48.019Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:48.020Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592468015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:49.022Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T06:47:49.023Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-13T06:47:49.024Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2d0c8d99-db63-48b1-bbec-a634aa9a95e3, URL: /sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar to file: /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:49.025Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:49.185Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:49.186Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:50.252Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11493804266350458197/Definitions/service-BasicOnboardObabei-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-13T06:47:53.669Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T06:47:53.680Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-13T06:47:53.682Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.682Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-13T06:47:53.682Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.682Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.683Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_obaBEI 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-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.683Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.683Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.683Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.683Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardObabei-csar.csar 2023-01-13T06:47:53.684Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-13T06:47:53.696Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.699Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.708Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:53.708Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-13T06:47:53.712Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T06:47:53.715Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.715Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.715Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:53.716Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-13T06:47:53.716Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T06:47:53.717Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.717Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.723Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.723Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is not matching search criteria 2023-01-13T06:47:53.724Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-13T06:47:53.724Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-13T06:47:53.724Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-13T06:47:53.724Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-13T06:47:53.725Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T06:47:53.725Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.725Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T06:47:53.727Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.728Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:53.728Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:53.729Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.729Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:53.729Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:53.730Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.730Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:53.730Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:53.731Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.731Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is not matching search criteria 2023-01-13T06:47:53.731Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-13T06:47:53.732Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-13T06:47:53.732Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=510bbb11-99a4-4fdb-8399-5adead07f823 2023-01-13T06:47:53.732Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.733Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.733Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.733Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.733Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.734Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.734Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:53.734Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:53.735Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_obaBEI Description:service Model UUID:b5d81311-600f-40c3-8815-6ba77e130141 Model Version:NULL Model InvariantUuid:76127645-0db4-43e3-a97d-54e48cb2dea7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_obaBEI Model UUID:d8ecb29c-a118-40d9-bcf8-f2e3e1c8fddd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5458c52f-0a2e-482b-bb96-8d0665a66967 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b28007a6-4993-4238-a9f3-7791f1865193 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:43f21ee1-d17f-42e5-9952-691cb7b8c5c9 ModelName:BasicOnboardObabei..base_ubuntu18..module-0 ModelUuid:d3a21b0b-30c2-43df-a173-a15241db124e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:510bbb11-99a4-4fdb-8399-5adead07f823 ModelInvariantUuid:21339aa0-a22c-4f25-8454-e274c0a6cf79 ModelName:basic_onboard_obaBEI-nodes.ubuntu18Cvfc ModelUuid:63384974-143a-44f1-803e-d495eff7e9dc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c4f39e5e-a8ed-401f-8a74-2f0426e17a30 ModelInvariantUuid:a2a51ede-b054-4680-9e07-8899b1680a3f ModelName:BasicOnboardObabei.compute.nodes.heat.ubuntu18 ModelUuid:2514fc4a-85d2-4c3e-a895-31acd4fd59c0 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-13T06:47:53.783Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 155ee3d2-9e32-44e8-9e11-61fdd6241e6d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T06:47:53.985Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||basic_onboard_obaBEI 0 2023-01-13T06:47:53.999Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 155ee3d2-9e32-44e8-9e11-61fdd6241e6d 2023-01-13T06:47:54.000Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3b27f53-8a37-415b-9129-0a509bf888b9 from URL: /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json 2023-01-13T06:47:54.000Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-13T06:47:54.001Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json 2023-01-13T06:47:54.103Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-13T06:47:54.106Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json d3b27f53-8a37-415b-9129-0a509bf888b9 798 2023-01-13T06:47:54.108Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json ASDC sendASDCNotification 2023-01-13T06:47:54.109Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json 2023-01-13T06:47:54.109Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:47:54.110Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:54.111Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:54.112Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592474108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:55.115Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardObabei..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "43f21ee1-d17f-42e5-9952-691cb7b8c5c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a21b0b-30c2-43df-a173-a15241db124e", "vfModuleModelCustomizationUUID": "2952b989-8d90-4cf0-8c17-aba8d6cf11a7", "isBase": true, "artifacts": [ "ad514dab-adec-47c3-b1ef-dd1ae89a9284", "5fbdb563-c2d9-474a-bc40-e6dd411e69d8" ], "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-13T06:47:55.150Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardObabei..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a21b0b-30c2-43df-a173-a15241db124e VfModuleModelInvariantUUID:43f21ee1-d17f-42e5-9952-691cb7b8c5c9 VfModuleModelDescription:NULL Artifacts UUID List:{ ad514dab-adec-47c3-b1ef-dd1ae89a9284 , 5fbdb563-c2d9-474a-bc40-e6dd411e69d8 } 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-13T06:47:55.156Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardObabei..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "43f21ee1-d17f-42e5-9952-691cb7b8c5c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a21b0b-30c2-43df-a173-a15241db124e", "vfModuleModelCustomizationUUID": "2952b989-8d90-4cf0-8c17-aba8d6cf11a7", "isBase": true, "artifacts": [ "ad514dab-adec-47c3-b1ef-dd1ae89a9284", "5fbdb563-c2d9-474a-bc40-e6dd411e69d8" ], "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-13T06:47:55.157Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardObabei..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a21b0b-30c2-43df-a173-a15241db124e VfModuleModelInvariantUUID:43f21ee1-d17f-42e5-9952-691cb7b8c5c9 VfModuleModelDescription:NULL Artifacts UUID List:{ ad514dab-adec-47c3-b1ef-dd1ae89a9284 , 5fbdb563-c2d9-474a-bc40-e6dd411e69d8 } 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-13T06:47:55.157Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad514dab-adec-47c3-b1ef-dd1ae89a9284 from URL: /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml 2023-01-13T06:47:55.157Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-13T06:47:55.157Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml 2023-01-13T06:47:55.277Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-13T06:47:55.278Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml ad514dab-adec-47c3-b1ef-dd1ae89a9284 5033 2023-01-13T06:47:55.279Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-13T06:47:55.279Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml 2023-01-13T06:47:55.281Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:47:55.282Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:55.282Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:55.282Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592475279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:56.284Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5fbdb563-c2d9-474a-bc40-e6dd411e69d8 from URL: /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env 2023-01-13T06:47:56.284Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-13T06:47:56.284Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env 2023-01-13T06:47:56.354Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-13T06:47:56.355Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env 5fbdb563-c2d9-474a-bc40-e6dd411e69d8 909 2023-01-13T06:47:56.356Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-13T06:47:56.356Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env 2023-01-13T06:47:56.358Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:47:56.358Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:56.359Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:56.359Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592476356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:57.360Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b5d81311-600f-40c3-8815-6ba77e130141 2023-01-13T06:47:57.360Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_obaBEI 0 155ee3d2-9e32-44e8-9e11-61fdd6241e6d 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-13T06:47:57.421Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bee97a3, org.onap.sdc.toscaparser.api.parameters.Input@367e7b21, org.onap.sdc.toscaparser.api.parameters.Input@3453145d, org.onap.sdc.toscaparser.api.parameters.Input@25c937aa, org.onap.sdc.toscaparser.api.parameters.Input@5ae5ff3f] 2023-01-13T06:47:57.429Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.430Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.430Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-13T06:47:57.431Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b28007a6-4993-4238-a9f3-7791f1865193 2023-01-13T06:47:57.431Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b28007a6-4993-4238-a9f3-7791f1865193 matches Tosca VF Customization UUID: b28007a6-4993-4238-a9f3-7791f1865193 2023-01-13T06:47:57.431Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b28007a6-4993-4238-a9f3-7791f1865193 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-13T06:47:57.444Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.444Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.447Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b28007a6-4993-4238-a9f3-7791f1865193: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-13T06:47:57.447Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6df271c5 2023-01-13T06:47:57.447Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.448Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T06:47:57.449Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2952b989-8d90-4cf0-8c17-aba8d6cf11a7 2023-01-13T06:47:57.451Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2952b989-8d90-4cf0-8c17-aba8d6cf11a7 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-13T06:47:57.471Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.473Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:57.473Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:57.476Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.477Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:57.478Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:57.479Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.480Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is not matching search criteria 2023-01-13T06:47:57.480Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-13T06:47:57.481Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-13T06:47:57.483Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=510bbb11-99a4-4fdb-8399-5adead07f823 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-13T06:47:57.495Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.495Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:57.496Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:47:57.496Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.497Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_obaBEI 0 is matching search criteria 2023-01-13T06:47:57.497Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_obaBEI 0] matching following query criteria: sdcType=VF, customizationUUID=b28007a6-4993-4238-a9f3-7791f1865193 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T06:47:57.500Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.500Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.501Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b5d81311-600f-40c3-8815-6ba77e130141: basic_onboard_obaBEI 2023-01-13T06:47:57.501Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.501Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.501Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.502Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.502Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.502Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.502Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.503Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.503Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:47:57.503Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_obaBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:47:57.503Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_obaBEI 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-13T06:47:57.816Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_obaBEI 155ee3d2-9e32-44e8-9e11-61fdd6241e6d 1 ASDC deployResourceStructure 2023-01-13T06:47:57.817Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json ASDC sendASDCNotification 2023-01-13T06:47:57.817Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json 2023-01-13T06:47:57.817Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:47:57.818Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:57.818Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:57.818Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592477817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:58.820Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-13T06:47:58.820Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml 2023-01-13T06:47:58.821Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:47:58.821Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:58.822Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:58.823Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592478820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:47:59.824Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-13T06:47:59.825Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env 2023-01-13T06:47:59.825Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:47:59.826Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:47:59.826Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:47:59.827Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592479824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:48:00.828Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar ASDC sendASDCNotification 2023-01-13T06:48:00.829Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar 2023-01-13T06:48:00.829Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:48:00.830Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:48:00.830Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:48:00.830Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592480828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:48:01.832Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:48:01.896Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:48:01.902Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:48:01.903Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:48:01.903Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:48:24.597Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:48:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:48:24.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:48:24.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:48:31.904Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:48:31.921Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:48:31.926Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:48:31.926Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:48:31.926Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:49:01.926Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:49:01.939Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:49:01.942Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:49:01.943Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:49:01.943Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:49:24.596Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:49:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOTIFIED" } 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.608Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.608Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOTIFIED" } 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-13T06:49:24.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-13T06:49:24.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.614Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.614Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.615Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.618Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.620Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.620Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.621Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.622Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.623Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.625Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592452747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "ves-openapi-manager", "timestamp": 1673592453791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592433602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.627Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592453218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.628Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592444698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592402622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592468286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.631Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592468509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.631Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592468534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592468785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592468015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592469553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.633Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592469393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.634Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "cds-sdc-listener", "timestamp": 1673592469813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-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-13T06:49:24.645Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cac303e5-7e97-4a12-a676-d2dbfd61c88c 2023-01-13T06:49:24.645Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac303e5-7e97-4a12-a676-d2dbfd61c88c 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-13T06:49:24.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592463462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:49:24.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "policy-distribution", "timestamp": 1673592470557, "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-13T06:49:24.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cac303e5-7e97-4a12-a676-d2dbfd61c88c 2023-01-13T06:49:24.689Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac303e5-7e97-4a12-a676-d2dbfd61c88c 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-13T06:49:24.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.701Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592470529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.702Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592471370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.703Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592471607, "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-13T06:49:24.710Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cac303e5-7e97-4a12-a676-d2dbfd61c88c 2023-01-13T06:49:24.710Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac303e5-7e97-4a12-a676-d2dbfd61c88c 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-13T06:49:24.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "multicloud-k8s", "timestamp": 1673592472611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592474108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592475712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592475279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592476718, "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-13T06:49:24.731Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cac303e5-7e97-4a12-a676-d2dbfd61c88c 2023-01-13T06:49:24.732Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac303e5-7e97-4a12-a676-d2dbfd61c88c 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-13T06:49:24.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.747Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592476356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-13T06:49:24.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592477817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/basic_onboard_obabei0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592478820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592479824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/resourceInstances/basic_onboard_obabei0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592480828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.749Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592484284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardObabei/1.0/artifacts/service-BasicOnboardObabei-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:49:24.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:49:24.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:49:24.750Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "aai-model-loader", "timestamp": 1673592485289, "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-13T06:49:24.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cac303e5-7e97-4a12-a676-d2dbfd61c88c 2023-01-13T06:49:24.758Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac303e5-7e97-4a12-a676-d2dbfd61c88c 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-13T06:49:31.943Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:49:31.961Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:49:31.974Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:49:31.976Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T06:49:31.976Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T06:49:31.976Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T06:49:31.976Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:49:31.977Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:49:31.977Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:49:31.979Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:49:31.982Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:49:31.982Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-13T06:49:31.991Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T06:50:01.992Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T06:50:02.005Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cac303e5-7e97-4a12-a676-d2dbfd61c88c and serviceModelVersionId: b5d81311-600f-40c3-8815-6ba77e130141 2023-01-13T06:50:02.005Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76127645-0db4-43e3-a97d-54e48cb2dea7 2023-01-13T06:50:24.271Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0 2023-01-13T06:50:24.452Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T06:50:24.596Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:50:25.320Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0|INFO|500||Invoke 2023-01-13T06:50:25.332Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cac303e5-7e97-4a12-a676-d2dbfd61c88c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9db1b68-846a-4587-b9a3-96f2cc13ec31], X-ECOMP-RequestID=[cac303e5-7e97-4a12-a676-d2dbfd61c88c], X-TransactionId=[], X-ONAP-RequestID=[cac303e5-7e97-4a12-a676-d2dbfd61c88c], Content-Type=[application/merge-patch+json]} 2023-01-13T06:50:25.563Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T06:50:25.846Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?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/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 06:50:26 GMT], content-length=[0], vertex-id=[184408], x-aai-txid=[1-aai-resources-230113-06:50:26:548-96330], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T06:50:25.848Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T06:50:25.849Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76127645-0db4-43e3-a97d-54e48cb2dea7/model-vers/model-ver/b5d81311-600f-40c3-8815-6ba77e130141?depth=0|INFO|500||InvokeReturn 2023-01-13T06:50:25.854Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T06:50:25.854Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-13T06:50:25.863Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-13T06:50:25.865Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cac303e5-7e97-4a12-a676-d2dbfd61c88c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T06:50:25.866Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T06:50:25.867Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:50:25.867Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:50:25.867Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592625865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:50:25.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T06:50:25.883Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "cac303e5-7e97-4a12-a676-d2dbfd61c88c", "consumerID": "SO-sdc-controller", "timestamp": 1673592625865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T06:50:25.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-13T06:50:26.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:51:24.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:51:26.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:52:24.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:26.892Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:52:48.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-13T06:52:48.727Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"de5a5cdf-d5a6-4c1e-8e14-9f189ee18107","serviceName":"vFW 2023-01-13 06-51-40","serviceVersion":"1.0","serviceUUID":"716ba353-145a-4010-b3b7-3ce4a5a2b914","serviceDescription":"catalog service description","serviceInvariantUUID":"53cc61cc-a2ec-4e9a-a827-29873066e02f","resources":[{"resourceInstanceName":"vFW 5e4bd0ce-bf1e 0","resourceName":"vFW 5e4bd0ce-bf1e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ddb3fab-630a-456f-b8e4-58e59dff35c9","resourceInvariantUUID":"d11ebb00-d027-47e7-81ab-619e730a8891","resourceCustomizationUUID":"77f65abf-9796-4eb9-893b-6c3693f66746","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml","artifactChecksum":"MjdkNTBiMmZmZDdhMGRlZTBlZjNjMTQ3OTQ3ODU1Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"361c48d4-d079-4134-93aa-1f49b187eb9e","artifactVersion":"1"},{"artifactName":"vfw5e4bd0cebf1e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json","artifactChecksum":"ZjRjMjRhZWFjNWQ4ZDEyNzg1NjVhMjczNGE1OTJlMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28621058-d8a6-452d-8192-a22788cb287e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e7f0065-14a1-4b93-bf54-259ede78b8c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml","artifactChecksum":"MWViNTA2YzMyYzgxYWFhYmM5MDVlOGQ5MWNmYjBlNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80765bb3-f9fb-479f-8c01-b7082a6a8476","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"40e57338-d8b9-4aa9-b50c-0f971d9a54ce","artifactVersion":"2","generatedFromUUID":"0e7f0065-14a1-4b93-bf54-259ede78b8c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230113065140-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml","artifactChecksum":"MDcwMWQyY2Q2MDUwZWY3ZTYyYjJhNWM5YTFhZWQ1ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74759998-4441-4e5a-956d-d89271f01d61","artifactVersion":"1"},{"artifactName":"service-Vfw20230113065140-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar","artifactChecksum":"N2I4ZWQwNDdjN2ZjZWJiNGEyNGNiNTU0ZjgzNmE3ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9db9cc1-fc96-4b37-b22e-efbd6573334a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T06:52:48.731Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:48.731Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:48.732Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:48.738Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:48.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:52:48.755Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:52:48.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:52:48.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:52:48.758Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:52:48.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:52:49.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:49.740Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:49.740Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:49.740Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:50.741Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:50.742Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:50.743Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:50.743Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:51.745Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:51.746Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:51.746Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:51.746Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:52.747Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:52.748Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:52.749Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:52.749Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:53.751Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:53.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:53.752Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:53.752Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:54.753Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T06:52:54.754Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:54.754Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:54.754Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:55.759Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "serviceName": "vFW 2023-01-13 06-51-40", "serviceVersion": "1.0", "serviceUUID": "716ba353-145a-4010-b3b7-3ce4a5a2b914", "serviceDescription": "catalog service description", "serviceInvariantUUID": "53cc61cc-a2ec-4e9a-a827-29873066e02f", "resources": [ { "resourceInstanceName": "vFW 5e4bd0ce-bf1e 0", "resourceCustomizationUUID": "77f65abf-9796-4eb9-893b-6c3693f66746", "resourceName": "vFW 5e4bd0ce-bf1e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ddb3fab-630a-456f-b8e4-58e59dff35c9", "resourceInvariantUUID": "d11ebb00-d027-47e7-81ab-619e730a8891", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5e4bd0cebf1e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "artifactChecksum": "ZjRjMjRhZWFjNWQ4ZDEyNzg1NjVhMjczNGE1OTJlMzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28621058-d8a6-452d-8192-a22788cb287e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0e7f0065-14a1-4b93-bf54-259ede78b8c8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40e57338-d8b9-4aa9-b50c-0f971d9a54ce", "generatedFromUUID": "0e7f0065-14a1-4b93-bf54-259ede78b8c8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40e57338-d8b9-4aa9-b50c-0f971d9a54ce", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230113065140-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "artifactChecksum": "N2I4ZWQwNDdjN2ZjZWJiNGEyNGNiNTU0ZjgzNmE3ODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a9db9cc1-fc96-4b37-b22e-efbd6573334a" } ], "workloadContext": "Production" } 2023-01-13T06:52:55.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T06:52:55.761Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 716ba353-145a-4010-b3b7-3ce4a5a2b914 ASDC 2023-01-13T06:52:55.765Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 ServiceName:vFW 2023-01-13 06-51-40 ServiceVersion:1.0 ServiceUUID:716ba353-145a-4010-b3b7-3ce4a5a2b914 ServiceInvariantUUID:53cc61cc-a2ec-4e9a-a827-29873066e02f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230113065140-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar ArtifactUUID:a9db9cc1-fc96-4b37-b22e-efbd6573334a ArtifactChecksum:N2I4ZWQwNDdjN2ZjZWJiNGEyNGNiNTU0ZjgzNmE3ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5e4bd0ce-bf1e 0 ResourceCustomizationUUID:77f65abf-9796-4eb9-893b-6c3693f66746 ResourceInvariantUUID:d11ebb00-d027-47e7-81ab-619e730a8891 ResourceName:vFW 5e4bd0ce-bf1e ResourceType:VF ResourceUUID:3ddb3fab-630a-456f-b8e4-58e59dff35c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5e4bd0cebf1e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json ArtifactUUID:28621058-d8a6-452d-8192-a22788cb287e ArtifactChecksum:ZjRjMjRhZWFjNWQ4ZDEyNzg1NjVhMjczNGE1OTJlMzE= 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/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml ArtifactUUID:0e7f0065-14a1-4b93-bf54-259ede78b8c8 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/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env ArtifactUUID:40e57338-d8b9-4aa9-b50c-0f971d9a54ce 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/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env ArtifactUUID:40e57338-d8b9-4aa9-b50c-0f971d9a54ce ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T06:52:55.766Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 716ba353-145a-4010-b3b7-3ce4a5a2b914 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T06:52:55.800Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T06:52:55.801Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T06:52:55.802Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T06:52:55.802Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a9db9cc1-fc96-4b37-b22e-efbd6573334a from URL: /sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:55.802Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T06:52:55.803Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:56.013Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T06:52:56.026Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar a9db9cc1-fc96-4b37-b22e-efbd6573334a 101480 2023-01-13T06:52:56.027Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar ASDC sendASDCNotification 2023-01-13T06:52:56.027Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:56.027Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:52:56.029Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:52:56.029Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:52:56.029Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592776027, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:52:57.032Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T06:52:57.032Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T06:52:57.033Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a9db9cc1-fc96-4b37-b22e-efbd6573334a, URL: /sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar to file: /app/ASDC/1/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:57.033Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230113065140-csar.csar 2023-01-13T06:52:57.034Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:57.034Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230113065140-csar.csar 2023-01-13T06:52:57.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1900591383985240301/Definitions/service-Vfw20230113065140-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-13T06:53:00.369Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T06:53:00.370Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T06:53:00.370Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.371Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.373Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5e4bd0ce-bf1e 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-Vfw20230113065140-csar.csar 2023-01-13T06:53:00.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T06:53:00.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.374Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.375Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:00.375Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T06:53:00.375Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T06:53:00.376Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.376Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.376Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:00.376Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T06:53:00.376Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T06:53:00.377Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.377Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.377Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.377Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:00.377Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:00.378Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:00.378Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-13T06:53:00.378Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.378Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.379Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-13T06:53:00.379Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.379Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-13T06:53:00.379Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-13T06:53:00.380Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.380Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.380Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-13T06:53:00.380Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.381Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-13T06:53:00.381Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.381Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T06:53:00.381Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.382Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T06:53:00.382Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.382Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:00.382Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:00.383Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.383Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:00.383Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:00.384Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.384Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:00.384Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:00.385Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.385Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:00.385Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:00.385Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:00.385Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-13T06:53:00.386Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-13T06:53:00.386Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-13T06:53:00.387Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.387Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.387Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-13T06:53:00.388Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.388Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-13T06:53:00.389Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.390Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bb3449a-eb5f-4df5-9f6c-c7a0bfaf95b5 2023-01-13T06:53:00.390Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.391Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:00.392Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:00.392Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:00.392Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-13T06:53:00.393Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.393Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.393Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-13T06:53:00.394Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.394Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-13T06:53:00.395Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-13T06:53:00.395Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.395Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-13T06:53:00.396Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.396Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=15a3936b-7463-4035-8883-868fe5b7f2f5 2023-01-13T06:53:00.396Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.397Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:00.397Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:00.397Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:00.398Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-13T06:53:00.398Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.398Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.399Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-13T06:53:00.399Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.400Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-13T06:53:00.400Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-13T06:53:00.400Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:00.401Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:00.401Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-13T06:53:00.401Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa74ba01-c64c-4a7f-a5cf-3b27c54ba479 2023-01-13T06:53:00.402Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.402Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.403Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.403Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.403Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.404Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.404Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:00.404Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:00.405Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-13 06-51-40 Description:catalog service description Model UUID:716ba353-145a-4010-b3b7-3ce4a5a2b914 Model Version:NULL Model InvariantUuid:53cc61cc-a2ec-4e9a-a827-29873066e02f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5e4bd0ce-bf1e Model UUID:6fb6fc9f-c06e-40d6-80f0-267a87496ad1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d11ebb00-d027-47e7-81ab-619e730a8891 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:77f65abf-9796-4eb9-893b-6c3693f66746 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2cc14cd4-87c2-4050-9030-5664f9fcbe57 ModelName:Vfw5e4bd0ceBf1e..base_vfw..module-0 ModelUuid:2cc48480-c24c-4d5a-81b6-82d391547ffd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0bb3449a-eb5f-4df5-9f6c-c7a0bfaf95b5 ModelInvariantUuid:0ca19229-caf5-4a3e-b170-46ea81cbf334 ModelName:vFW 5e4bd0ce-bf1e-nodes.vfwCvfc ModelUuid:c0663ce0-9f74-4702-8074-5eea6ffe7166 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:77a65447-ead2-46d3-9198-d4e1978154db ModelInvariantUuid:5e6444d7-e24f-455a-93dd-acf772d36f22 ModelName:Vfw5e4bd0ceBf1e.compute.nodes.heat.vfw ModelUuid:4743a714-6b07-4672-982f-77a60d0a6b52 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:15a3936b-7463-4035-8883-868fe5b7f2f5 ModelInvariantUuid:092f14b9-cb13-4896-87a9-99ddd2b28638 ModelName:vFW 5e4bd0ce-bf1e-nodes.vsnCvfc ModelUuid:1f306232-f2a5-4c2a-8b0d-4885f4c8e6e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2a7d31b4-c119-4cfe-96f0-fc19edd4e762 ModelInvariantUuid:2d585594-3d05-4a99-8763-54a96b9ee33a ModelName:Vfw5e4bd0ceBf1e.compute.nodes.heat.vsn ModelUuid:926fedb8-77c5-4dca-999e-8397e4588e6a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:aa74ba01-c64c-4a7f-a5cf-3b27c54ba479 ModelInvariantUuid:c747257e-4d1c-44b0-8d67-1d7d59312b64 ModelName:vFW 5e4bd0ce-bf1e-nodes.vpgCvfc ModelUuid:bf6ad163-d232-46a3-bc78-cb1a91986dc4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3b5b9dea-3788-491a-bef7-c209b92d6461 ModelInvariantUuid:e78d9683-092c-4226-a839-22a2d4eeb860 ModelName:Vfw5e4bd0ceBf1e.compute.nodes.heat.vpg ModelUuid:8379b15f-0775-4ce6-b47f-e2bd7569eaec 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-13T06:53:00.419Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ddb3fab-630a-456f-b8e4-58e59dff35c9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T06:53:00.427Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||vFW 5e4bd0ce-bf1e 0 2023-01-13T06:53:00.427Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ddb3fab-630a-456f-b8e4-58e59dff35c9 2023-01-13T06:53:00.428Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28621058-d8a6-452d-8192-a22788cb287e from URL: /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json 2023-01-13T06:53:00.428Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T06:53:00.428Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json 2023-01-13T06:53:00.555Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T06:53:00.556Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json 28621058-d8a6-452d-8192-a22788cb287e 785 2023-01-13T06:53:00.556Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json ASDC sendASDCNotification 2023-01-13T06:53:00.556Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json 2023-01-13T06:53:00.557Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:53:00.557Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:00.561Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:00.561Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592780556, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:01.563Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5e4bd0ceBf1e..base_vfw..module-0", "vfModuleModelInvariantUUID": "2cc14cd4-87c2-4050-9030-5664f9fcbe57", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cc48480-c24c-4d5a-81b6-82d391547ffd", "vfModuleModelCustomizationUUID": "034c2c58-7308-4d91-8a3a-7ca292ec349c", "isBase": true, "artifacts": [ "0e7f0065-14a1-4b93-bf54-259ede78b8c8", "40e57338-d8b9-4aa9-b50c-0f971d9a54ce" ], "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-13T06:53:01.578Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5e4bd0ceBf1e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2cc48480-c24c-4d5a-81b6-82d391547ffd VfModuleModelInvariantUUID:2cc14cd4-87c2-4050-9030-5664f9fcbe57 VfModuleModelDescription:NULL Artifacts UUID List:{ 0e7f0065-14a1-4b93-bf54-259ede78b8c8 , 40e57338-d8b9-4aa9-b50c-0f971d9a54ce } 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-13T06:53:01.582Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5e4bd0ceBf1e..base_vfw..module-0", "vfModuleModelInvariantUUID": "2cc14cd4-87c2-4050-9030-5664f9fcbe57", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cc48480-c24c-4d5a-81b6-82d391547ffd", "vfModuleModelCustomizationUUID": "034c2c58-7308-4d91-8a3a-7ca292ec349c", "isBase": true, "artifacts": [ "0e7f0065-14a1-4b93-bf54-259ede78b8c8", "40e57338-d8b9-4aa9-b50c-0f971d9a54ce" ], "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-13T06:53:01.583Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5e4bd0ceBf1e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2cc48480-c24c-4d5a-81b6-82d391547ffd VfModuleModelInvariantUUID:2cc14cd4-87c2-4050-9030-5664f9fcbe57 VfModuleModelDescription:NULL Artifacts UUID List:{ 0e7f0065-14a1-4b93-bf54-259ede78b8c8 , 40e57338-d8b9-4aa9-b50c-0f971d9a54ce } 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-13T06:53:01.583Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e7f0065-14a1-4b93-bf54-259ede78b8c8 from URL: /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml 2023-01-13T06:53:01.583Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T06:53:01.583Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml 2023-01-13T06:53:01.707Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T06:53:01.708Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml 0e7f0065-14a1-4b93-bf54-259ede78b8c8 20368 2023-01-13T06:53:01.708Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-13T06:53:01.708Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml 2023-01-13T06:53:01.708Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:53:01.709Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:01.709Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:01.709Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592781708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:02.710Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 40e57338-d8b9-4aa9-b50c-0f971d9a54ce from URL: /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env 2023-01-13T06:53:02.711Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T06:53:02.711Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env 2023-01-13T06:53:02.787Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T06:53:02.788Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env 40e57338-d8b9-4aa9-b50c-0f971d9a54ce 2098 2023-01-13T06:53:02.788Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-13T06:53:02.789Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env 2023-01-13T06:53:02.789Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T06:53:02.789Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:02.789Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:02.789Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592782788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:03.791Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 716ba353-145a-4010-b3b7-3ce4a5a2b914 2023-01-13T06:53:03.791Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5e4bd0ce-bf1e 0 3ddb3fab-630a-456f-b8e4-58e59dff35c9 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-13T06:53:03.823Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e5002f, org.onap.sdc.toscaparser.api.parameters.Input@22555958, org.onap.sdc.toscaparser.api.parameters.Input@6364ad24, org.onap.sdc.toscaparser.api.parameters.Input@446738e4, org.onap.sdc.toscaparser.api.parameters.Input@6bacac3f] 2023-01-13T06:53:03.825Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.825Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.826Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-13T06:53:03.826Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 77f65abf-9796-4eb9-893b-6c3693f66746 2023-01-13T06:53:03.826Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77f65abf-9796-4eb9-893b-6c3693f66746 matches Tosca VF Customization UUID: 77f65abf-9796-4eb9-893b-6c3693f66746 2023-01-13T06:53:03.827Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 77f65abf-9796-4eb9-893b-6c3693f66746 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-13T06:53:03.831Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.831Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.832Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 77f65abf-9796-4eb9-893b-6c3693f66746: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-13T06:53:03.832Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58ad9717 2023-01-13T06:53:03.833Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.833Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T06:53:03.833Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 034c2c58-7308-4d91-8a3a-7ca292ec349c 2023-01-13T06:53:03.834Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 034c2c58-7308-4d91-8a3a-7ca292ec349c 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-13T06:53:03.837Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.838Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.838Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:03.839Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.839Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.840Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:03.840Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.843Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:03.843Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:03.843Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:03.843Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-13T06:53:03.844Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-13T06:53:03.844Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-13T06:53:03.844Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.844Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.844Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-13T06:53:03.845Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.845Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-13T06:53:03.845Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.845Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bb3449a-eb5f-4df5-9f6c-c7a0bfaf95b5 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-13T06:53:03.849Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.850Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.850Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:03.850Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.851Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:03.851Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:03.851Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:03.852Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-13T06:53:03.852Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.852Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.853Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-13T06:53:03.853Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.853Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-13T06:53:03.853Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-13T06:53:03.854Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.854Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-13T06:53:03.854Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.855Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=15a3936b-7463-4035-8883-868fe5b7f2f5 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-13T06:53:03.858Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.859Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.859Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:03.864Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.865Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is not matching search criteria 2023-01-13T06:53:03.865Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-13T06:53:03.866Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-13T06:53:03.866Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-13T06:53:03.867Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.868Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.868Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-13T06:53:03.869Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.869Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-13T06:53:03.869Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-13T06:53:03.870Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-13T06:53:03.871Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-13T06:53:03.871Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-13T06:53:03.871Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa74ba01-c64c-4a7f-a5cf-3b27c54ba479 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-13T06:53:03.875Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.875Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.876Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T06:53:03.876Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.876Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Node template vFW 5e4bd0ce-bf1e 0 is matching search criteria 2023-01-13T06:53:03.876Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5e4bd0ce-bf1e 0] matching following query criteria: sdcType=VF, customizationUUID=77f65abf-9796-4eb9-893b-6c3693f66746 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T06:53:03.879Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.879Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.879Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 716ba353-145a-4010-b3b7-3ce4a5a2b914: vFW 5e4bd0ce-bf1e 2023-01-13T06:53:03.880Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.880Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.880Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.880Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.881Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.881Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.881Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.882Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.882Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T06:53:03.882Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-13 06-51-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T06:53:03.883Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-13 06-51-40 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-13T06:53:04.124Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5e4bd0ce-bf1e 3ddb3fab-630a-456f-b8e4-58e59dff35c9 1 ASDC deployResourceStructure 2023-01-13T06:53:04.125Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json ASDC sendASDCNotification 2023-01-13T06:53:04.125Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json 2023-01-13T06:53:04.126Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:53:04.126Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:04.126Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:04.126Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592784125, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:05.127Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-13T06:53:05.128Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml 2023-01-13T06:53:05.128Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:53:05.129Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:05.129Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:05.129Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592785127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:06.131Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-13T06:53:06.131Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env 2023-01-13T06:53:06.132Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:53:06.132Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:06.132Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:06.133Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592786130, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:07.134Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar ASDC sendASDCNotification 2023-01-13T06:53:07.135Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar 2023-01-13T06:53:07.135Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T06:53:07.135Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:53:07.135Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:53:07.136Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592787134, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:08.137Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:53:08.150Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:53:08.154Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:53:08.156Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:53:08.157Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:53:24.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:53:24.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:53:24.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:53:24.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:53:24.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:53:24.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:53:24.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:53:24.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:53:24.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:53:24.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:53:38.157Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:53:38.173Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:53:38.180Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:53:38.180Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:53:38.180Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:54:08.181Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:54:08.198Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:54:08.201Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:54:08.202Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T06:54:08.202Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T06:54:24.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:54:24.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.607Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.608Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.609Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOTIFIED" } 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOTIFIED" } 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.614Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.616Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.617Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.620Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.620Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.622Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.622Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "ves-openapi-manager", "timestamp": 1673592753506, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.626Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592753218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.626Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592743623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592746892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592710835, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592741563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592763462, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "NOTIFIED" } 2023-01-13T06:54:24.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.629Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592777174, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.629Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592776975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592776027, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.630Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592777244, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592777477, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592777517, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.631Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592778177, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.632Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.632Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "cds-sdc-listener", "timestamp": 1673592778485, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-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-13T06:54:24.643Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 2023-01-13T06:54:24.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 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-13T06:54:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592778106, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "policy-distribution", "timestamp": 1673592779178, "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-13T06:54:24.691Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 2023-01-13T06:54:24.692Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 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-13T06:54:24.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.707Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592779212, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.707Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592780237, "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-13T06:54:24.713Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 2023-01-13T06:54:24.714Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 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-13T06:54:24.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592780974, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "multicloud-k8s", "timestamp": 1673592781239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592780556, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673592781978, "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-13T06:54:24.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 2023-01-13T06:54:24.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 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-13T06:54:24.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.745Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592781708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.745Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592782788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-13T06:54:24.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592784125, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/vfw5e4bd0cebf1e0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592785127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592786130, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/resourceInstances/vfw5e4bd0cebf1e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592787134, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.747Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592791415, "artifactURL": "/sdc/v1/catalog/services/Vfw20230113065140/1.0/artifacts/service-Vfw20230113065140-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T06:54:24.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:54:24.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:54:24.748Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "aai-model-loader", "timestamp": 1673592792418, "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-13T06:54:24.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 2023-01-13T06:54:24.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 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-13T06:54:38.202Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:54:38.220Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T06:54:38.231Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T06:54:38.231Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T06:54:38.232Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T06:54:38.232Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T06:54:38.232Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:54:38.232Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:54:38.233Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:54:38.233Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:54:38.233Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T06:54:38.233Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-13T06:54:38.243Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T06:55:08.244Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T06:55:08.264Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 and serviceModelVersionId: 716ba353-145a-4010-b3b7-3ce4a5a2b914 2023-01-13T06:55:08.264Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53cc61cc-a2ec-4e9a-a827-29873066e02f 2023-01-13T06:55:08.272Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0 2023-01-13T06:55:08.292Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T06:55:08.387Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0|INFO|500||Invoke 2023-01-13T06:55:08.388Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de5a5cdf-d5a6-4c1e-8e14-9f189ee18107], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03e49fdd-3436-4cfe-b383-8a156fe98cc8], X-ECOMP-RequestID=[de5a5cdf-d5a6-4c1e-8e14-9f189ee18107], X-TransactionId=[], X-ONAP-RequestID=[de5a5cdf-d5a6-4c1e-8e14-9f189ee18107], Content-Type=[application/merge-patch+json]} 2023-01-13T06:55:08.447Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T06:55:08.585Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?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/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 06:55:09 GMT], content-length=[0], vertex-id=[200792], x-aai-txid=[1-aai-resources-230113-06:55:09:428-68972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T06:55:08.586Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T06:55:08.587Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53cc61cc-a2ec-4e9a-a827-29873066e02f/model-vers/model-ver/716ba353-145a-4010-b3b7-3ce4a5a2b914?depth=0|INFO|500||InvokeReturn 2023-01-13T06:55:08.588Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T06:55:08.588Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-13T06:55:08.593Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|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-13T06:55:08.593Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de5a5cdf-d5a6-4c1e-8e14-9f189ee18107 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T06:55:08.594Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T06:55:08.594Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T06:55:08.594Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T06:55:08.595Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592908594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T06:55:09.621Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:55:24.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:55:24.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T06:55:24.607Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "de5a5cdf-d5a6-4c1e-8e14-9f189ee18107", "consumerID": "SO-sdc-controller", "timestamp": 1673592908594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T06:55:24.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T06:56:09.622Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:56:24.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:57:09.622Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:57:24.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:58:09.625Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:58:24.599Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T06:59:09.626Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T06:59:24.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:00:09.628Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:00:24.602Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:01:09.628Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:01:24.603Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:01:56.511Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-13T07:01:56.512Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"da0f2617-7b48-478b-8090-5966326c33a4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2573b5bf-2655-4e8b-a698-b2c6e8731392","serviceDescription":"service","serviceInvariantUUID":"858fc598-2df1-42c8-8665-ce7492a66d27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6c40b356-a1fa-4f2f-a8bf-30516a55e115","resourceInvariantUUID":"71d0d737-27e3-41e2-ab5e-5b60668cc807","resourceCustomizationUUID":"e75e0872-981b-4847-ae48-a5c303a03bae","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":"OTQ0OTExODRhMzA0MWFjYTIyMDVkOTIxZDMxY2MxNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50aab6b0-6f75-4dcc-92e5-cd3f3396821c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDAyNmQ1MmM3ODNiODI1NjQyNjMzMTZmZjJhMzFiYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b5c6460-3fc6-4926-8a81-26fb0c9e2003","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:01:56.520Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:01:56.521Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:01:56.522Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:01:56.522Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593269628, "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-13T07:01:56.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:01:56.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593316983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:01:56.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:01:57.540Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:01:57.541Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:01:57.541Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:01:57.542Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593269628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:01:58.543Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2573b5bf-2655-4e8b-a698-b2c6e8731392", "serviceDescription": "service", "serviceInvariantUUID": "858fc598-2df1-42c8-8665-ce7492a66d27", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e75e0872-981b-4847-ae48-a5c303a03bae", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "6c40b356-a1fa-4f2f-a8bf-30516a55e115", "resourceInvariantUUID": "71d0d737-27e3-41e2-ab5e-5b60668cc807", "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": "NDAyNmQ1MmM3ODNiODI1NjQyNjMzMTZmZjJhMzFiYjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b5c6460-3fc6-4926-8a81-26fb0c9e2003" } ], "workloadContext": "Production" } 2023-01-13T07:01:58.544Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:01:58.544Z|de5a5cdf-d5a6-4c1e-8e14-9f189ee18107|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2573b5bf-2655-4e8b-a698-b2c6e8731392 ASDC 2023-01-13T07:01:58.545Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:da0f2617-7b48-478b-8090-5966326c33a4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2573b5bf-2655-4e8b-a698-b2c6e8731392 ServiceInvariantUUID:858fc598-2df1-42c8-8665-ce7492a66d27 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:3b5c6460-3fc6-4926-8a81-26fb0c9e2003 ArtifactChecksum:NDAyNmQ1MmM3ODNiODI1NjQyNjMzMTZmZjJhMzFiYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e75e0872-981b-4847-ae48-a5c303a03bae ResourceInvariantUUID:71d0d737-27e3-41e2-ab5e-5b60668cc807 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:6c40b356-a1fa-4f2f-a8bf-30516a55e115 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-13T07:01:58.545Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2573b5bf-2655-4e8b-a698-b2c6e8731392 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:01:58.607Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:01:58.608Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:01:58.609Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:01:58.609Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b5c6460-3fc6-4926-8a81-26fb0c9e2003 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-13T07:01:58.610Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:01:58.610Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:01:58.746Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:01:58.751Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b5c6460-3fc6-4926-8a81-26fb0c9e2003 57797 2023-01-13T07:01:58.752Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:01:58.752Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:01:58.753Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:01:58.753Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:01:58.754Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:01:58.754Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593318752, "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-13T07:01:59.755Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:01:59.756Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:01:59.757Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3b5c6460-3fc6-4926-8a81-26fb0c9e2003, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-13T07:01:59.757Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-13T07:01:59.758Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-13T07:01:59.758Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-13T07:01:59.997Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14974536856251498676/Definitions/service-BasicNetwork-template.yml 2023-01-13T07:02:00.674Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:02:00.675Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:02:00.675Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-13T07:02:00.675Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-13T07:02:00.676Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.676Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.676Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.677Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.677Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.677Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.678Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.678Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.678Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:02:00.679Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.679Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.679Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-13T07:02:00.680Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:02:00.680Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:02:00.681Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.681Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.681Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-13T07:02:00.682Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:02:00.682Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:02:00.682Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.683Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.683Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.683Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.684Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.685Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.685Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.685Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.686Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.686Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.687Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2573b5bf-2655-4e8b-a698-b2c6e8731392 Model Version:NULL Model InvariantUuid:858fc598-2df1-42c8-8665-ce7492a66d27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:71d0d737-27e3-41e2-ab5e-5b60668cc807 Model UUID:26cb3544-b817-4261-aa90-f99540e7dcbc Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e75e0872-981b-4847-ae48-a5c303a03bae 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-13T07:02:00.695Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 6c40b356-a1fa-4f2f-a8bf-30516a55e115 2023-01-13T07:02:00.696Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||No resources found for Service: 2573b5bf-2655-4e8b-a698-b2c6e8731392 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:02:00.704Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500|| 2023-01-13T07:02:00.705Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-13T07:02:00.706Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2573b5bf-2655-4e8b-a698-b2c6e8731392 2023-01-13T07:02:00.706Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2573b5bf-2655-4e8b-a698-b2c6e8731392 2023-01-13T07:02:00.707Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-13T07:02:00.707Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.713Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eac337e, org.onap.sdc.toscaparser.api.parameters.Input@14b0997, org.onap.sdc.toscaparser.api.parameters.Input@9eefbc2, org.onap.sdc.toscaparser.api.parameters.Input@883db8c, org.onap.sdc.toscaparser.api.parameters.Input@279b2e21] 2023-01-13T07:02:00.715Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.716Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.716Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.716Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.717Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2573b5bf-2655-4e8b-a698-b2c6e8731392: Generic NeutronNet 2023-01-13T07:02:00.717Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.717Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.717Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.718Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.763Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.764Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.765Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.765Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.765Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:02:00.766Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.766Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.842Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-13T07:02:00.843Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.843Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:02:00.844Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:02:00.844Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:02:00.845Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:02:00.845Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593320843, "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-13T07:02:01.846Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:02:01.866Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:02:01.869Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:02:01.870Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:02:01.870Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:02:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:02:24.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:02:24.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "policy-distribution", "timestamp": 1673593290200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:02:24.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:02:31.870Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:02:31.883Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:02:31.886Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:02:31.886Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:02:31.886Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:03:01.887Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:03:01.903Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:03:01.910Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:03:01.911Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:03:01.911Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:03:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:03:24.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593269628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593259504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "multicloud-k8s", "timestamp": 1673593292282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593316983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "multicloud-k8s", "timestamp": 1673593292282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "policy-distribution", "timestamp": 1673593290200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593269628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593259504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "policy-distribution", "timestamp": 1673593319978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:03:24.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.605Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593320175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:03:24.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593318752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "policy-distribution", "timestamp": 1673593320981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.606Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593321182, "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-13T07:03:24.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da0f2617-7b48-478b-8090-5966326c33a4 2023-01-13T07:03:24.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId da0f2617-7b48-478b-8090-5966326c33a4 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-13T07:03:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "policy-distribution", "timestamp": 1673593321985, "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-13T07:03:24.639Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da0f2617-7b48-478b-8090-5966326c33a4 2023-01-13T07:03:24.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId da0f2617-7b48-478b-8090-5966326c33a4 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-13T07:03:24.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.650Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593320843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "aai-model-loader", "timestamp": 1673593323218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "aai-model-loader", "timestamp": 1673593323218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "aai-model-loader", "timestamp": 1673593325425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:03:24.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "aai-model-loader", "timestamp": 1673593330710, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:03:24.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "aai-model-loader", "timestamp": 1673593331714, "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-13T07:03:24.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da0f2617-7b48-478b-8090-5966326c33a4 2023-01-13T07:03:24.659Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId da0f2617-7b48-478b-8090-5966326c33a4 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-13T07:03:24.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593333462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:03:24.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593333462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593336254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:03:24.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593337874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:03:24.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:03:24.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:03:24.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593338878, "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-13T07:03:24.679Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da0f2617-7b48-478b-8090-5966326c33a4 2023-01-13T07:03:24.679Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId da0f2617-7b48-478b-8090-5966326c33a4 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-13T07:03:31.912Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:03:31.942Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:03:31.948Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:03:31.948Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:03:31.948Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:03:31.948Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:03:31.948Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:03:31.949Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:03:31.949Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:03:31.949Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:03:31.950Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:03:31.950Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:03:31.958Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:04:01.961Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da0f2617-7b48-478b-8090-5966326c33a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:04:01.969Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da0f2617-7b48-478b-8090-5966326c33a4 and serviceModelVersionId: 2573b5bf-2655-4e8b-a698-b2c6e8731392 2023-01-13T07:04:01.970Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 858fc598-2df1-42c8-8665-ce7492a66d27 2023-01-13T07:04:01.972Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0 2023-01-13T07:04:01.978Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:04:02.083Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0|INFO|500||Invoke 2023-01-13T07:04:02.085Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da0f2617-7b48-478b-8090-5966326c33a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8ba528d-aac7-45b1-8e20-01625d3de22a], X-ECOMP-RequestID=[da0f2617-7b48-478b-8090-5966326c33a4], X-TransactionId=[], X-ONAP-RequestID=[da0f2617-7b48-478b-8090-5966326c33a4], Content-Type=[application/merge-patch+json]} 2023-01-13T07:04:02.121Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:04:02.245Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?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/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:04:03 GMT], content-length=[0], vertex-id=[200928], x-aai-txid=[1-aai-resources-230113-07:04:03:088-28303], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:04:02.246Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:04:02.247Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/858fc598-2df1-42c8-8665-ce7492a66d27/model-vers/model-ver/2573b5bf-2655-4e8b-a698-b2c6e8731392?depth=0|INFO|500||InvokeReturn 2023-01-13T07:04:02.248Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:04:02.250Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:04:02.265Z|da0f2617-7b48-478b-8090-5966326c33a4|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-13T07:04:02.266Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da0f2617-7b48-478b-8090-5966326c33a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:04:02.266Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:04:02.267Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:02.267Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:02.267Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593442266, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:04:03.297Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:04:03.307Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-13T07:04:03.308Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"329f9c35-b7c5-4c04-867e-2b301a6934a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7662e3b6-0dba-48fd-8192-c4da2baa8855","serviceDescription":"service","serviceInvariantUUID":"192c2680-e22e-4c8f-a641-82d8810105a6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76ec2b0f-2bd0-4d89-b796-348225519198","resourceInvariantUUID":"9f5e4448-dce2-497b-a952-37c435981967","resourceCustomizationUUID":"d7a0a2e6-5a91-4801-af0c-89d47eb2f482","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":"NWE3ODBmZTc4MjdmZjA3MmQ5MTM5YmRlNDg5NzAxMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a0213e-8965-4422-8fe3-7a11cb06aad3","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":"ZTJiMzgxNjllOTdmNGI1MjAwZjFmZDIxNTM3OWM0N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19a8a26a-b7b4-49c0-9b80-7f2cd5f27f57","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":"4f7cf523-5c49-4f5e-a45b-e639703fd9dd","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":"de0d29fe-eb56-41be-a539-3e8f9e8af96e","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":"4c7cc20c-c90d-4f23-96fd-0cc45a34bed9","artifactVersion":"2","generatedFromUUID":"4f7cf523-5c49-4f5e-a45b-e639703fd9dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTA0ZWJhNThkZjc1MmExZjZlODIyMTcwYjU5MWY5MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c90c2701-141c-4e5a-9674-d40c581ab519","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTJhNzUwYzJkZDQzZTg0ZjM0NjczMWUwMGEyZDA4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8c15a62-f3b0-4676-b57e-7f49b71db806","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:04:03.315Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:03.315Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:03.315Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:03.315Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:04.316Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:04.317Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:04.318Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:04.318Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:05.319Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:05.320Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:05.321Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:05.321Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:06.322Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:06.323Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:06.323Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:06.324Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:07.325Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:07.326Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:07.326Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:07.327Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:08.328Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:08.328Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:08.328Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:08.329Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "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-13T07:04:09.329Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:04:09.330Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:09.330Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:09.331Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:04:10.333Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7662e3b6-0dba-48fd-8192-c4da2baa8855", "serviceDescription": "service", "serviceInvariantUUID": "192c2680-e22e-4c8f-a641-82d8810105a6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d7a0a2e6-5a91-4801-af0c-89d47eb2f482", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "76ec2b0f-2bd0-4d89-b796-348225519198", "resourceInvariantUUID": "9f5e4448-dce2-497b-a952-37c435981967", "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": "ZTJiMzgxNjllOTdmNGI1MjAwZjFmZDIxNTM3OWM0N2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19a8a26a-b7b4-49c0-9b80-7f2cd5f27f57", "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": "4f7cf523-5c49-4f5e-a45b-e639703fd9dd", "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": "4c7cc20c-c90d-4f23-96fd-0cc45a34bed9", "generatedFromUUID": "4f7cf523-5c49-4f5e-a45b-e639703fd9dd" }, "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": "4c7cc20c-c90d-4f23-96fd-0cc45a34bed9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTJhNzUwYzJkZDQzZTg0ZjM0NjczMWUwMGEyZDA4MDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8c15a62-f3b0-4676-b57e-7f49b71db806" } ], "workloadContext": "Production" } 2023-01-13T07:04:10.333Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:04:10.333Z|da0f2617-7b48-478b-8090-5966326c33a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7662e3b6-0dba-48fd-8192-c4da2baa8855 ASDC 2023-01-13T07:04:10.334Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:329f9c35-b7c5-4c04-867e-2b301a6934a4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7662e3b6-0dba-48fd-8192-c4da2baa8855 ServiceInvariantUUID:192c2680-e22e-4c8f-a641-82d8810105a6 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:a8c15a62-f3b0-4676-b57e-7f49b71db806 ArtifactChecksum:YTJhNzUwYzJkZDQzZTg0ZjM0NjczMWUwMGEyZDA4MDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d7a0a2e6-5a91-4801-af0c-89d47eb2f482 ResourceInvariantUUID:9f5e4448-dce2-497b-a952-37c435981967 ResourceName:basic_vm ResourceType:VF ResourceUUID:76ec2b0f-2bd0-4d89-b796-348225519198 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:19a8a26a-b7b4-49c0-9b80-7f2cd5f27f57 ArtifactChecksum:ZTJiMzgxNjllOTdmNGI1MjAwZjFmZDIxNTM3OWM0N2U= 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:4f7cf523-5c49-4f5e-a45b-e639703fd9dd 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:4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 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:4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T07:04:10.334Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7662e3b6-0dba-48fd-8192-c4da2baa8855 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:04:10.405Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:04:10.406Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:04:10.406Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:04:10.407Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a8c15a62-f3b0-4676-b57e-7f49b71db806 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-13T07:04:10.407Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:04:10.408Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:10.491Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:04:10.495Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a8c15a62-f3b0-4676-b57e-7f49b71db806 75187 2023-01-13T07:04:10.495Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:10.495Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:10.495Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:04:10.496Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:10.496Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:10.496Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593450495, "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-13T07:04:11.496Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:04:11.500Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:04:11.501Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a8c15a62-f3b0-4676-b57e-7f49b71db806, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-13T07:04:11.501Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-13T07:04:11.503Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-13T07:04:11.503Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-13T07:04:11.708Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3615842145615859101/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-13T07:04:13.438Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.439Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:04:13.440Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:13.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:04:13.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:04:13.442Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.442Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.443Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:13.443Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:04:13.443Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:04:13.443Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.443Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.444Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.444Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-13T07:04:13.444Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-13T07:04:13.444Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-13T07:04:13.444Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-13T07:04:13.445Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:04:13.445Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T07:04:13.445Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.445Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.446Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.446Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:13.446Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:13.447Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.447Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:13.447Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:13.448Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.448Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:13.448Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:13.448Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.449Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-13T07:04:13.449Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-13T07:04:13.449Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:04:13.449Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0e15453-3a65-4e38-8a2e-2e2a0f8e4324 2023-01-13T07:04:13.450Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.450Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.450Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.450Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.451Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.451Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.451Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:13.451Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.451Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7662e3b6-0dba-48fd-8192-c4da2baa8855 Model Version:NULL Model InvariantUuid:192c2680-e22e-4c8f-a641-82d8810105a6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f68ec1ae-3ef5-4531-b68b-38509cdf2108 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f5e4448-dce2-497b-a952-37c435981967 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d7a0a2e6-5a91-4801-af0c-89d47eb2f482 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c95eeb33-adba-48de-bdaf-279b9bc60846 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5f1ef266-a8ef-47bd-8678-bd0365f90b14 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0e15453-3a65-4e38-8a2e-2e2a0f8e4324 ModelInvariantUuid:86476dbe-b35b-453a-8adb-7a74ba27619b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:62974064-3542-4043-b1de-eb3857113eae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cd450550-16ea-4f92-a712-6c6ccd6081c4 ModelInvariantUuid:deeff5f0-ada6-449a-9991-57eac49fe577 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:cec07f0f-dd06-41c5-a722-aa8f185f2bdc 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-13T07:04:13.459Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 76ec2b0f-2bd0-4d89-b796-348225519198 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:04:13.463Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-01-13T07:04:13.463Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76ec2b0f-2bd0-4d89-b796-348225519198 2023-01-13T07:04:13.463Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19a8a26a-b7b4-49c0-9b80-7f2cd5f27f57 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-13T07:04:13.463Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:04:13.463Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.582Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:04:13.583Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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 19a8a26a-b7b4-49c0-9b80-7f2cd5f27f57 787 2023-01-13T07:04:13.584Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.584Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:13.584Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:04:13.585Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:13.585Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:13.585Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593453583, "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-13T07:04:14.587Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c95eeb33-adba-48de-bdaf-279b9bc60846", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f1ef266-a8ef-47bd-8678-bd0365f90b14", "vfModuleModelCustomizationUUID": "9ca1ae2e-6a7b-4fdc-9266-97ac78640067", "isBase": true, "artifacts": [ "4f7cf523-5c49-4f5e-a45b-e639703fd9dd", "4c7cc20c-c90d-4f23-96fd-0cc45a34bed9" ], "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-13T07:04:14.594Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f1ef266-a8ef-47bd-8678-bd0365f90b14 VfModuleModelInvariantUUID:c95eeb33-adba-48de-bdaf-279b9bc60846 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f7cf523-5c49-4f5e-a45b-e639703fd9dd , 4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 } 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-13T07:04:14.597Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c95eeb33-adba-48de-bdaf-279b9bc60846", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f1ef266-a8ef-47bd-8678-bd0365f90b14", "vfModuleModelCustomizationUUID": "9ca1ae2e-6a7b-4fdc-9266-97ac78640067", "isBase": true, "artifacts": [ "4f7cf523-5c49-4f5e-a45b-e639703fd9dd", "4c7cc20c-c90d-4f23-96fd-0cc45a34bed9" ], "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-13T07:04:14.597Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f1ef266-a8ef-47bd-8678-bd0365f90b14 VfModuleModelInvariantUUID:c95eeb33-adba-48de-bdaf-279b9bc60846 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f7cf523-5c49-4f5e-a45b-e639703fd9dd , 4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 } 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-13T07:04:14.597Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f7cf523-5c49-4f5e-a45b-e639703fd9dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-13T07:04:14.598Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:04:14.598Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:14.676Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:04:14.676Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4f7cf523-5c49-4f5e-a45b-e639703fd9dd 5033 2023-01-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:14.677Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593454676, "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-13T07:04:15.679Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-13T07:04:15.679Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:04:15.679Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:15.748Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:04:15.749Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4c7cc20c-c90d-4f23-96fd-0cc45a34bed9 903 2023-01-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:15.750Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593455749, "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-13T07:04:16.752Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7662e3b6-0dba-48fd-8192-c4da2baa8855 2023-01-13T07:04:16.752Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 76ec2b0f-2bd0-4d89-b796-348225519198 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-13T07:04:16.771Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17518702, org.onap.sdc.toscaparser.api.parameters.Input@49fb3bb9, org.onap.sdc.toscaparser.api.parameters.Input@7d4c5e9a, org.onap.sdc.toscaparser.api.parameters.Input@21553e71, org.onap.sdc.toscaparser.api.parameters.Input@3a27c4ce] 2023-01-13T07:04:16.773Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.774Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.774Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-13T07:04:16.774Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7a0a2e6-5a91-4801-af0c-89d47eb2f482 2023-01-13T07:04:16.775Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7a0a2e6-5a91-4801-af0c-89d47eb2f482 matches Tosca VF Customization UUID: d7a0a2e6-5a91-4801-af0c-89d47eb2f482 2023-01-13T07:04:16.775Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7a0a2e6-5a91-4801-af0c-89d47eb2f482 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-13T07:04:16.778Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.779Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.780Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7a0a2e6-5a91-4801-af0c-89d47eb2f482: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-13T07:04:16.780Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d9833e7 2023-01-13T07:04:16.780Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.781Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.781Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ca1ae2e-6a7b-4fdc-9266-97ac78640067 2023-01-13T07:04:16.782Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ca1ae2e-6a7b-4fdc-9266-97ac78640067 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-13T07:04:16.786Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.787Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:16.787Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:16.788Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.788Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:16.788Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:16.788Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.788Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-13T07:04:16.789Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-13T07:04:16.789Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:04:16.789Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0e15453-3a65-4e38-8a2e-2e2a0f8e4324 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-13T07:04:16.793Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.794Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:16.794Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:04:16.794Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.794Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-13T07:04:16.795Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d7a0a2e6-5a91-4801-af0c-89d47eb2f482 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:04:16.799Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.799Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.800Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7662e3b6-0dba-48fd-8192-c4da2baa8855: basic_vm 2023-01-13T07:04:16.800Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.800Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.800Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.801Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.801Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.801Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.801Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.801Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.802Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:04:16.802Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.802Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.922Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 76ec2b0f-2bd0-4d89-b796-348225519198 1 ASDC deployResourceStructure 2023-01-13T07:04:16.922Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.923Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:16.923Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:04:16.923Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:16.923Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:16.923Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593456922, "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-13T07:04:17.925Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:17.926Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:17.926Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:04:17.926Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:17.926Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:17.927Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593457925, "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-13T07:04:18.928Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:18.930Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:18.931Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:04:18.931Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:18.931Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:18.931Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593458928, "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-13T07:04:19.935Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:19.935Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:04:19.935Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:04:19.937Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:04:19.937Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:04:19.937Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593459935, "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-13T07:04:20.938Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:04:20.953Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:04:20.968Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:04:20.968Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:04:20.968Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:04:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:04:24.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.605Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.606Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.608Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.608Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593382990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "ves-openapi-manager", "timestamp": 1673593393494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:04:24.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.618Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593383218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:04:24.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.618Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593379516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593382194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.619Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593393474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593403632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593404093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593403911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593403924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593404262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.622Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593404914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:04:24.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:24.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.623Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "cds-sdc-listener", "timestamp": 1673593405099, "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=? 2023-01-13T07:04:24.643Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 329f9c35-b7c5-4c04-867e-2b301a6934a4 2023-01-13T07:04:24.643Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 329f9c35-b7c5-4c04-867e-2b301a6934a4 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-13T07:04:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:04:24.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593404737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:04:24.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:04:50.969Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:04:50.997Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:04:51.003Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:04:51.003Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:04:51.003Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:05:21.003Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:05:21.031Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:05:21.044Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:05:21.045Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:05:21.045Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:05:24.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:05:24.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.605Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "policy-distribution", "timestamp": 1673593405916, "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-13T07:05:24.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 329f9c35-b7c5-4c04-867e-2b301a6934a4 2023-01-13T07:05:24.642Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 329f9c35-b7c5-4c04-867e-2b301a6934a4 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-13T07:05:24.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593405853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593406569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593406869, "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-13T07:05:24.677Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 329f9c35-b7c5-4c04-867e-2b301a6934a4 2023-01-13T07:05:24.678Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 329f9c35-b7c5-4c04-867e-2b301a6934a4 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-13T07:05:24.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593407573, "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-13T07:05:24.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 329f9c35-b7c5-4c04-867e-2b301a6934a4 2023-01-13T07:05:24.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 329f9c35-b7c5-4c04-867e-2b301a6934a4 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-13T07:05:24.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "multicloud-k8s", "timestamp": 1673593407873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593413481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "aai-model-loader", "timestamp": 1673593414484, "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-13T07:05:24.732Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 329f9c35-b7c5-4c04-867e-2b301a6934a4 2023-01-13T07:05:24.733Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 329f9c35-b7c5-4c04-867e-2b301a6934a4 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-13T07:05:24.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "da0f2617-7b48-478b-8090-5966326c33a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593442266, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:05:24.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:05:24.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:05:24.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:05:24.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:05:24.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-13T07:05:24.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:05:24.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593443297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:05:24.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593450495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:05:24.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593453583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:05:24.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593454676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:05:24.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593455749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:05:24.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593456922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593457925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.778Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593458928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:24.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:05:24.779Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593459935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:05:24.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:05:51.045Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:05:51.062Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:05:51.066Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:05:51.066Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:05:51.066Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:05:51.066Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:05:51.067Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:05:51.067Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:05:51.067Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:05:51.067Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:05:51.068Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:05:51.068Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:05:51.096Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:06:21.096Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:06:21.105Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 329f9c35-b7c5-4c04-867e-2b301a6934a4 and serviceModelVersionId: 7662e3b6-0dba-48fd-8192-c4da2baa8855 2023-01-13T07:06:21.106Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 192c2680-e22e-4c8f-a641-82d8810105a6 2023-01-13T07:06:21.107Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0 2023-01-13T07:06:21.114Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:06:21.187Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0|INFO|500||Invoke 2023-01-13T07:06:21.188Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[329f9c35-b7c5-4c04-867e-2b301a6934a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d794685-0777-4855-ae7d-112a380787c1], X-ECOMP-RequestID=[329f9c35-b7c5-4c04-867e-2b301a6934a4], X-TransactionId=[], X-ONAP-RequestID=[329f9c35-b7c5-4c04-867e-2b301a6934a4], Content-Type=[application/merge-patch+json]} 2023-01-13T07:06:21.239Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:06:21.410Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?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/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:06:22 GMT], content-length=[0], vertex-id=[225368], x-aai-txid=[0-aai-resources-230113-07:06:22:198-88535], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:06:21.414Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:06:21.416Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192c2680-e22e-4c8f-a641-82d8810105a6/model-vers/model-ver/7662e3b6-0dba-48fd-8192-c4da2baa8855?depth=0|INFO|500||InvokeReturn 2023-01-13T07:06:21.416Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:06:21.416Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:06:21.436Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|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-13T07:06:21.437Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 329f9c35-b7c5-4c04-867e-2b301a6934a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:06:21.437Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:06:21.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:21.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:21.441Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593581437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:06:22.461Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:06:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:06:24.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:06:24.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "329f9c35-b7c5-4c04-867e-2b301a6934a4", "consumerID": "SO-sdc-controller", "timestamp": 1673593581437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:06:24.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:06:37.696Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-13T07:06:37.698Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f1cd132d-1151-4d96-92f4-3ebed6148213","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52","serviceDescription":"service","serviceInvariantUUID":"52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51d24882-31b6-4266-95af-53196b8e802d","resourceInvariantUUID":"f9f92e88-c1e0-4767-bb5a-125e3db4030f","resourceCustomizationUUID":"c27174b3-a191-424d-9297-2905c50d80b2","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":"NzE2ZDRmNjUyYzRmNGNiMWFmMjIwZTZkYmE1MmJkZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e32d075b-e0a0-400a-9e39-dddb17df7297","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":"e53ca690-e042-4ddd-9839-ce591a36c05f","artifactVersion":"2","generatedFromUUID":"f1d36fed-12cb-4cdd-b225-8ad6133fabe5"},{"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":"f1d36fed-12cb-4cdd-b225-8ad6133fabe5","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":"ODJiYWY1ZTNhZWRkZjZlYTdlZGEyNzU0ZDkxMzIzOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eca54b21-3f81-4532-b5ae-8a91c160bac6","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":"e67fe644-d8c0-420a-9511-7eb0ee4992f1","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":"f85db66e-0a43-4e3e-af98-5cd7058d3a73","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":"a370e3ce-e228-4623-9a7e-dee891224f49","artifactVersion":"2","generatedFromUUID":"e67fe644-d8c0-420a-9511-7eb0ee4992f1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjY3MGFkYmFhMjVlOTAyMTYyY2M0OTI1MTk5MTcyNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3039875-0658-4946-be74-b35a6cd757fb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDExYWMwMDFkYzYxMDI4NjEzZmJkMmU5ZGRlMzRiMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a54d9278-4761-429d-9a16-20af6edfbed5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:06:37.702Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:37.703Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:37.703Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:37.703Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:38.705Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:38.706Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:38.706Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:38.706Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:39.708Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:39.709Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:39.709Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:39.709Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:40.710Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:40.711Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:40.711Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:40.711Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:41.712Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:41.713Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:41.713Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:41.713Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:42.714Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:42.715Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:42.715Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:42.715Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:43.717Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:43.718Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:43.718Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:43.720Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:44.724Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:44.725Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:44.725Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:44.725Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "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-13T07:06:45.726Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:06:45.727Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:45.728Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:45.728Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:06:46.730Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52", "serviceDescription": "service", "serviceInvariantUUID": "52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c27174b3-a191-424d-9297-2905c50d80b2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "51d24882-31b6-4266-95af-53196b8e802d", "resourceInvariantUUID": "f9f92e88-c1e0-4767-bb5a-125e3db4030f", "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": "e53ca690-e042-4ddd-9839-ce591a36c05f", "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": "f1d36fed-12cb-4cdd-b225-8ad6133fabe5", "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": "ODJiYWY1ZTNhZWRkZjZlYTdlZGEyNzU0ZDkxMzIzOWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eca54b21-3f81-4532-b5ae-8a91c160bac6", "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": "e67fe644-d8c0-420a-9511-7eb0ee4992f1", "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": "a370e3ce-e228-4623-9a7e-dee891224f49", "generatedFromUUID": "e67fe644-d8c0-420a-9511-7eb0ee4992f1" }, "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": "a370e3ce-e228-4623-9a7e-dee891224f49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDExYWMwMDFkYzYxMDI4NjEzZmJkMmU5ZGRlMzRiMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a54d9278-4761-429d-9a16-20af6edfbed5" } ], "workloadContext": "Production" } 2023-01-13T07:06:46.731Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:06:46.731Z|329f9c35-b7c5-4c04-867e-2b301a6934a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 ASDC 2023-01-13T07:06:46.732Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f1cd132d-1151-4d96-92f4-3ebed6148213 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 ServiceInvariantUUID:52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6 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:a54d9278-4761-429d-9a16-20af6edfbed5 ArtifactChecksum:NDExYWMwMDFkYzYxMDI4NjEzZmJkMmU5ZGRlMzRiMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c27174b3-a191-424d-9297-2905c50d80b2 ResourceInvariantUUID:f9f92e88-c1e0-4767-bb5a-125e3db4030f ResourceName:basic_cnf ResourceType:VF ResourceUUID:51d24882-31b6-4266-95af-53196b8e802d 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:e53ca690-e042-4ddd-9839-ce591a36c05f 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:f1d36fed-12cb-4cdd-b225-8ad6133fabe5 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:eca54b21-3f81-4532-b5ae-8a91c160bac6 ArtifactChecksum:ODJiYWY1ZTNhZWRkZjZlYTdlZGEyNzU0ZDkxMzIzOWE= 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:e67fe644-d8c0-420a-9511-7eb0ee4992f1 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:a370e3ce-e228-4623-9a7e-dee891224f49 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:a370e3ce-e228-4623-9a7e-dee891224f49 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T07:06:46.732Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:06:46.818Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:06:46.820Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:06:46.821Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:06:46.821Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a54d9278-4761-429d-9a16-20af6edfbed5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-13T07:06:46.821Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:46.823Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:47.314Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:47.332Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a54d9278-4761-429d-9a16-20af6edfbed5 73994 2023-01-13T07:06:47.332Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:47.333Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:47.340Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:47.340Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:47.340Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:47.341Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593607332, "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-13T07:06:48.343Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:06:48.344Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:06:48.344Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a54d9278-4761-429d-9a16-20af6edfbed5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-13T07:06:48.345Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-13T07:06:48.345Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-13T07:06:48.346Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-13T07:06:48.672Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13586553369129701557/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-13T07:06:51.029Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:06:51.030Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:06:51.030Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-13T07:06:51.030Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-13T07:06:51.035Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.035Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.035Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.035Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.035Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:06:51.036Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.036Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.036Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:51.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:06:51.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:06:51.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:51.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:06:51.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:06:51.039Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.039Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.039Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.039Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-13T07:06:51.039Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-13T07:06:51.040Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-13T07:06:51.040Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T07:06:51.040Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.040Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.041Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.041Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:51.041Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:51.041Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.042Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:51.042Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:51.042Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.042Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:51.043Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:51.043Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.043Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-13T07:06:51.043Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-13T07:06:51.044Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b5f6dbde-d355-4151-8dac-306d7714cedf 2023-01-13T07:06:51.044Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.044Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.044Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.044Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.045Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.045Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.045Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:51.045Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.045Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 Model Version:NULL Model InvariantUuid:52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0e3b64de-3e67-4fd0-8de6-80ababcc4e99 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f9f92e88-c1e0-4767-bb5a-125e3db4030f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c27174b3-a191-424d-9297-2905c50d80b2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:78c59859-41c7-4314-8655-2f7e2a9dd4be ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9395ca5d-72fb-42fb-8eb9-d79334218668 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b5f6dbde-d355-4151-8dac-306d7714cedf ModelInvariantUuid:fddc47d7-3526-43a6-bbe5-1c8d6e0a9e0f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5f881f56-68d4-4815-abec-82c251517af4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:60302d2f-36a7-4843-9f0a-062ae7bff7fc ModelInvariantUuid:23fea610-25dc-42d0-bf1f-2e868f7c7a1d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:357fb519-7024-4c0d-9c10-684e806f4799 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-13T07:06:51.065Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 51d24882-31b6-4266-95af-53196b8e802d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:06:51.079Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-01-13T07:06:51.079Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51d24882-31b6-4266-95af-53196b8e802d 2023-01-13T07:06:51.079Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e53ca690-e042-4ddd-9839-ce591a36c05f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-13T07:06:51.080Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:51.080Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.256Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:51.256Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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 e53ca690-e042-4ddd-9839-ce591a36c05f 12 2023-01-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:51.257Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593611256, "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-13T07:06:52.258Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f1d36fed-12cb-4cdd-b225-8ad6133fabe5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-13T07:06:52.259Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:52.259Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:52.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:52.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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 f1d36fed-12cb-4cdd-b225-8ad6133fabe5 2688 2023-01-13T07:06:52.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:52.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:52.542Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:52.542Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:52.542Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:52.542Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593612541, "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-13T07:06:53.544Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eca54b21-3f81-4532-b5ae-8a91c160bac6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-13T07:06:53.545Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:53.545Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:53.673Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:53.675Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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 eca54b21-3f81-4532-b5ae-8a91c160bac6 828 2023-01-13T07:06:53.675Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:53.676Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:53.676Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:53.676Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:53.677Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:53.677Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593613675, "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-13T07:06:54.679Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "78c59859-41c7-4314-8655-2f7e2a9dd4be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9395ca5d-72fb-42fb-8eb9-d79334218668", "vfModuleModelCustomizationUUID": "d9d10b1f-0510-4988-8abd-62cd2de4a491", "isBase": true, "artifacts": [ "e67fe644-d8c0-420a-9511-7eb0ee4992f1", "f1d36fed-12cb-4cdd-b225-8ad6133fabe5", "a370e3ce-e228-4623-9a7e-dee891224f49" ], "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-13T07:06:54.683Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9395ca5d-72fb-42fb-8eb9-d79334218668 VfModuleModelInvariantUUID:78c59859-41c7-4314-8655-2f7e2a9dd4be VfModuleModelDescription:NULL Artifacts UUID List:{ e67fe644-d8c0-420a-9511-7eb0ee4992f1 , f1d36fed-12cb-4cdd-b225-8ad6133fabe5 , a370e3ce-e228-4623-9a7e-dee891224f49 } 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-13T07:06:54.685Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "78c59859-41c7-4314-8655-2f7e2a9dd4be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9395ca5d-72fb-42fb-8eb9-d79334218668", "vfModuleModelCustomizationUUID": "d9d10b1f-0510-4988-8abd-62cd2de4a491", "isBase": true, "artifacts": [ "e67fe644-d8c0-420a-9511-7eb0ee4992f1", "f1d36fed-12cb-4cdd-b225-8ad6133fabe5", "a370e3ce-e228-4623-9a7e-dee891224f49" ], "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-13T07:06:54.686Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9395ca5d-72fb-42fb-8eb9-d79334218668 VfModuleModelInvariantUUID:78c59859-41c7-4314-8655-2f7e2a9dd4be VfModuleModelDescription:NULL Artifacts UUID List:{ e67fe644-d8c0-420a-9511-7eb0ee4992f1 , f1d36fed-12cb-4cdd-b225-8ad6133fabe5 , a370e3ce-e228-4623-9a7e-dee891224f49 } 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-13T07:06:54.686Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e67fe644-d8c0-420a-9511-7eb0ee4992f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-13T07:06:54.686Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:54.686Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:54.918Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:54.919Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e67fe644-d8c0-420a-9511-7eb0ee4992f1 1164 2023-01-13T07:06:54.919Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:54.919Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:54.920Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:54.920Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:54.920Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:54.920Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593614919, "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-13T07:06:55.921Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a370e3ce-e228-4623-9a7e-dee891224f49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-13T07:06:55.921Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:06:55.922Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:56.036Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:06:56.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a370e3ce-e228-4623-9a7e-dee891224f49 200 2023-01-13T07:06:56.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:56.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:56.037Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:06:56.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:56.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:56.038Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593616037, "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-13T07:06:57.040Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 2023-01-13T07:06:57.041Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 51d24882-31b6-4266-95af-53196b8e802d 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2023-01-13T07:06:57.062Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_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-13T07:06:57.067Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64c0ecae, org.onap.sdc.toscaparser.api.parameters.Input@62469a0d, org.onap.sdc.toscaparser.api.parameters.Input@253d3b81, org.onap.sdc.toscaparser.api.parameters.Input@70f5f58a, org.onap.sdc.toscaparser.api.parameters.Input@13b3d2a6] 2023-01-13T07:06:57.070Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.070Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.071Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-13T07:06:57.071Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c27174b3-a191-424d-9297-2905c50d80b2 2023-01-13T07:06:57.071Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c27174b3-a191-424d-9297-2905c50d80b2 matches Tosca VF Customization UUID: c27174b3-a191-424d-9297-2905c50d80b2 2023-01-13T07:06:57.071Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c27174b3-a191-424d-9297-2905c50d80b2 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-13T07:06:57.075Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.076Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.077Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c27174b3-a191-424d-9297-2905c50d80b2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-13T07:06:57.078Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56589327 2023-01-13T07:06:57.081Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.081Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.082Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9d10b1f-0510-4988-8abd-62cd2de4a491 2023-01-13T07:06:57.082Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9d10b1f-0510-4988-8abd-62cd2de4a491 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-13T07:06:57.085Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.086Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:57.086Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:57.087Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.087Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:57.087Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:57.087Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.088Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-13T07:06:57.088Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-13T07:06:57.088Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b5f6dbde-d355-4151-8dac-306d7714cedf 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-13T07:06:57.092Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.092Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:57.093Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:06:57.093Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.093Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-13T07:06:57.093Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c27174b3-a191-424d-9297-2905c50d80b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:06:57.097Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.097Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.097Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52: basic_cnf 2023-01-13T07:06:57.098Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.098Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.098Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.098Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.098Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.099Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.188Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 51d24882-31b6-4266-95af-53196b8e802d 1 ASDC deployResourceStructure 2023-01-13T07:06:57.189Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.189Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:57.190Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-13T07:06:57.190Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:57.190Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:57.190Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593617188, "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-13T07:06:58.194Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:58.194Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:58.194Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-13T07:06:58.195Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:58.195Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:58.195Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593618194, "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-13T07:06:59.197Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:59.198Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:06:59.198Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:06:59.198Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:06:59.198Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:06:59.199Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593619197, "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-13T07:07:00.200Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:00.200Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:00.201Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:07:00.201Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:07:00.201Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:07:00.201Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593620200, "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-13T07:07:01.202Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:01.203Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:01.203Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:07:01.204Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:07:01.204Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:07:01.204Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593621202, "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-13T07:07:02.206Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:02.207Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:02.207Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:07:02.208Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:07:02.208Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:07:02.208Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593622206, "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-13T07:07:03.210Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1cd132d-1151-4d96-92f4-3ebed6148213 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:07:03.224Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1cd132d-1151-4d96-92f4-3ebed6148213 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:07:03.227Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:07:03.228Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:07:03.228Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:07:24.598Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:07:24.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.627Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-13T07:07:24.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-13T07:07:24.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.641Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.642Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.643Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "ves-openapi-manager", "timestamp": 1673593593499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593586926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593593218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593582461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593586122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593588883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593608259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593608560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593608581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593607332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593608797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593609563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "cds-sdc-listener", "timestamp": 1673593609820, "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=? 2023-01-13T07:07:24.669Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1cd132d-1151-4d96-92f4-3ebed6148213 2023-01-13T07:07:24.670Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1cd132d-1151-4d96-92f4-3ebed6148213 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-13T07:07:24.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.686Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593609478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.687Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "policy-distribution", "timestamp": 1673593610564, "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-13T07:07:24.693Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1cd132d-1151-4d96-92f4-3ebed6148213 2023-01-13T07:07:24.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1cd132d-1151-4d96-92f4-3ebed6148213 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-13T07:07:24.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.703Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593610706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.706Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593611889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593611256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.711Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.711Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593612946, "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-13T07:07:24.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1cd132d-1151-4d96-92f4-3ebed6148213 2023-01-13T07:07:24.724Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1cd132d-1151-4d96-92f4-3ebed6148213 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-13T07:07:24.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593612541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593613583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "multicloud-k8s", "timestamp": 1673593613951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593613675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.746Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593614919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593615837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.751Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593616843, "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-13T07:07:24.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1cd132d-1151-4d96-92f4-3ebed6148213 2023-01-13T07:07:24.767Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1cd132d-1151-4d96-92f4-3ebed6148213 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-13T07:07:24.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593616037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.796Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.797Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593610826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.798Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.798Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.799Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593617188, "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-13T07:07:24.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-13T07:07:24.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593611566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593619012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.802Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.803Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.804Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593618194, "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-13T07:07:24.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593619469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593619736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "cds-sdc-listener", "timestamp": 1673593620020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-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-13T07:07:24.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c97f573-d359-4b5d-9eb8-3d864eeb8897 2023-01-13T07:07:24.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c97f573-d359-4b5d-9eb8-3d864eeb8897 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-13T07:07:24.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593619197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "aai-model-loader", "timestamp": 1673593620473, "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-13T07:07:24.855Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1cd132d-1151-4d96-92f4-3ebed6148213 2023-01-13T07:07:24.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1cd132d-1151-4d96-92f4-3ebed6148213 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-13T07:07:24.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.871Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593613492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.872Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593620739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.873Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593620200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "policy-distribution", "timestamp": 1673593621740, "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-13T07:07:24.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c97f573-d359-4b5d-9eb8-3d864eeb8897 2023-01-13T07:07:24.885Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c97f573-d359-4b5d-9eb8-3d864eeb8897 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-13T07:07:24.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593621766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "multicloud-k8s", "timestamp": 1673593614954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593621202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593622973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593622206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.899Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "ves-openapi-manager", "timestamp": 1673593623976, "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-13T07:07:24.908Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8c97f573-d359-4b5d-9eb8-3d864eeb8897 2023-01-13T07:07:24.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c97f573-d359-4b5d-9eb8-3d864eeb8897 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-13T07:07:24.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.918Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.919Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593603462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593626018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.920Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593627982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:07:24.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673593628986, "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-13T07:07:24.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c97f573-d359-4b5d-9eb8-3d864eeb8897 2023-01-13T07:07:24.927Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c97f573-d359-4b5d-9eb8-3d864eeb8897 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-13T07:07:24.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.937Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593623218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:07:24.937Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.937Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593631340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:07:24.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.938Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593638624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:07:24.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:07:24.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:07:24.939Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "aai-model-loader", "timestamp": 1673593639627, "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-13T07:07:24.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c97f573-d359-4b5d-9eb8-3d864eeb8897 2023-01-13T07:07:24.944Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c97f573-d359-4b5d-9eb8-3d864eeb8897 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-13T07:07:33.228Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1cd132d-1151-4d96-92f4-3ebed6148213 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:07:33.241Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1cd132d-1151-4d96-92f4-3ebed6148213 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:07:33.245Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:07:33.246Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:07:33.259Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:08:03.259Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1cd132d-1151-4d96-92f4-3ebed6148213 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:08:03.266Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1cd132d-1151-4d96-92f4-3ebed6148213 and serviceModelVersionId: 18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52 2023-01-13T07:08:03.267Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6 2023-01-13T07:08:03.268Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0 2023-01-13T07:08:03.274Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:08:03.371Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0|INFO|500||Invoke 2023-01-13T07:08:03.372Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1cd132d-1151-4d96-92f4-3ebed6148213], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e3a472d-bf74-4973-9137-d8259eeb33c9], X-ECOMP-RequestID=[f1cd132d-1151-4d96-92f4-3ebed6148213], X-TransactionId=[], X-ONAP-RequestID=[f1cd132d-1151-4d96-92f4-3ebed6148213], Content-Type=[application/merge-patch+json]} 2023-01-13T07:08:03.398Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:08:03.490Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?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/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:08:04 GMT], content-length=[0], vertex-id=[430112], x-aai-txid=[1-aai-resources-230113-07:08:04:353-58935], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:08:03.491Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:08:03.493Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52452b43-1fa7-42dc-8ee6-2d7ae7ebdab6/model-vers/model-ver/18e4cf8f-cee0-4a5d-9c0d-c11984bd4e52?depth=0|INFO|500||InvokeReturn 2023-01-13T07:08:03.496Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:08:03.496Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:08:03.504Z|f1cd132d-1151-4d96-92f4-3ebed6148213|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-13T07:08:03.506Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1cd132d-1151-4d96-92f4-3ebed6148213 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:08:03.506Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:08:03.507Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:03.507Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:03.508Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593683506, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:08:04.522Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:08:04.531Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-13T07:08:04.532Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"8c97f573-d359-4b5d-9eb8-3d864eeb8897","serviceName":"Demo_pNF_MQFwI8QYgB57wkew33ab","serviceVersion":"1.0","serviceUUID":"0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5","serviceDescription":"catalog service description","serviceInvariantUUID":"8d45030b-4165-4594-b3d5-92b9e645e9c9","resources":[{"resourceInstanceName":"pNF 39e4a6c2-a163 0","resourceName":"pNF 39e4a6c2-a163","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12a18528-baac-4673-8649-31da2ee9c5b3","resourceInvariantUUID":"ad7ac3df-5a88-4d71-8182-a0a24a4845a7","resourceCustomizationUUID":"50a243c9-9fe6-4063-8050-1b8519457627","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml","artifactChecksum":"YTg3MWM4MzE2MjFkNWRiMTBmNTkyOGI4OGNmODFmYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb1f374-5fc2-44ac-8a06-592112a31217","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar","artifactChecksum":"NzBjYTcxNDI4MDg2YWM3ZmY1OWI4ZjM2MzljOWZiODU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89807f88-f0b5-4b5f-8e44-d17afe623816","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e64f33a7-f788-4512-b69e-875a16b24f55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml","artifactChecksum":"MWVhZDc5OWUxNzdkNDg5MDRlNTAyYjVlYWExYWZlMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5929307c-4353-4e1a-a273-adf24a720023","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d318aa3c-91fe-4797-ae0c-7a568c5d4d9b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34828303-8f5c-413f-9890-c57e2acf69a3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMqfwi8qygb57wkew33ab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml","artifactChecksum":"MDcxNjgyMWFmM2EzNjdkMjhiOTUyODQ3NDQxMTM1ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26d11b45-993f-45fd-9937-d72c4dd1eef9","artifactVersion":"1"},{"artifactName":"service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar","artifactChecksum":"NTJiZmE4MjU4NDFmMjJkZjlkMTI5MTRmOGQ3MGY4MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7d99e4c-1a44-4002-ad0d-e9a831fb5de7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:08:04.537Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:04.538Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:04.538Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:04.539Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:05.540Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:05.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:05.541Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:05.542Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:06.543Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:06.544Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:06.545Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:06.545Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:07.546Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:07.548Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:07.548Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:07.549Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:08.550Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:08.551Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:08.551Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:08.551Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:09.552Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:09.553Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:09.553Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:09.553Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:10.555Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:10.555Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:10.556Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:10.556Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:11.559Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:08:11.559Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:11.560Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:11.560Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:12.561Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "serviceName": "Demo_pNF_MQFwI8QYgB57wkew33ab", "serviceVersion": "1.0", "serviceUUID": "0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8d45030b-4165-4594-b3d5-92b9e645e9c9", "resources": [ { "resourceInstanceName": "pNF 39e4a6c2-a163 0", "resourceCustomizationUUID": "50a243c9-9fe6-4063-8050-1b8519457627", "resourceName": "pNF 39e4a6c2-a163", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "12a18528-baac-4673-8649-31da2ee9c5b3", "resourceInvariantUUID": "ad7ac3df-5a88-4d71-8182-a0a24a4845a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "artifactChecksum": "NTJiZmE4MjU4NDFmMjJkZjlkMTI5MTRmOGQ3MGY4MmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7d99e4c-1a44-4002-ad0d-e9a831fb5de7" } ], "workloadContext": "Production" } 2023-01-13T07:08:12.562Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:08:12.562Z|f1cd132d-1151-4d96-92f4-3ebed6148213|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 ASDC 2023-01-13T07:08:12.563Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8c97f573-d359-4b5d-9eb8-3d864eeb8897 ServiceName:Demo_pNF_MQFwI8QYgB57wkew33ab ServiceVersion:1.0 ServiceUUID:0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 ServiceInvariantUUID:8d45030b-4165-4594-b3d5-92b9e645e9c9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar ArtifactUUID:e7d99e4c-1a44-4002-ad0d-e9a831fb5de7 ArtifactChecksum:NTJiZmE4MjU4NDFmMjJkZjlkMTI5MTRmOGQ3MGY4MmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 39e4a6c2-a163 0 ResourceCustomizationUUID:50a243c9-9fe6-4063-8050-1b8519457627 ResourceInvariantUUID:ad7ac3df-5a88-4d71-8182-a0a24a4845a7 ResourceName:pNF 39e4a6c2-a163 ResourceType:PNF ResourceUUID:12a18528-baac-4673-8649-31da2ee9c5b3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-13T07:08:12.563Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:08:12.616Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:08:12.617Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:08:12.617Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:08:12.617Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e7d99e4c-1a44-4002-ad0d-e9a831fb5de7 from URL: /sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:12.617Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-13T07:08:12.619Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:12.755Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-13T07:08:12.761Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar e7d99e4c-1a44-4002-ad0d-e9a831fb5de7 88015 2023-01-13T07:08:12.762Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar ASDC sendASDCNotification 2023-01-13T07:08:12.762Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:12.762Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:08:12.763Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:12.763Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:12.763Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593692762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:13.767Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:08:13.768Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-13T07:08:13.769Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e7d99e4c-1a44-4002-ad0d-e9a831fb5de7, URL: /sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar to file: /app/ASDC/1/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:13.772Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:13.772Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:13.772Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:13.970Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4328341356211728855/Definitions/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml 2023-01-13T07:08:15.205Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:08:15.205Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:08:15.205Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 39e4a6c2-a163 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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.206Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.207Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.207Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-13T07:08:15.207Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.207Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.207Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Node template pNF 39e4a6c2-a163 0 is matching search criteria 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 39e4a6c2-a163 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Node template pNF 39e4a6c2-a163 0 is matching search criteria 2023-01-13T07:08:15.208Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 39e4a6c2-a163 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.209Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.210Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MQFwI8QYgB57wkew33ab Description:catalog service description Model UUID:0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 Model Version:NULL Model InvariantUuid:8d45030b-4165-4594-b3d5-92b9e645e9c9 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-13T07:08:15.218Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12a18528-baac-4673-8649-31da2ee9c5b3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:08:15.222Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||pNF 39e4a6c2-a163 0 2023-01-13T07:08:15.222Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12a18528-baac-4673-8649-31da2ee9c5b3 2023-01-13T07:08:15.222Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 2023-01-13T07:08:15.222Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 2023-01-13T07:08:15.222Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 39e4a6c2-a163 0 12a18528-baac-4673-8649-31da2ee9c5b3 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-13T07:08:15.228Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e8fc5cf, org.onap.sdc.toscaparser.api.parameters.Input@7805851c, org.onap.sdc.toscaparser.api.parameters.Input@4d0bc1b, org.onap.sdc.toscaparser.api.parameters.Input@49a70aec, org.onap.sdc.toscaparser.api.parameters.Input@19560faa] 2023-01-13T07:08:15.228Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.229Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.229Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5: pNF 39e4a6c2-a163 2023-01-13T07:08:15.230Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Processing PNF resource: 12a18528-baac-4673-8649-31da2ee9c5b3 2023-01-13T07:08:15.230Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:08:15.231Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MQFwI8QYgB57wkew33ab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:08:15.231Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Resource customization UUID: 50a243c9-9fe6-4063-8050-1b8519457627 is the same as notified resource customizationUUID: 50a243c9-9fe6-4063-8050-1b8519457627 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-13T07:08:15.282Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 39e4a6c2-a163 12a18528-baac-4673-8649-31da2ee9c5b3 0 ASDC deployResourceStructure 2023-01-13T07:08:15.283Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar ASDC sendASDCNotification 2023-01-13T07:08:15.283Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar 2023-01-13T07:08:15.283Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:08:15.283Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:15.284Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:15.284Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593695283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:16.285Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c97f573-d359-4b5d-9eb8-3d864eeb8897 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:08:16.297Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c97f573-d359-4b5d-9eb8-3d864eeb8897 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:08:16.300Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:08:16.300Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:08:16.301Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:08:16.301Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:08:16.301Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.301Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.301Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.302Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.303Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.303Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:08:16.303Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-13T07:08:16.311Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:08:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:08:24.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f1cd132d-1151-4d96-92f4-3ebed6148213", "consumerID": "SO-sdc-controller", "timestamp": 1673593683506, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:08:24.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/resourceInstances/pnf39e4a6c2a1630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593684522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593692762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:08:24.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:24.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:08:24.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593695283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqfwi8qygb57wkew33ab/1.0/artifacts/service-DemoPnfMqfwi8qygb57wkew33ab-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:08:24.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:08:46.312Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c97f573-d359-4b5d-9eb8-3d864eeb8897 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:08:46.324Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c97f573-d359-4b5d-9eb8-3d864eeb8897 and serviceModelVersionId: 0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5 2023-01-13T07:08:46.324Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d45030b-4165-4594-b3d5-92b9e645e9c9 2023-01-13T07:08:46.326Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0 2023-01-13T07:08:46.336Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:08:46.431Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0|INFO|500||Invoke 2023-01-13T07:08:46.432Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c97f573-d359-4b5d-9eb8-3d864eeb8897], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08b3c009-ac8c-4b99-adf2-080af28c3563], X-ECOMP-RequestID=[8c97f573-d359-4b5d-9eb8-3d864eeb8897], X-TransactionId=[], X-ONAP-RequestID=[8c97f573-d359-4b5d-9eb8-3d864eeb8897], Content-Type=[application/merge-patch+json]} 2023-01-13T07:08:46.462Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:08:46.553Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?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/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:08:47 GMT], content-length=[0], vertex-id=[245944], x-aai-txid=[0-aai-resources-230113-07:08:47:420-86487], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:08:46.554Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:08:46.555Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d45030b-4165-4594-b3d5-92b9e645e9c9/model-vers/model-ver/0dfb14b7-f5e8-4fe0-99ce-dbdcea58dfe5?depth=0|INFO|500||InvokeReturn 2023-01-13T07:08:46.558Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:08:46.558Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-13T07:08:46.565Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|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-13T07:08:46.566Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c97f573-d359-4b5d-9eb8-3d864eeb8897 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:08:46.567Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:08:46.567Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:08:46.567Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:08:46.567Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593726566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:08:47.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:09:24.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:09:24.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-13T07:09:24.617Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "8c97f573-d359-4b5d-9eb8-3d864eeb8897", "consumerID": "SO-sdc-controller", "timestamp": 1673593726566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:09:24.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:09:47.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:10:24.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:10:47.605Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:11:24.597Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:11:47.605Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:12:24.598Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:12:47.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:13:24.600Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:13:47.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:14:24.602Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:14:47.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:15:24.603Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:15:47.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:16:24.607Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:16:47.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:17:24.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:17:47.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:18:24.609Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:18:25.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T07:18:25.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"b0000daf-8f29-44a4-a5e5-75e002f93998","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6","serviceDescription":"service","serviceInvariantUUID":"f04267e4-3846-410d-9d0d-385011b6ce53","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c1d753c-2792-4d1b-998e-75354f82c420","resourceInvariantUUID":"160c9680-c9fe-42da-b02d-4ac67945f148","resourceCustomizationUUID":"d3c6904f-edc4-46b7-a0fd-7a4932f895b3","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":"YTQwMDdiYjVkNTNkNzhmNmNhN2Y0ZTUwYjNiNTQ4MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a89b01cf-9f08-4463-bcf2-f28c802b3706","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":"MmFmNjk0OWZhOTQxZjk0OTk3ZDRjM2JiZDkyNzJlZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43f5df00-f448-4f3b-bd94-de40dd48563f","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":"dc21e201-ec49-4d7e-8c8b-21a29bd92062","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":"7534526f-e704-403f-ac05-efe6dfce3476","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":"8e71bcc6-9466-44bd-9da5-f55f3d565fd7","artifactVersion":"2","generatedFromUUID":"89bca6dd-08a6-4249-9e7d-d55d903cce00"},{"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":"18e03efc-2dab-488b-b268-666f85ef7e13","artifactVersion":"2","generatedFromUUID":"dc21e201-ec49-4d7e-8c8b-21a29bd92062"},{"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":"89bca6dd-08a6-4249-9e7d-d55d903cce00","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":"1bf3cca8-0ef5-4db4-950d-0b69b3a5cb3b","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":"YWMzMGEwNGNmYTFmODZhNTY2MjBjZjAxYmZhZmQyYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b404d27-db55-4310-9c39-27a4b0e18414","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWJlNjE2Y2U0MGU2ODgzNDdmNTRlOWI4NjgwNmI2OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"845f4f02-ca3c-44e0-bb5e-7325c271bde8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:18:25.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:25.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:25.162Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:25.162Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:25.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:18:25.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:18:25.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:18:26.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:26.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:26.175Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:26.175Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:27.176Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:27.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:27.177Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:27.177Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:28.178Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:28.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:28.179Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:28.179Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:29.180Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:29.180Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:29.181Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:29.181Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:30.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:30.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:30.182Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:30.183Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:31.183Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:31.184Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:31.184Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:31.184Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:32.185Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:32.186Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:32.186Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:32.186Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:33.187Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:33.188Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:33.188Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:33.188Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "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-13T07:18:34.189Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:18:34.189Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:34.189Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:34.189Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:18:35.191Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6", "serviceDescription": "service", "serviceInvariantUUID": "f04267e4-3846-410d-9d0d-385011b6ce53", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d3c6904f-edc4-46b7-a0fd-7a4932f895b3", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2c1d753c-2792-4d1b-998e-75354f82c420", "resourceInvariantUUID": "160c9680-c9fe-42da-b02d-4ac67945f148", "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": "MmFmNjk0OWZhOTQxZjk0OTk3ZDRjM2JiZDkyNzJlZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43f5df00-f448-4f3b-bd94-de40dd48563f", "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": "dc21e201-ec49-4d7e-8c8b-21a29bd92062", "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": "18e03efc-2dab-488b-b268-666f85ef7e13", "generatedFromUUID": "dc21e201-ec49-4d7e-8c8b-21a29bd92062" }, "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": "8e71bcc6-9466-44bd-9da5-f55f3d565fd7", "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": "18e03efc-2dab-488b-b268-666f85ef7e13", "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": "89bca6dd-08a6-4249-9e7d-d55d903cce00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NWJlNjE2Y2U0MGU2ODgzNDdmNTRlOWI4NjgwNmI2OWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "845f4f02-ca3c-44e0-bb5e-7325c271bde8" } ], "workloadContext": "Production" } 2023-01-13T07:18:35.191Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:18:35.192Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 ASDC 2023-01-13T07:18:35.193Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b0000daf-8f29-44a4-a5e5-75e002f93998 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 ServiceInvariantUUID:f04267e4-3846-410d-9d0d-385011b6ce53 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:845f4f02-ca3c-44e0-bb5e-7325c271bde8 ArtifactChecksum:NWJlNjE2Y2U0MGU2ODgzNDdmNTRlOWI4NjgwNmI2OWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d3c6904f-edc4-46b7-a0fd-7a4932f895b3 ResourceInvariantUUID:160c9680-c9fe-42da-b02d-4ac67945f148 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:2c1d753c-2792-4d1b-998e-75354f82c420 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:43f5df00-f448-4f3b-bd94-de40dd48563f ArtifactChecksum:MmFmNjk0OWZhOTQxZjk0OTk3ZDRjM2JiZDkyNzJlZGU= 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:dc21e201-ec49-4d7e-8c8b-21a29bd92062 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:18e03efc-2dab-488b-b268-666f85ef7e13 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:8e71bcc6-9466-44bd-9da5-f55f3d565fd7 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:18e03efc-2dab-488b-b268-666f85ef7e13 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:89bca6dd-08a6-4249-9e7d-d55d903cce00 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T07:18:35.193Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:18:35.249Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:18:35.251Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:18:35.251Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:18:35.252Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 845f4f02-ca3c-44e0-bb5e-7325c271bde8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:35.252Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:35.253Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:35.358Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:35.369Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 845f4f02-ca3c-44e0-bb5e-7325c271bde8 163290 2023-01-13T07:18:35.370Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:35.370Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:35.370Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:35.371Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:35.371Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:35.371Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594315370, "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-13T07:18:36.372Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:18:36.373Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:18:36.373Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 845f4f02-ca3c-44e0-bb5e-7325c271bde8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:36.374Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-13T07:18:36.375Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:36.375Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:36.677Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10155398534293427875/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-13T07:18:38.221Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:18:38.222Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:18:38.222Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:38.222Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-13T07:18:38.222Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-13T07:18:38.222Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.223Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.223Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.223Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:18:38.223Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.224Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.224Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.224Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:18:38.225Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:18:38.225Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.225Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.225Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.226Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:18:38.226Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:18:38.226Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.226Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.227Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.227Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-13T07:18:38.227Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-13T07:18:38.227Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-13T07:18:38.228Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T07:18:38.228Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.228Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T07:18:38.229Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.229Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.229Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:38.230Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.230Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.230Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:38.231Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.231Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.231Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:38.231Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.232Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:38.232Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:38.232Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.232Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-13T07:18:38.233Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-13T07:18:38.233Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=809d2c84-c3ba-4b41-95de-61d4722c1888 2023-01-13T07:18:38.233Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.233Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.234Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.234Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.234Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.234Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.234Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:38.235Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:38.235Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 Model Version:NULL Model InvariantUuid:f04267e4-3846-410d-9d0d-385011b6ce53 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:829562d9-4cc9-4947-9133-933260f61f24 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:160c9680-c9fe-42da-b02d-4ac67945f148 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d3c6904f-edc4-46b7-a0fd-7a4932f895b3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d67b2ee4-36cf-4af7-9092-b47fb6d06ab1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e8066fce-18f8-4869-8519-e3decd50569f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6700fc9d-10c7-4a73-babb-01ee31e2b7cc ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:257da155-f4ab-4702-8af7-246b974c2ede ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:809d2c84-c3ba-4b41-95de-61d4722c1888 ModelInvariantUuid:ff5010f4-f99c-4c95-b6dd-a76af235c0c1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b152e934-e532-4a0e-8772-374dadf161e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d8fab609-2258-4af4-844a-bc8f630350b0 ModelInvariantUuid:9b554b5d-c40a-400a-85f8-c2dc747145d2 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:96d9f6ce-e688-4575-80dc-b0ef281d1ddb 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-13T07:18:38.245Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c1d753c-2792-4d1b-998e-75354f82c420 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:18:38.251Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2023-01-13T07:18:38.251Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c1d753c-2792-4d1b-998e-75354f82c420 2023-01-13T07:18:38.251Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43f5df00-f448-4f3b-bd94-de40dd48563f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-13T07:18:38.252Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:38.252Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.348Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:38.349Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 43f5df00-f448-4f3b-bd94-de40dd48563f 1565 2023-01-13T07:18:38.349Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.349Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:38.350Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:38.350Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:38.350Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:38.350Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594318349, "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-13T07:18:39.351Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6700fc9d-10c7-4a73-babb-01ee31e2b7cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "257da155-f4ab-4702-8af7-246b974c2ede", "vfModuleModelCustomizationUUID": "c901f7ea-1434-4190-97d0-db8c0295e702", "isBase": true, "artifacts": [ "dc21e201-ec49-4d7e-8c8b-21a29bd92062", "18e03efc-2dab-488b-b268-666f85ef7e13" ], "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": "d67b2ee4-36cf-4af7-9092-b47fb6d06ab1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8066fce-18f8-4869-8519-e3decd50569f", "vfModuleModelCustomizationUUID": "91efebe6-f859-43d2-b191-b11e5dc62bd5", "isBase": false, "artifacts": [ "89bca6dd-08a6-4249-9e7d-d55d903cce00" ], "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-13T07:18:39.356Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:257da155-f4ab-4702-8af7-246b974c2ede VfModuleModelInvariantUUID:6700fc9d-10c7-4a73-babb-01ee31e2b7cc VfModuleModelDescription:NULL Artifacts UUID List:{ dc21e201-ec49-4d7e-8c8b-21a29bd92062 , 18e03efc-2dab-488b-b268-666f85ef7e13 } 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:e8066fce-18f8-4869-8519-e3decd50569f VfModuleModelInvariantUUID:d67b2ee4-36cf-4af7-9092-b47fb6d06ab1 VfModuleModelDescription:NULL Artifacts UUID List:{ 89bca6dd-08a6-4249-9e7d-d55d903cce00 } 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-13T07:18:39.359Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6700fc9d-10c7-4a73-babb-01ee31e2b7cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "257da155-f4ab-4702-8af7-246b974c2ede", "vfModuleModelCustomizationUUID": "c901f7ea-1434-4190-97d0-db8c0295e702", "isBase": true, "artifacts": [ "dc21e201-ec49-4d7e-8c8b-21a29bd92062", "18e03efc-2dab-488b-b268-666f85ef7e13" ], "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": "d67b2ee4-36cf-4af7-9092-b47fb6d06ab1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8066fce-18f8-4869-8519-e3decd50569f", "vfModuleModelCustomizationUUID": "91efebe6-f859-43d2-b191-b11e5dc62bd5", "isBase": false, "artifacts": [ "89bca6dd-08a6-4249-9e7d-d55d903cce00" ], "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-13T07:18:39.359Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:257da155-f4ab-4702-8af7-246b974c2ede VfModuleModelInvariantUUID:6700fc9d-10c7-4a73-babb-01ee31e2b7cc VfModuleModelDescription:NULL Artifacts UUID List:{ dc21e201-ec49-4d7e-8c8b-21a29bd92062 , 18e03efc-2dab-488b-b268-666f85ef7e13 } 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:e8066fce-18f8-4869-8519-e3decd50569f VfModuleModelInvariantUUID:d67b2ee4-36cf-4af7-9092-b47fb6d06ab1 VfModuleModelDescription:NULL Artifacts UUID List:{ 89bca6dd-08a6-4249-9e7d-d55d903cce00 } 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-13T07:18:39.359Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dc21e201-ec49-4d7e-8c8b-21a29bd92062 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-13T07:18:39.360Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:39.360Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:39.460Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:39.460Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml dc21e201-ec49-4d7e-8c8b-21a29bd92062 914 2023-01-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:39.461Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594319461, "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-13T07:18:40.462Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8e71bcc6-9466-44bd-9da5-f55f3d565fd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-13T07:18:40.462Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:40.463Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:40.561Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:40.561Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8e71bcc6-9466-44bd-9da5-f55f3d565fd7 12 2023-01-13T07:18:40.562Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:40.562Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:40.562Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:40.562Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:40.563Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:40.563Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594320562, "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-13T07:18:41.564Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 18e03efc-2dab-488b-b268-666f85ef7e13 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-13T07:18:41.564Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:41.565Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:41.649Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:41.650Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 18e03efc-2dab-488b-b268-666f85ef7e13 96 2023-01-13T07:18:41.650Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:41.650Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:41.651Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:41.651Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:41.651Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:41.651Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594321650, "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-13T07:18:42.652Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 89bca6dd-08a6-4249-9e7d-d55d903cce00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-13T07:18:42.652Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:18:42.653Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:42.713Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:18:42.714Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 89bca6dd-08a6-4249-9e7d-d55d903cce00 20206 2023-01-13T07:18:42.714Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:42.714Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:42.715Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:18:42.715Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:42.715Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:42.715Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594322714, "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-13T07:18:43.721Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 2023-01-13T07:18:43.721Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2c1d753c-2792-4d1b-998e-75354f82c420 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-13T07:18:43.736Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@458c1d18, org.onap.sdc.toscaparser.api.parameters.Input@4789898b, org.onap.sdc.toscaparser.api.parameters.Input@5330e1, org.onap.sdc.toscaparser.api.parameters.Input@40d691e9, org.onap.sdc.toscaparser.api.parameters.Input@65172036] 2023-01-13T07:18:43.739Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.739Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.740Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-13T07:18:43.740Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d3c6904f-edc4-46b7-a0fd-7a4932f895b3 2023-01-13T07:18:43.740Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3c6904f-edc4-46b7-a0fd-7a4932f895b3 matches Tosca VF Customization UUID: d3c6904f-edc4-46b7-a0fd-7a4932f895b3 2023-01-13T07:18:43.741Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d3c6904f-edc4-46b7-a0fd-7a4932f895b3 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-13T07:18:43.745Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.745Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.746Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d3c6904f-edc4-46b7-a0fd-7a4932f895b3: {\"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-13T07:18:43.746Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@339570e 2023-01-13T07:18:43.747Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.747Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T07:18:43.747Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91efebe6-f859-43d2-b191-b11e5dc62bd5 2023-01-13T07:18:43.747Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91efebe6-f859-43d2-b191-b11e5dc62bd5 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-13T07:18:43.751Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.752Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:43.752Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:43.753Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.753Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:43.753Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:18:43.753Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.754Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-13T07:18:43.754Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d3c6904f-edc4-46b7-a0fd-7a4932f895b3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:18:43.757Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.757Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.758Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6: basic_cnf_macro 2023-01-13T07:18:43.758Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.758Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.758Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.759Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.759Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.759Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.759Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.761Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.761Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:18:43.761Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:18:43.762Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:43.828Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2c1d753c-2792-4d1b-998e-75354f82c420 2 ASDC deployResourceStructure 2023-01-13T07:18:43.831Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:43.831Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:43.831Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:18:43.832Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:43.832Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:43.832Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594323830, "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-13T07:18:44.833Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:44.834Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:44.834Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:18:44.834Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:44.835Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:44.835Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594324833, "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-13T07:18:45.836Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:45.836Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:45.837Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-13T07:18:45.837Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:45.837Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:45.837Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594325836, "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-13T07:18:46.842Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:46.843Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:46.843Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:18:46.844Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:46.845Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:46.857Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594326842, "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-13T07:18:47.859Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:47.859Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:47.860Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-13T07:18:47.860Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:47.860Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:47.860Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594327859, "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-13T07:18:48.862Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:48.862Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||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-13T07:18:48.862Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:18:48.863Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:18:48.863Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:18:48.863Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594328861, "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-13T07:18:49.865Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:18:49.880Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:18:49.883Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:18:49.883Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:18:49.883Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:19:19.885Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:19:19.948Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:19:19.959Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:19:19.960Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:19:19.960Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:19:24.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:19:24.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:19:24.600Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:19:24.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:19:24.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:19:24.603Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:19:24.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:19:49.961Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:19:49.975Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:19:49.978Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:19:49.978Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:19:49.978Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:20:19.980Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:20:19.998Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:20:20.002Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:20:20.002Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-13T07:20:20.002Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-13T07:20:24.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:20:24.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.607Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.608Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.608Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.611Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.611Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-13T07:20:24.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.619Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.620Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.621Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.624Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.625Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594282760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "ves-openapi-manager", "timestamp": 1673594293530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594267622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594283010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.629Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594281067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594316303, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594316678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594315370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.631Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594316819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.632Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594317682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.633Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.633Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594317405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.633Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.634Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.634Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "policy-distribution", "timestamp": 1673594318684, "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-13T07:20:24.642Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0000daf-8f29-44a4-a5e5-75e002f93998 2023-01-13T07:20:24.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0000daf-8f29-44a4-a5e5-75e002f93998 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-13T07:20:24.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.655Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594318505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.656Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594318349, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594319626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "cds-sdc-listener", "timestamp": 1673594320251, "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-13T07:20:24.664Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0000daf-8f29-44a4-a5e5-75e002f93998 2023-01-13T07:20:24.664Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0000daf-8f29-44a4-a5e5-75e002f93998 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-13T07:20:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.675Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594319461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594320689, "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-13T07:20:24.682Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0000daf-8f29-44a4-a5e5-75e002f93998 2023-01-13T07:20:24.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0000daf-8f29-44a4-a5e5-75e002f93998 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-13T07:20:24.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.690Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594320562, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "multicloud-k8s", "timestamp": 1673594321692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594313218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594321650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594323447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594322714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594323830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.693Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594324833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.694Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594325836, "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-13T07:20:24.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594326842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594327859, "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-13T07:20:24.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.696Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594328861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594333646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594323462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.698Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "aai-model-loader", "timestamp": 1673594334649, "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-13T07:20:24.705Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0000daf-8f29-44a4-a5e5-75e002f93998 2023-01-13T07:20:24.705Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0000daf-8f29-44a4-a5e5-75e002f93998 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-13T07:20:24.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.716Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594334285, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.717Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594336678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.719Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.720Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594337683, "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-13T07:20:24.727Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0000daf-8f29-44a4-a5e5-75e002f93998 2023-01-13T07:20:24.728Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0000daf-8f29-44a4-a5e5-75e002f93998 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-13T07:20:24.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.748Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.748Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.750Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.751Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.752Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.753Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594319688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "ves-openapi-manager", "timestamp": 1673594336496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.757Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594322695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594321256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594344524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594344896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.759Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594345025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594345899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594345594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "cds-sdc-listener", "timestamp": 1673594346328, "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-13T07:20:24.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06112422-b3a0-4b7b-b4ee-9cbe8735d824 2023-01-13T07:20:24.776Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06112422-b3a0-4b7b-b4ee-9cbe8735d824 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-13T07:20:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "policy-distribution", "timestamp": 1673594346900, "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-13T07:20:24.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06112422-b3a0-4b7b-b4ee-9cbe8735d824 2023-01-13T07:20:24.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06112422-b3a0-4b7b-b4ee-9cbe8735d824 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-13T07:20:24.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594346674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594347690, "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-13T07:20:24.818Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06112422-b3a0-4b7b-b4ee-9cbe8735d824 2023-01-13T07:20:24.818Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06112422-b3a0-4b7b-b4ee-9cbe8735d824 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-13T07:20:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "multicloud-k8s", "timestamp": 1673594348692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594343218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594351363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.831Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594361376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.832Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594353462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:20:24.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.833Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "aai-model-loader", "timestamp": 1673594362380, "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-13T07:20:24.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06112422-b3a0-4b7b-b4ee-9cbe8735d824 2023-01-13T07:20:24.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06112422-b3a0-4b7b-b4ee-9cbe8735d824 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-13T07:20:24.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.868Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594362265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:20:24.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:24.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:20:24.868Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594364526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:20:24.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:20:50.003Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:20:50.019Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:20:50.023Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:20:50.024Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:20:50.025Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:20:50.025Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-13T07:20:50.030Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:21:20.031Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0000daf-8f29-44a4-a5e5-75e002f93998 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:21:20.037Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0000daf-8f29-44a4-a5e5-75e002f93998 and serviceModelVersionId: b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6 2023-01-13T07:21:20.037Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f04267e4-3846-410d-9d0d-385011b6ce53 2023-01-13T07:21:20.039Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0 2023-01-13T07:21:20.047Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:21:20.125Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0|INFO|500||Invoke 2023-01-13T07:21:20.126Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b0000daf-8f29-44a4-a5e5-75e002f93998], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[406b39d2-4a1d-4d42-a61d-ddea57979da0], X-ECOMP-RequestID=[b0000daf-8f29-44a4-a5e5-75e002f93998], X-TransactionId=[], X-ONAP-RequestID=[b0000daf-8f29-44a4-a5e5-75e002f93998], Content-Type=[application/merge-patch+json]} 2023-01-13T07:21:20.157Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:21:20.275Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?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/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:21:21 GMT], content-length=[0], vertex-id=[282808], x-aai-txid=[0-aai-resources-230113-07:21:21:095-4996], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:21:20.276Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:21:20.277Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04267e4-3846-410d-9d0d-385011b6ce53/model-vers/model-ver/b9ff597c-8da5-4e4d-bf5c-b05fe2b726f6?depth=0|INFO|500||InvokeReturn 2023-01-13T07:21:20.277Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:21:20.277Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-13T07:21:20.284Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-13T07:21:20.284Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0000daf-8f29-44a4-a5e5-75e002f93998 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:21:20.285Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:21:20.285Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:20.285Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:20.286Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594480285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:21:21.299Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:21:21.307Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T07:21:21.307Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"06112422-b3a0-4b7b-b4ee-9cbe8735d824","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"03b917af-1590-4c2b-9d53-abeaea2961cd","serviceDescription":"service","serviceInvariantUUID":"fa144b90-d05f-4b8a-b54f-a99cf1cd3fde","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b77e81e-68d1-4560-9109-748514368ac4","resourceInvariantUUID":"0774cf5d-da06-4ac7-97a5-9b13d4ea72f8","resourceCustomizationUUID":"4b0c4ad6-77bd-4acb-ad3b-d69daec783fa","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":"MjQzMTA4NTlkNzMzNWZmZmIyMzU4YTE1YzdiMmMxNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74cd3f63-88a8-4a55-8328-d18748edfef9","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":"Mjk4MDIyYzJiNzZhZDI0NGM4NjRjZGI0MTIzNWYwZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7cca6ce-afc7-42f4-bdb3-86f0aec5fbc1","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":"4b165391-7d2f-476b-be01-433b17b8d76a","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":"e93e1139-abab-4d35-b7e3-7731cd833f46","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":"512425d0-daba-436a-964d-ce07b146f411","artifactVersion":"2","generatedFromUUID":"4b165391-7d2f-476b-be01-433b17b8d76a"},{"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":"YzliM2NiYWZiOTU4NWExMGQzOTA5ODdhOGM4OGI2ZWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cabdb3e9-0063-4381-8d80-15be8720f607","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":"NzQxYzE0YmIzNzA4MjE4ZGJmNGJiOGM2YWU0OTBjZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b352ac02-f7a6-4573-9bf7-965c3b844294","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWRmNjJmOTAzNGM0YjU3ZTBmZWFjMGVhNTQ4ODc0MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4766f4c-1a46-4df4-85b1-fadc3656ce3a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:21:21.310Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:21.310Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:21.311Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:21.311Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:22.318Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:22.319Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:22.319Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:22.319Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:23.320Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:23.321Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:23.321Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:23.321Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:24.322Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:24.324Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:24.324Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:24.325Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:24.596Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:21:24.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.600Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594365529, "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-13T07:21:24.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06112422-b3a0-4b7b-b4ee-9cbe8735d824 2023-01-13T07:21:24.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06112422-b3a0-4b7b-b4ee-9cbe8735d824 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-13T07:21:24.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.622Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.623Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.624Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.626Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.627Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.631Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.635Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.637Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594377903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594373218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594347329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "multicloud-k8s", "timestamp": 1673594379698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594373493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:21:24.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594383462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594402073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594402068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594402078, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:21:24.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594402201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594402297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594403077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594403107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:21:24.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "cds-sdc-listener", "timestamp": 1673594403595, "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-13T07:21:24.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c680a3c3-3c09-4e11-b687-595647591c63 2023-01-13T07:21:24.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c680a3c3-3c09-4e11-b687-595647591c63 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-13T07:21:24.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "policy-distribution", "timestamp": 1673594404079, "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-13T07:21:24.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c680a3c3-3c09-4e11-b687-595647591c63 2023-01-13T07:21:24.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c680a3c3-3c09-4e11-b687-595647591c63 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-13T07:21:24.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.693Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "ves-openapi-manager", "timestamp": 1673594404109, "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-13T07:21:24.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c680a3c3-3c09-4e11-b687-595647591c63 2023-01-13T07:21:24.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c680a3c3-3c09-4e11-b687-595647591c63 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-13T07:21:24.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.708Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594404090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:21:24.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.708Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673594405093, "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-13T07:21:24.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c680a3c3-3c09-4e11-b687-595647591c63 2023-01-13T07:21:24.714Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c680a3c3-3c09-4e11-b687-595647591c63 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-13T07:21:24.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594408545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:21:24.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:21:24.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-13T07:21:24.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "aai-model-loader", "timestamp": 1673594409551, "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-13T07:21:24.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c680a3c3-3c09-4e11-b687-595647591c63 2023-01-13T07:21:24.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c680a3c3-3c09-4e11-b687-595647591c63 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-13T07:21:25.327Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:25.329Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:25.329Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:25.329Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:26.330Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:26.331Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:26.331Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:26.332Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:27.333Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:27.334Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:27.334Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:27.335Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:21:28.336Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:21:28.337Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:28.337Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:28.337Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:21:29.339Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "03b917af-1590-4c2b-9d53-abeaea2961cd", "serviceDescription": "service", "serviceInvariantUUID": "fa144b90-d05f-4b8a-b54f-a99cf1cd3fde", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4b0c4ad6-77bd-4acb-ad3b-d69daec783fa", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5b77e81e-68d1-4560-9109-748514368ac4", "resourceInvariantUUID": "0774cf5d-da06-4ac7-97a5-9b13d4ea72f8", "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": "Mjk4MDIyYzJiNzZhZDI0NGM4NjRjZGI0MTIzNWYwZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7cca6ce-afc7-42f4-bdb3-86f0aec5fbc1", "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": "4b165391-7d2f-476b-be01-433b17b8d76a", "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": "512425d0-daba-436a-964d-ce07b146f411", "generatedFromUUID": "4b165391-7d2f-476b-be01-433b17b8d76a" }, "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": "512425d0-daba-436a-964d-ce07b146f411", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWRmNjJmOTAzNGM0YjU3ZTBmZWFjMGVhNTQ4ODc0MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4766f4c-1a46-4df4-85b1-fadc3656ce3a" } ], "workloadContext": "Production" } 2023-01-13T07:21:29.340Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:21:29.340Z|b0000daf-8f29-44a4-a5e5-75e002f93998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03b917af-1590-4c2b-9d53-abeaea2961cd ASDC 2023-01-13T07:21:29.341Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:06112422-b3a0-4b7b-b4ee-9cbe8735d824 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:03b917af-1590-4c2b-9d53-abeaea2961cd ServiceInvariantUUID:fa144b90-d05f-4b8a-b54f-a99cf1cd3fde 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:d4766f4c-1a46-4df4-85b1-fadc3656ce3a ArtifactChecksum:ZWRmNjJmOTAzNGM0YjU3ZTBmZWFjMGVhNTQ4ODc0MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4b0c4ad6-77bd-4acb-ad3b-d69daec783fa ResourceInvariantUUID:0774cf5d-da06-4ac7-97a5-9b13d4ea72f8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:5b77e81e-68d1-4560-9109-748514368ac4 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:e7cca6ce-afc7-42f4-bdb3-86f0aec5fbc1 ArtifactChecksum:Mjk4MDIyYzJiNzZhZDI0NGM4NjRjZGI0MTIzNWYwZmI= 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:4b165391-7d2f-476b-be01-433b17b8d76a 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:512425d0-daba-436a-964d-ce07b146f411 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:512425d0-daba-436a-964d-ce07b146f411 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-13T07:21:29.341Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03b917af-1590-4c2b-9d53-abeaea2961cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:21:29.390Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:21:29.392Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:21:29.392Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:21:29.392Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4766f4c-1a46-4df4-85b1-fadc3656ce3a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-13T07:21:29.392Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:21:29.393Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-13T07:21:29.513Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:21:29.518Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d4766f4c-1a46-4df4-85b1-fadc3656ce3a 83003 2023-01-13T07:21:29.518Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:29.519Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:29.519Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:21:29.519Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:29.519Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:29.519Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594489518, "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-13T07:21:30.520Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:21:30.521Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:21:30.522Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d4766f4c-1a46-4df4-85b1-fadc3656ce3a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:30.522Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-13T07:21:30.523Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:30.524Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:30.872Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1440009995844025211/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-13T07:21:32.879Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.880Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.881Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:32.882Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:21:32.882Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:21:32.882Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.882Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.882Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.883Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-13T07:21:32.884Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.885Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T07:21:32.885Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.885Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:32.885Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:32.885Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.886Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:32.886Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:32.886Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.886Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:32.887Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:32.887Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.887Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-13T07:21:32.887Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-13T07:21:32.888Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:21:32.888Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1b882d0-430c-41b0-8e7b-99a36e00225e 2023-01-13T07:21:32.888Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.888Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.888Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.889Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.889Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.889Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.889Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:32.889Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:32.890Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:03b917af-1590-4c2b-9d53-abeaea2961cd Model Version:NULL Model InvariantUuid:fa144b90-d05f-4b8a-b54f-a99cf1cd3fde Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:8cc41322-a98f-42e0-b8b5-9857c97bf7a8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0774cf5d-da06-4ac7-97a5-9b13d4ea72f8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4b0c4ad6-77bd-4acb-ad3b-d69daec783fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9dc1e291-0bd3-40be-aee1-7857e594aacf ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bea6f2be-2cb5-4781-9bbe-4a30da2f3e48 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1b882d0-430c-41b0-8e7b-99a36e00225e ModelInvariantUuid:42ec6783-2d1e-4f00-bb8d-ad2d91955bc3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:98049e9e-9d52-41e6-a683-1e426a78deb7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:32ea1274-6d59-456e-a573-4c7c3f5d4130 ModelInvariantUuid:535a2476-612b-44b1-8912-a7300521c9e6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:452977ed-3450-4630-b22d-a2f12c6b02b2 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-13T07:21:32.899Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b77e81e-68d1-4560-9109-748514368ac4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:21:32.930Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2023-01-13T07:21:32.930Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b77e81e-68d1-4560-9109-748514368ac4 2023-01-13T07:21:32.930Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7cca6ce-afc7-42f4-bdb3-86f0aec5fbc1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-13T07:21:32.930Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:21:32.931Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:33.020Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:21:33.021Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e7cca6ce-afc7-42f4-bdb3-86f0aec5fbc1 792 2023-01-13T07:21:33.021Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:33.021Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:33.021Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:21:33.022Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:33.022Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:33.022Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594493021, "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-13T07:21:34.023Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9dc1e291-0bd3-40be-aee1-7857e594aacf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bea6f2be-2cb5-4781-9bbe-4a30da2f3e48", "vfModuleModelCustomizationUUID": "6058fdbf-9c95-42ab-bfff-67290ea6cd6a", "isBase": true, "artifacts": [ "4b165391-7d2f-476b-be01-433b17b8d76a", "512425d0-daba-436a-964d-ce07b146f411" ], "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-13T07:21:34.028Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bea6f2be-2cb5-4781-9bbe-4a30da2f3e48 VfModuleModelInvariantUUID:9dc1e291-0bd3-40be-aee1-7857e594aacf VfModuleModelDescription:NULL Artifacts UUID List:{ 4b165391-7d2f-476b-be01-433b17b8d76a , 512425d0-daba-436a-964d-ce07b146f411 } 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-13T07:21:34.029Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9dc1e291-0bd3-40be-aee1-7857e594aacf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bea6f2be-2cb5-4781-9bbe-4a30da2f3e48", "vfModuleModelCustomizationUUID": "6058fdbf-9c95-42ab-bfff-67290ea6cd6a", "isBase": true, "artifacts": [ "4b165391-7d2f-476b-be01-433b17b8d76a", "512425d0-daba-436a-964d-ce07b146f411" ], "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-13T07:21:34.030Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bea6f2be-2cb5-4781-9bbe-4a30da2f3e48 VfModuleModelInvariantUUID:9dc1e291-0bd3-40be-aee1-7857e594aacf VfModuleModelDescription:NULL Artifacts UUID List:{ 4b165391-7d2f-476b-be01-433b17b8d76a , 512425d0-daba-436a-964d-ce07b146f411 } 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-13T07:21:34.030Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b165391-7d2f-476b-be01-433b17b8d76a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-13T07:21:34.030Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:21:34.030Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:34.149Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:21:34.149Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4b165391-7d2f-476b-be01-433b17b8d76a 5033 2023-01-13T07:21:34.150Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:34.150Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:34.150Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:21:34.152Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:34.152Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:34.153Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594494150, "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-13T07:21:35.154Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 512425d0-daba-436a-964d-ce07b146f411 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-13T07:21:35.154Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:21:35.154Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:35.264Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:21:35.264Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 512425d0-daba-436a-964d-ce07b146f411 903 2023-01-13T07:21:35.265Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:35.265Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:35.265Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:21:35.265Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:35.266Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:35.266Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594495265, "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-13T07:21:36.267Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 03b917af-1590-4c2b-9d53-abeaea2961cd 2023-01-13T07:21:36.268Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5b77e81e-68d1-4560-9109-748514368ac4 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-13T07:21:36.295Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@611af378, org.onap.sdc.toscaparser.api.parameters.Input@38b7aecd, org.onap.sdc.toscaparser.api.parameters.Input@7ce50a44, org.onap.sdc.toscaparser.api.parameters.Input@4b8a19c5, org.onap.sdc.toscaparser.api.parameters.Input@7dbdb2ff] 2023-01-13T07:21:36.299Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.299Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.321Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-13T07:21:36.321Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4b0c4ad6-77bd-4acb-ad3b-d69daec783fa 2023-01-13T07:21:36.321Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b0c4ad6-77bd-4acb-ad3b-d69daec783fa matches Tosca VF Customization UUID: 4b0c4ad6-77bd-4acb-ad3b-d69daec783fa 2023-01-13T07:21:36.322Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4b0c4ad6-77bd-4acb-ad3b-d69daec783fa 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-13T07:21:36.325Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.325Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.327Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4b0c4ad6-77bd-4acb-ad3b-d69daec783fa: {\"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-13T07:21:36.327Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37c54855 2023-01-13T07:21:36.328Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.328Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-13T07:21:36.328Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6058fdbf-9c95-42ab-bfff-67290ea6cd6a 2023-01-13T07:21:36.329Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6058fdbf-9c95-42ab-bfff-67290ea6cd6a 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-13T07:21:36.336Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.337Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:36.337Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:36.338Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.338Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:36.339Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:36.339Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.339Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-13T07:21:36.340Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-13T07:21:36.340Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-13T07:21:36.341Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1b882d0-430c-41b0-8e7b-99a36e00225e 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-13T07:21:36.349Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.349Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:36.350Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-13T07:21:36.351Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.351Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-13T07:21:36.352Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4b0c4ad6-77bd-4acb-ad3b-d69daec783fa Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:21:36.355Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.356Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.356Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 03b917af-1590-4c2b-9d53-abeaea2961cd: basic_vm_macro 2023-01-13T07:21:36.357Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.357Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.357Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.358Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.358Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.358Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.359Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.359Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.359Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:21:36.360Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:21:36.360Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:36.708Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5b77e81e-68d1-4560-9109-748514368ac4 1 ASDC deployResourceStructure 2023-01-13T07:21:36.708Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:36.708Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:36.708Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:21:36.709Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:36.709Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:36.709Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594496708, "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-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:37.712Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594497712, "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-13T07:21:38.714Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:38.715Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:38.715Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:21:38.720Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:38.721Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:38.721Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594498714, "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-13T07:21:39.723Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:39.723Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||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-13T07:21:39.723Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:21:39.724Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:21:39.724Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:21:39.724Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594499723, "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-13T07:21:40.726Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06112422-b3a0-4b7b-b4ee-9cbe8735d824 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:21:40.740Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06112422-b3a0-4b7b-b4ee-9cbe8735d824 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:21:40.744Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:21:40.744Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:21:40.744Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:21:40.745Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:21:40.746Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-13T07:21:40.751Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:22:10.754Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06112422-b3a0-4b7b-b4ee-9cbe8735d824 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:22:10.765Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06112422-b3a0-4b7b-b4ee-9cbe8735d824 and serviceModelVersionId: 03b917af-1590-4c2b-9d53-abeaea2961cd 2023-01-13T07:22:10.765Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa144b90-d05f-4b8a-b54f-a99cf1cd3fde 2023-01-13T07:22:10.767Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?depth=0 2023-01-13T07:22:10.772Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:22:10.827Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?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-13T07:22:10.829Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?depth=0|INFO|500||Invoke 2023-01-13T07:22:10.859Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:22:10.951Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?depth=0|INFO|500||InvokeReturn 2023-01-13T07:22:10.953Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa144b90-d05f-4b8a-b54f-a99cf1cd3fde/model-vers/model-ver/03b917af-1590-4c2b-9d53-abeaea2961cd?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:22:11 GMT], content-length=[0], vertex-id=[434416], x-aai-txid=[0-aai-resources-230113-07:22:11:797-73240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:22:10.953Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:22:10.953Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:22:10.953Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-13T07:22:10.972Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-13T07:22:10.972Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06112422-b3a0-4b7b-b4ee-9cbe8735d824 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:22:10.973Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:22:10.974Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:10.974Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:10.974Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594530972, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:22:12.050Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-13T07:22:12.061Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c680a3c3-3c09-4e11-b687-595647591c63","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"adf1320c-575f-44bc-a5c4-d167b2c2ae6a","serviceDescription":"service","serviceInvariantUUID":"3c3368a7-55ee-4b01-b03b-c7c84b2de67b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"016c6684-4693-46b4-8f8a-0784b1fd6c2f","resourceInvariantUUID":"8219f2b0-7519-4851-bba6-f4d07ca83d9a","resourceCustomizationUUID":"4349c726-754b-48f4-95c3-210d79c56fb8","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":"MzU0YjA1ODNjN2I5OTQxMzFkYjdiNGUzYmJlM2I2MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"446af90a-8ba8-4857-bf1b-ac6ed2ed7c5d","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":"d112d226-306f-4c74-97fb-d752a851767c","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":"22858bc9-ca39-44a6-b917-44e774fa990c","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":"OWM0NTU1MTQ3MmE1NWZmMDhjZjkwNmJjYWQyZTM1MjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"894571fd-916c-4fac-8244-9f76216e8e0b","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":"c522f99d-50f9-4235-a6e4-4f7c1698e3b8","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":"feca99ae-d55d-44bd-a988-7b472cc12c84","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":"3e4da259-e221-4e23-9b4b-1b08708b78d0","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":"YzQ4YTYxMGIwMTNlOTQxMmRlYjE5ZjVjMzNjMzU4YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b24e9f8-6369-4730-93aa-6ef390451a2d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGI3NmQxNjI1MTEwNjQ2MjRkZDQwYTU2YjgxOWM1ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77f2a2ee-2f3e-49ac-be0d-3e2b7f978699","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-13T07:22:12.062Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:12.063Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:12.063Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:12.063Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:13.066Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:13.066Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:13.066Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:13.067Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:14.068Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:14.068Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:14.068Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:14.068Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:15.069Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:15.070Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:15.071Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:15.071Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:16.072Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:16.073Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:16.074Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:16.075Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:17.076Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:17.076Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:17.077Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:17.077Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:18.078Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:18.079Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:18.079Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:18.079Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:19.080Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:19.082Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:19.082Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:19.082Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "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-13T07:22:20.083Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-13T07:22:20.084Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:20.084Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:20.084Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:22:21.093Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "adf1320c-575f-44bc-a5c4-d167b2c2ae6a", "serviceDescription": "service", "serviceInvariantUUID": "3c3368a7-55ee-4b01-b03b-c7c84b2de67b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4349c726-754b-48f4-95c3-210d79c56fb8", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "016c6684-4693-46b4-8f8a-0784b1fd6c2f", "resourceInvariantUUID": "8219f2b0-7519-4851-bba6-f4d07ca83d9a", "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": "ZGI3NmQxNjI1MTEwNjQ2MjRkZDQwYTU2YjgxOWM1ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77f2a2ee-2f3e-49ac-be0d-3e2b7f978699" } ], "workloadContext": "Production" } 2023-01-13T07:22:21.094Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-13T07:22:21.094Z|06112422-b3a0-4b7b-b4ee-9cbe8735d824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adf1320c-575f-44bc-a5c4-d167b2c2ae6a ASDC 2023-01-13T07:22:21.115Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:c680a3c3-3c09-4e11-b687-595647591c63 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:adf1320c-575f-44bc-a5c4-d167b2c2ae6a ServiceInvariantUUID:3c3368a7-55ee-4b01-b03b-c7c84b2de67b 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:77f2a2ee-2f3e-49ac-be0d-3e2b7f978699 ArtifactChecksum:ZGI3NmQxNjI1MTEwNjQ2MjRkZDQwYTU2YjgxOWM1ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4349c726-754b-48f4-95c3-210d79c56fb8 ResourceInvariantUUID:8219f2b0-7519-4851-bba6-f4d07ca83d9a ResourceName:test-pnf ResourceType:PNF ResourceUUID:016c6684-4693-46b4-8f8a-0784b1fd6c2f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-13T07:22:21.115Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adf1320c-575f-44bc-a5c4-d167b2c2ae6a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-13T07:22:21.250Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:22:21.252Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:22:21.252Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:22:21.252Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 77f2a2ee-2f3e-49ac-be0d-3e2b7f978699 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-13T07:22:21.252Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-13T07:22:21.252Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-13T07:22:21.497Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-13T07:22:21.541Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 77f2a2ee-2f3e-49ac-be0d-3e2b7f978699 111100 2023-01-13T07:22:21.542Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||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-13T07:22:21.543Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||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-13T07:22:21.543Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-13T07:22:21.544Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:21.544Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:21.544Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594541542, "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-13T07:22:22.545Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-13T07:22:22.546Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-13T07:22:22.547Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 77f2a2ee-2f3e-49ac-be0d-3e2b7f978699, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:22.547Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-13T07:22:22.548Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:22.548Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:22.766Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3278870186703447252/Definitions/service-TestPnfMacro-template.yml 2023-01-13T07:22:24.130Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-13T07:22:24.131Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:22:24.131Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.131Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-13T07:22:24.131Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||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-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.132Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-13T07:22:24.133Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-13T07:22:24.133Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.134Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.134Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-13T07:22:24.134Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:22:24.135Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:22:24.135Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.135Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.135Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-13T07:22:24.135Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-13T07:22:24.136Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-13T07:22:24.137Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.137Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.137Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.137Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.137Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.138Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.138Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.138Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.138Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.138Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.139Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:adf1320c-575f-44bc-a5c4-d167b2c2ae6a Model Version:NULL Model InvariantUuid:3c3368a7-55ee-4b01-b03b-c7c84b2de67b 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-13T07:22:24.164Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 016c6684-4693-46b4-8f8a-0784b1fd6c2f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-13T07:22:24.168Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||test-pnf 0 2023-01-13T07:22:24.169Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 016c6684-4693-46b4-8f8a-0784b1fd6c2f 2023-01-13T07:22:24.169Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||No resources found for Service: adf1320c-575f-44bc-a5c4-d167b2c2ae6a 2023-01-13T07:22:24.169Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: adf1320c-575f-44bc-a5c4-d167b2c2ae6a 2023-01-13T07:22:24.169Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 016c6684-4693-46b4-8f8a-0784b1fd6c2f 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-13T07:22:24.176Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6275378f, org.onap.sdc.toscaparser.api.parameters.Input@209189dc, org.onap.sdc.toscaparser.api.parameters.Input@39fc57ba, org.onap.sdc.toscaparser.api.parameters.Input@485c5aed, org.onap.sdc.toscaparser.api.parameters.Input@3dec526] 2023-01-13T07:22:24.177Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.178Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.179Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid adf1320c-575f-44bc-a5c4-d167b2c2ae6a: test-pnf 2023-01-13T07:22:24.179Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Processing PNF resource: 016c6684-4693-46b4-8f8a-0784b1fd6c2f 2023-01-13T07:22:24.179Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-13T07:22:24.179Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-13T07:22:24.179Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4349c726-754b-48f4-95c3-210d79c56fb8 is the same as notified resource customizationUUID: 4349c726-754b-48f4-95c3-210d79c56fb8 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-13T07:22:24.259Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 016c6684-4693-46b4-8f8a-0784b1fd6c2f 0 ASDC deployResourceStructure 2023-01-13T07:22:24.260Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||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-13T07:22:24.260Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||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-13T07:22:24.260Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-13T07:22:24.261Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:24.261Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:24.261Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594544260, "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-13T07:22:24.599Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:22:24.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-13T07:22:24.602Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b0000daf-8f29-44a4-a5e5-75e002f93998", "consumerID": "SO-sdc-controller", "timestamp": 1673594480285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:22:24.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:22:24.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-13T07:22:24.603Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:22:24.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:22:25.263Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c680a3c3-3c09-4e11-b687-595647591c63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:22:25.294Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c680a3c3-3c09-4e11-b687-595647591c63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T07:22:25.299Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-13T07:22:25.301Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-13T07:22:25.301Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-13T07:22:25.302Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-13T07:22:25.303Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-13T07:22:25.304Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-13T07:22:25.314Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-13T07:22:55.316Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c680a3c3-3c09-4e11-b687-595647591c63 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-13T07:22:55.327Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c680a3c3-3c09-4e11-b687-595647591c63 and serviceModelVersionId: adf1320c-575f-44bc-a5c4-d167b2c2ae6a 2023-01-13T07:22:55.328Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c3368a7-55ee-4b01-b03b-c7c84b2de67b 2023-01-13T07:22:55.329Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0 2023-01-13T07:22:55.339Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-13T07:22:55.409Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0|INFO|500||Invoke 2023-01-13T07:22:55.414Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c680a3c3-3c09-4e11-b687-595647591c63], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[20122779-d0d7-4103-ac71-6054f796c82e], X-ECOMP-RequestID=[c680a3c3-3c09-4e11-b687-595647591c63], X-TransactionId=[], X-ONAP-RequestID=[c680a3c3-3c09-4e11-b687-595647591c63], Content-Type=[application/merge-patch+json]} 2023-01-13T07:22:55.471Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-13T07:22:55.607Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?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/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0 has http status code:200 and response headers:{date=[Fri, 13 Jan 2023 07:22:56 GMT], content-length=[0], vertex-id=[442608], x-aai-txid=[2-aai-resources-230113-07:22:56:413-79212], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-13T07:22:55.608Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-13T07:22:55.611Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c3368a7-55ee-4b01-b03b-c7c84b2de67b/model-vers/model-ver/adf1320c-575f-44bc-a5c4-d167b2c2ae6a?depth=0|INFO|500||InvokeReturn 2023-01-13T07:22:55.611Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-13T07:22:55.611Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-13T07:22:55.625Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-13T07:22:55.628Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c680a3c3-3c09-4e11-b687-595647591c63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-13T07:22:55.628Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-13T07:22:55.628Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-13T07:22:55.628Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-13T07:22:55.629Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594575628, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-13T07:22:56.648Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:23:24.596Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:23:24.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-13T07:23:24.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594489518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594493021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-13T07:23:24.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594494150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594495265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-13T07:23:24.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594496708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594497712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594498714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-13T07:23:24.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594499723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "06112422-b3a0-4b7b-b4ee-9cbe8735d824", "consumerID": "SO-sdc-controller", "timestamp": 1673594530972, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.608Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-13T07:23:24.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594481299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594541542, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594544260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-13T07:23:24.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:23:56.650Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:24:24.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:24:24.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-13T07:24:24.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c680a3c3-3c09-4e11-b687-595647591c63", "consumerID": "SO-sdc-controller", "timestamp": 1673594575628, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-13T07:24:24.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-13T07:24:56.651Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:25:24.597Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:25:56.653Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:26:24.598Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:26:56.654Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:27:24.598Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:27:56.658Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:28:24.600Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:28:56.658Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:29:24.603Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:29:56.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:30:24.605Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:30:56.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:31:24.606Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:31:56.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:32:24.608Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:32:56.665Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:33:24.609Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:33:56.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:34:24.611Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:34:56.668Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:35:24.612Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:35:56.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:36:24.614Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:36:56.671Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:37:24.616Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:37:56.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:38:24.617Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:38:56.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:39:24.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:39:56.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:40:24.619Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:40:56.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:41:24.621Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:41:56.683Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:42:24.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:42:56.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:43:24.626Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:43:56.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:44:24.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:44:56.688Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:45:24.629Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:45:56.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:46:24.629Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:46:56.690Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:47:24.631Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:47:56.692Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:48:24.636Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:48:56.693Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:49:24.636Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:49:56.695Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:50:24.638Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:50:56.696Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:51:24.641Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:51:56.696Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:52:24.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:52:56.698Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:53:24.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:53:56.700Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:54:24.657Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:54:56.703Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:55:24.659Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:55:56.703Z|cac303e5-7e97-4a12-a676-d2dbfd61c88c|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:56:24.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:56:56.704Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:57:24.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:57:56.706Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:58:24.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:58:56.708Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T07:59:24.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T07:59:56.709Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:00:24.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:00:56.710Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:01:24.666Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:01:56.712Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:02:24.667Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:02:56.712Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:03:24.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:03:56.714Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:04:24.672Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:04:56.715Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:05:24.674Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:05:56.719Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:06:24.674Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:06:56.719Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:07:24.676Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:07:56.721Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:08:24.678Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:08:56.722Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:09:24.679Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:09:56.724Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:10:24.681Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:10:56.725Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:11:24.682Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:11:56.726Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:12:24.684Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:12:56.730Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:13:24.685Z|8c97f573-d359-4b5d-9eb8-3d864eeb8897|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:13:56.731Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:14:24.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:14:56.733Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:15:24.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:15:56.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:16:24.695Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:16:56.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:17:24.696Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:17:56.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:18:24.698Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:18:56.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:19:24.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:19:56.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:20:24.700Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:20:56.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:21:24.701Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:21:56.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:22:24.702Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:22:56.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:23:24.704Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:23:56.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:24:24.706Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:24:56.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:25:24.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:25:56.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:26:24.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:26:56.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:27:24.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-13T08:27:56.754Z|c680a3c3-3c09-4e11-b687-595647591c63|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-13T08:28:24.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO