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-24T05:52:26.029Z||main|||||INFO|500||The following profiles are active: basic 2023-01-24T05:52:38.729Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-24T05:52:38.730Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-24T05:52:38.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-24T05:52:43.568Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-24T05:52:44.043Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-24T05:52:44.794Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-24T05:52:45.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-24T05:52:45.676Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-24T05:52:47.852Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-24T05:52:48.584Z||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-24T05:52:52.111Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-24T05:52:52.234Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-24T05:52:52.256Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-24T05:52:52.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-24T05:52:52.896Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-24T05:52:53.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-24T05:52:54.550Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-24T05:52:54.569Z||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$$6e6f8e27.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-24T05:52:54.572Z||main|||||WARN|500||The sdc end point is not alive 2023-01-24T05:52:57.734Z||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-24T05:53:00.742Z||main|||||WARN|500||--- 2023-01-24T05:53:00.742Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-24T05:53:00.742Z||main|||||WARN|500||--- 2023-01-24T05:53:01.134Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-24T05:53:07.018Z||main|||||INFO|500||Started Application in 44.675 seconds (JVM running for 47.139) 2023-01-24T05:53:07.036Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-24T05:53:07.038Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-24T05:53:07.047Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-24T05:53:07.107Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 57448f63-a510-47c0-8bb7-e74f3a070a07 url= /sdc/v1/artifactTypes 2023-01-24T05:53:07.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-24T05:53:07.479Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-24T05:53:07.534Z||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-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 46e70c62-9963-4662-92a5-bea65782a078 url= /sdc/v1/distributionKafkaData 2023-01-24T05:53:07.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-24T05:53:07.570Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-24T05:53:07.577Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4dc96a2a 2023-01-24T05:53:07.672Z||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-eff91840-a1c7-4f77-9ecf-0cf6527526be 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-24T05:53:07.734Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Instantiated an idempotent producer. 2023-01-24T05:53:07.843Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-24T05:53:07.941Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-24T05:53:07.960Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-24T05:53:07.960Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539587932 2023-01-24T05:53:07.969Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-24T05:53:08.013Z||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-f4e239b1-2d06-445d-af78-a0dfef988c07 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-24T05:53:08.119Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-24T05:53:08.119Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-24T05:53:08.120Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539588119 2023-01-24T05:53:08.121Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:53:08.125Z||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-f2d79196-693b-40c1-8dd8-b9fb2515fbcf 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-24T05:53:08.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-24T05:53:08.140Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674539588140 2023-01-24T05:53:08.141Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:53:08.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:53:08.170Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-24T05:53:08.983Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T05:53:08.996Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Cluster ID: SQFVr8IfStm__T6bb97fQQ 2023-01-24T05:53:08.998Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-24T05:53:09.005Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Cluster ID: SQFVr8IfStm__T6bb97fQQ 2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.007Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:09.008Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Cluster ID: SQFVr8IfStm__T6bb97fQQ 2023-01-24T05:53:09.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-24T05:53:09.014Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] ProducerId set to 1002 with epoch 0 2023-01-24T05:53:09.031Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] (Re-)joining group 2023-01-24T05:53:09.035Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] (Re-)joining group 2023-01-24T05:53:09.103Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e 2023-01-24T05:53:09.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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-24T05:53:09.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] (Re-)joining group 2023-01-24T05:53:09.120Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590 2023-01-24T05:53:09.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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-24T05:53:09.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] (Re-)joining group 2023-01-24T05:53:15.109Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e', protocol='range'} 2023-01-24T05:53:15.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590', protocol='range'} 2023-01-24T05:53:15.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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 bmihAWGiS-WHTSFjcjM5Fw 2023-01-24T05:53:15.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590=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-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e=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-24T05:53:15.231Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07-d7789fc8-2de9-4d87-b0fc-d0d7b3d05590', protocol='range'} 2023-01-24T05:53:15.232Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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-24T05:53:15.238Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, 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-24T05:53:15.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf-0ed0b2d9-1737-4694-a5c2-b8afa490c15e', protocol='range'} 2023-01-24T05:53:15.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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-24T05:53:15.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, 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-24T05:53:15.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-24T05:53:15.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-24T05:53:15.271Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-24T05:53:15.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-24T05:53:15.269Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-24T05:53:15.281Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-24T05:53:15.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-24T05:53:15.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-24T05:53:15.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-24T05:53:15.286Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-24T05:53:15.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-24T05:53:15.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-24T05:53:15.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-24T05:53:15.405Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-24T05:53:15.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-24T05:53:15.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-24T05:53:15.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-24T05:53:15.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-24T05:53:15.417Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-24T05:53:15.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-24T05:54:08.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:54:08.157Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:55:08.145Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:55:08.158Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:56:08.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:56:08.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:57:08.146Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:57:08.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:58:08.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:58:08.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T05:59:08.151Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T05:59:08.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:00:08.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:00:08.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:01:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:01:08.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:02:08.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:02:08.162Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:02:09.027Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2d79196-693b-40c1-8dd8-b9fb2515fbcf, groupId=so] Node -1 disconnected. 2023-01-24T06:02:09.027Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f4e239b1-2d06-445d-af78-a0dfef988c07, groupId=so] Node -1 disconnected. 2023-01-24T06:02:09.295Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Node -1 disconnected. 2023-01-24T06:02:27.410Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-24T06:03:08.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:03:08.163Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:04:08.158Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:04:08.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:05:08.160Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:05:08.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:06:08.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:06:08.166Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:07:08.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:07:08.166Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:08:08.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:08:08.167Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:09:08.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:09:08.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:10:08.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:10:08.170Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:11:08.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:11:08.170Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:12:08.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:12:08.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:13:08.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:13:08.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:14:08.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:14:08.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:15:08.175Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:15:08.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:16:08.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:16:08.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:17:08.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:17:08.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:18:08.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:18:08.179Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:19:08.182Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:19:08.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:20:08.183Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:20:08.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:21:08.184Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:21:08.184Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:22:08.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:22:08.185Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:23:08.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:23:08.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:24:08.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:24:08.187Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:25:08.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:25:08.187Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:26:08.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:26:08.189Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:27:08.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:27:08.191Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:28:08.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:28:08.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:29:08.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:29:08.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:30:08.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:30:08.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:31:08.195Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:31:08.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:32:08.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:32:08.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:33:08.196Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:33:08.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:34:08.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:34:08.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:35:08.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:35:08.199Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:36:08.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:36:08.200Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:37:08.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:37:08.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:38:08.201Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:38:08.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:39:08.203Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:39:08.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:40:08.204Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:40:08.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:41:08.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:41:08.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:42:08.206Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:42:08.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:43:08.207Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:43:08.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:44:08.209Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:44:08.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:45:08.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:45:08.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:46:08.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:46:08.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:47:08.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:47:08.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:48:08.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:48:08.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:49:08.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:49:08.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:50:08.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:50:08.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:51:08.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:51:08.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:52:08.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:52:08.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:53:08.221Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:53:08.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:54:08.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:54:08.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:55:08.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:55:08.224Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:56:08.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:56:08.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:57:08.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:08.229Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T06:57:35.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-24T06:57:35.014Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d53b7aa2-bc5a-4590-ba88-9df3271e9adb","serviceName":"basic_onboard_DxDwAW","serviceVersion":"1.0","serviceUUID":"67795ace-41dd-4e35-9697-290184e53f61","serviceDescription":"service","serviceInvariantUUID":"6ba6237e-2505-426b-8525-2b237306b0c7","resources":[{"resourceInstanceName":"basic_onboard_DxDwAW 0","resourceName":"basic_onboard_DxDwAW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be1e1b55-ef64-41ce-b519-a668641a6bde","resourceInvariantUUID":"ee931e92-982a-4928-91d1-779228ffd602","resourceCustomizationUUID":"214f3380-eaa8-4ca9-bbcf-7c6358f666bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml","artifactChecksum":"ODI4YjlkMWQzYzAzZGFmMjdiYzIxZGU0ZjgyZTA1NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12f06670-d243-4cb3-8b44-3cdf9423d4df","artifactVersion":"1"},{"artifactName":"basic_onboard_dxdwaw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json","artifactChecksum":"MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a6d7218-3ba5-44c4-9957-e98f63945db2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a1faeb6-7b36-4973-9e15-6fb943643c71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1e93a1a-0085-475c-902c-327c3cd8f0c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"650ed905-a3a7-4ed4-9449-b7c48a7fddc3","artifactVersion":"2","generatedFromUUID":"1a1faeb6-7b36-4973-9e15-6fb943643c71"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDxdwaw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml","artifactChecksum":"Y2NmMjE2OWIxOTA2ZjNjMzIzYjQ5YmVlNzU2ODYxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f885a1e3-3029-49e5-b7a9-78e1b6962ca8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDxdwaw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar","artifactChecksum":"MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6e3379-26e1-4b10-94f2-edf2d56cf6a7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T06:57:35.032Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:35.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:35.042Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:35.042Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:35.049Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T06:57:35.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T06:57:35.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:57:35.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:36.079Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:36.079Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:37.080Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:37.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:37.081Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:37.082Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:38.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:38.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:38.084Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:38.084Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:39.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:39.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:39.086Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:39.086Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:40.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:40.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:40.090Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:40.090Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:41.090Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T06:57:41.091Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:41.091Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:41.092Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:42.094Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "serviceName": "basic_onboard_DxDwAW", "serviceVersion": "1.0", "serviceUUID": "67795ace-41dd-4e35-9697-290184e53f61", "serviceDescription": "service", "serviceInvariantUUID": "6ba6237e-2505-426b-8525-2b237306b0c7", "resources": [ { "resourceInstanceName": "basic_onboard_DxDwAW 0", "resourceCustomizationUUID": "214f3380-eaa8-4ca9-bbcf-7c6358f666bc", "resourceName": "basic_onboard_DxDwAW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "be1e1b55-ef64-41ce-b519-a668641a6bde", "resourceInvariantUUID": "ee931e92-982a-4928-91d1-779228ffd602", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dxdwaw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "artifactChecksum": "MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9a6d7218-3ba5-44c4-9957-e98f63945db2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1a1faeb6-7b36-4973-9e15-6fb943643c71", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "650ed905-a3a7-4ed4-9449-b7c48a7fddc3", "generatedFromUUID": "1a1faeb6-7b36-4973-9e15-6fb943643c71" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "650ed905-a3a7-4ed4-9449-b7c48a7fddc3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDxdwaw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "artifactChecksum": "MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f6e3379-26e1-4b10-94f2-edf2d56cf6a7" } ], "workloadContext": "Production" } 2023-01-24T06:57:42.095Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T06:57:42.096Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67795ace-41dd-4e35-9697-290184e53f61 ASDC 2023-01-24T06:57:42.263Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d53b7aa2-bc5a-4590-ba88-9df3271e9adb ServiceName:basic_onboard_DxDwAW ServiceVersion:1.0 ServiceUUID:67795ace-41dd-4e35-9697-290184e53f61 ServiceInvariantUUID:6ba6237e-2505-426b-8525-2b237306b0c7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDxdwaw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar ArtifactUUID:4f6e3379-26e1-4b10-94f2-edf2d56cf6a7 ArtifactChecksum:MTM4MDYxZmYzYjRkMzgzZmEzNTM1OWM5NGYzNDVjZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_DxDwAW 0 ResourceCustomizationUUID:214f3380-eaa8-4ca9-bbcf-7c6358f666bc ResourceInvariantUUID:ee931e92-982a-4928-91d1-779228ffd602 ResourceName:basic_onboard_DxDwAW ResourceType:VF ResourceUUID:be1e1b55-ef64-41ce-b519-a668641a6bde ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dxdwaw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json ArtifactUUID:9a6d7218-3ba5-44c4-9957-e98f63945db2 ArtifactChecksum:MjM3NDMzNzBkM2E4ZDljNzUwMjM2NzgyNjkzODA3Y2E= 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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml ArtifactUUID:1a1faeb6-7b36-4973-9e15-6fb943643c71 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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ArtifactUUID:650ed905-a3a7-4ed4-9449-b7c48a7fddc3 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/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ArtifactUUID:650ed905-a3a7-4ed4-9449-b7c48a7fddc3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T06:57:42.263Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67795ace-41dd-4e35-9697-290184e53f61 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T06:57:42.514Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T06:57:42.516Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T06:57:42.516Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T06:57:42.517Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:42.517Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T06:57:42.518Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:42.647Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T06:57:42.664Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7 75674 2023-01-24T06:57:42.665Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar ASDC sendASDCNotification 2023-01-24T06:57:42.665Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:42.666Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:42.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543462664, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:43.668Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T06:57:43.669Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T06:57:43.669Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4f6e3379-26e1-4b10-94f2-edf2d56cf6a7, URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar to file: /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:43.670Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:43.771Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:43.771Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:44.237Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP452055221622956717/Definitions/service-BasicOnboardDxdwaw-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-24T06:57:46.213Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.218Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DxDwAW 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-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:46.219Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T06:57:46.226Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.227Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.231Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:46.232Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T06:57:46.233Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:46.235Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.236Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.239Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.239Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T06:57:46.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.241Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:46.242Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:46.243Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria 2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-24T06:57:46.244Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4efca46d-b500-4b20-970b-3011b5c34231 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.245Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:46.246Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_DxDwAW Description:service Model UUID:67795ace-41dd-4e35-9697-290184e53f61 Model Version:NULL Model InvariantUuid:6ba6237e-2505-426b-8525-2b237306b0c7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_DxDwAW Model UUID:052fda97-0880-452f-82ff-77c3cbe9ad91 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ee931e92-982a-4928-91d1-779228ffd602 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:214f3380-eaa8-4ca9-bbcf-7c6358f666bc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42932aba-97c2-409b-9430-1e65862a2ee4 ModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0 ModelUuid:43992add-9ffe-4acf-bd3f-3246e5a74934 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4efca46d-b500-4b20-970b-3011b5c34231 ModelInvariantUuid:0d4408a5-0901-4f07-bab3-96e26a52d338 ModelName:basic_onboard_DxDwAW-nodes.ubuntu18Cvfc ModelUuid:e45cf52c-ff12-4387-90f0-ffbf238f8b58 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ed47d67d-da53-4881-979c-618619fb97cd ModelInvariantUuid:1e75627a-c973-4c8b-88b8-0cd63c63b8ee ModelName:BasicOnboardDxdwaw.compute.nodes.heat.ubuntu18 ModelUuid:c65f043d-6b20-4bb1-b848-13a4c82fd0b9 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-24T06:57:46.281Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: be1e1b55-ef64-41ce-b519-a668641a6bde Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T06:57:46.368Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||basic_onboard_DxDwAW 0 2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be1e1b55-ef64-41ce-b519-a668641a6bde 2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a6d7218-3ba5-44c4-9957-e98f63945db2 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 2023-01-24T06:57:46.374Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T06:57:46.375Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 2023-01-24T06:57:46.430Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T06:57:46.430Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 9a6d7218-3ba5-44c4-9957-e98f63945db2 798 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json ASDC sendASDCNotification 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:46.431Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543466430, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:47.434Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDxdwaw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "42932aba-97c2-409b-9430-1e65862a2ee4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43992add-9ffe-4acf-bd3f-3246e5a74934", "vfModuleModelCustomizationUUID": "d2b33c91-ea35-4592-baab-fb94e216ae2c", "isBase": true, "artifacts": [ "1a1faeb6-7b36-4973-9e15-6fb943643c71", "650ed905-a3a7-4ed4-9449-b7c48a7fddc3" ], "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-24T06:57:47.447Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43992add-9ffe-4acf-bd3f-3246e5a74934 VfModuleModelInvariantUUID:42932aba-97c2-409b-9430-1e65862a2ee4 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a1faeb6-7b36-4973-9e15-6fb943643c71 , 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 } 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-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDxdwaw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "42932aba-97c2-409b-9430-1e65862a2ee4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43992add-9ffe-4acf-bd3f-3246e5a74934", "vfModuleModelCustomizationUUID": "d2b33c91-ea35-4592-baab-fb94e216ae2c", "isBase": true, "artifacts": [ "1a1faeb6-7b36-4973-9e15-6fb943643c71", "650ed905-a3a7-4ed4-9449-b7c48a7fddc3" ], "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-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDxdwaw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43992add-9ffe-4acf-bd3f-3246e5a74934 VfModuleModelInvariantUUID:42932aba-97c2-409b-9430-1e65862a2ee4 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a1faeb6-7b36-4973-9e15-6fb943643c71 , 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 } 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-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1a1faeb6-7b36-4973-9e15-6fb943643c71 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 2023-01-24T06:57:47.450Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T06:57:47.451Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 2023-01-24T06:57:47.529Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 1a1faeb6-7b36-4973-9e15-6fb943643c71 5033 2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T06:57:47.530Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:47.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:47.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543467530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 from URL: /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T06:57:48.532Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 2023-01-24T06:57:48.631Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 650ed905-a3a7-4ed4-9449-b7c48a7fddc3 909 2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-24T06:57:48.632Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:48.633Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543468632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:49.634Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 67795ace-41dd-4e35-9697-290184e53f61 2023-01-24T06:57:49.635Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DxDwAW 0 be1e1b55-ef64-41ce-b519-a668641a6bde 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-24T06:57:49.667Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ab7338d, org.onap.sdc.toscaparser.api.parameters.Input@83bc319, org.onap.sdc.toscaparser.api.parameters.Input@130468a3, org.onap.sdc.toscaparser.api.parameters.Input@5e7168d9, org.onap.sdc.toscaparser.api.parameters.Input@2da913c1] 2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 214f3380-eaa8-4ca9-bbcf-7c6358f666bc 2023-01-24T06:57:49.671Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc matches Tosca VF Customization UUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc 2023-01-24T06:57:49.672Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 214f3380-eaa8-4ca9-bbcf-7c6358f666bc 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-24T06:57:49.678Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.678Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.679Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 214f3380-eaa8-4ca9-bbcf-7c6358f666bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@573baf1a 2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T06:57:49.680Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2b33c91-ea35-4592-baab-fb94e216ae2c 2023-01-24T06:57:49.682Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2b33c91-ea35-4592-baab-fb94e216ae2c 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-24T06:57:49.687Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:49.688Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.689Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is not matching search criteria 2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-24T06:57:49.690Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4efca46d-b500-4b20-970b-3011b5c34231 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-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:49.700Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DxDwAW 0 is matching search criteria 2023-01-24T06:57:49.701Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DxDwAW 0] matching following query criteria: sdcType=VF, customizationUUID=214f3380-eaa8-4ca9-bbcf-7c6358f666bc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.703Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 67795ace-41dd-4e35-9697-290184e53f61: basic_onboard_DxDwAW 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.704Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DxDwAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T06:57:49.705Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_DxDwAW 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-24T06:57:49.928Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DxDwAW be1e1b55-ef64-41ce-b519-a668641a6bde 1 ASDC deployResourceStructure 2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json ASDC sendASDCNotification 2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json 2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:49.929Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:49.930Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543469928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:50.931Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml 2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:50.932Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543470931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:51.933Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-24T06:57:51.934Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env 2023-01-24T06:57:51.934Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:51.935Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543471933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:52.936Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar ASDC sendASDCNotification 2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar 2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T06:57:52.937Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543472936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:57:53.938Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:57:53.967Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:57:53.969Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T06:57:53.970Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T06:57:53.970Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T06:58:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:58:08.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:58:08.157Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:58:08.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:58:23.971Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:58:23.986Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T06:58:23.989Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T06:58:53.990Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:58:54.003Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:58:54.005Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T06:58:54.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T06:58:54.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T06:59:08.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T06:59:08.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.169Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.170Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.171Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.172Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOTIFIED" } 2023-01-24T06:59:08.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.176Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOTIFIED" } 2023-01-24T06:59:08.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.177Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.178Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-24T06:59:08.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-24T06:59:08.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-24T06:59:08.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.188Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.195Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.196Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-24T06:59:08.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-24T06:59:08.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543433069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543416517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.207Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "ves-openapi-manager", "timestamp": 1674543442096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T06:59:08.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543426953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.208Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543428229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543439797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543451577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "NOTIFIED" } 2023-01-24T06:59:08.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.210Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543462942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543462562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.211Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543462971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.212Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543463031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543462664, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.213Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543463487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.214Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "cds-sdc-listener", "timestamp": 1674543463584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-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-24T06:59:08.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb 2023-01-24T06:59:08.223Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb 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-24T06:59:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543463985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543464039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "policy-distribution", "timestamp": 1674543464988, "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-24T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb 2023-01-24T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb 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-24T06:59:08.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.250Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543465105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.251Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543466209, "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-24T06:59:08.256Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb 2023-01-24T06:59:08.256Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb 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-24T06:59:08.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.264Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543466430, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "multicloud-k8s", "timestamp": 1674543467215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543467947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543467530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543468952, "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-24T06:59:08.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb 2023-01-24T06:59:08.273Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb 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-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543468632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-24T06:59:08.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543469928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/basic_onboard_dxdwaw0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543470931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543471933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/resourceInstances/basic_onboard_dxdwaw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543472936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543475817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxdwaw/1.0/artifacts/service-BasicOnboardDxdwaw-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T06:59:08.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T06:59:08.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T06:59:08.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "aai-model-loader", "timestamp": 1674543476824, "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-24T06:59:08.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d53b7aa2-bc5a-4590-ba88-9df3271e9adb 2023-01-24T06:59:08.289Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d53b7aa2-bc5a-4590-ba88-9df3271e9adb 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-24T06:59:24.006Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:59:24.019Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T06:59:24.023Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T06:59:24.024Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T06:59:24.032Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T06:59:54.033Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T06:59:54.043Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d53b7aa2-bc5a-4590-ba88-9df3271e9adb and serviceModelVersionId: 67795ace-41dd-4e35-9697-290184e53f61 2023-01-24T06:59:54.044Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ba6237e-2505-426b-8525-2b237306b0c7 2023-01-24T07:00:08.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:00:10.531Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0 2023-01-24T07:00:10.660Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:00:11.116Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|INFO|500||Invoke 2023-01-24T07:00:11.121Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[612387af-4dc5-4fa9-95be-feba6abced5d], X-ECOMP-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], X-TransactionId=[], X-ONAP-RequestID=[d53b7aa2-bc5a-4590-ba88-9df3271e9adb], Content-Type=[application/merge-patch+json]} 2023-01-24T07:00:11.240Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:00:11.559Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?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/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:00:12 GMT], content-length=[0], vertex-id=[180400], x-aai-txid=[1-aai-resources-230124-07:00:12:416-89896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:00:11.560Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:00:11.561Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba6237e-2505-426b-8525-2b237306b0c7/model-vers/model-ver/67795ace-41dd-4e35-9697-290184e53f61?depth=0|INFO|500||InvokeReturn 2023-01-24T07:00:11.565Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:00:11.565Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-24T07:00:11.573Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-24T07:00:11.573Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d53b7aa2-bc5a-4590-ba88-9df3271e9adb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:00:11.574Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:00:11.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543611574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:00:11.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-24T07:00:11.585Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "d53b7aa2-bc5a-4590-ba88-9df3271e9adb", "consumerID": "SO-sdc-controller", "timestamp": 1674543611574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:00:11.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-24T07:00:12.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:01:08.152Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:01:12.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:02:08.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:02:12.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:03:08.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:03:12.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:04:08.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:04:12.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:05:08.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:12.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:05:34.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:05:34.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4e5f0f30-7133-46d9-a144-09a4b694ec74","serviceName":"vFW 2023-01-24 07-04-45","serviceVersion":"1.0","serviceUUID":"5e576a29-3cd3-488c-b46c-ce7c5ab690b3","serviceDescription":"catalog service description","serviceInvariantUUID":"6b7c962d-d150-4a76-af3e-3de83280d9b1","resources":[{"resourceInstanceName":"vFW 53fbff58-a7bf 0","resourceName":"vFW 53fbff58-a7bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdb13530-f04e-415e-88b2-16617a992228","resourceInvariantUUID":"57b99844-1bc6-48cc-bf5c-11ad168f1b5a","resourceCustomizationUUID":"bd3ce673-4c49-485e-8823-06b7bd03320d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml","artifactChecksum":"ODk2NWVkM2JkZDFiZGRmNGE2NTNkOTY3MDkzYjkxY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acebfecc-13fe-4139-bb62-1426f11f6f89","artifactVersion":"1"},{"artifactName":"vfw53fbff58a7bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json","artifactChecksum":"OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74f0b3b5-1796-4cd1-828d-920a03dc9233","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f653f37-370f-43b5-8a6a-41a3c69d33d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml","artifactChecksum":"OGIyN2I2ZWJhMjBiNTIyNzk5YThiODBkNWRkNzY0ZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5904d9d6-f5d9-42d9-804d-35e26466ef23","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3cb7ee4-62cd-4c25-9b50-158701889fc8","artifactVersion":"2","generatedFromUUID":"0f653f37-370f-43b5-8a6a-41a3c69d33d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230124070445-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml","artifactChecksum":"ZDg0YTQyZjlkMWYzODQ4NTljOWZiZWIyMGEzMzgwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6d4458e-9285-4366-991f-e1359ebc2983","artifactVersion":"1"},{"artifactName":"service-Vfw20230124070445-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar","artifactChecksum":"ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"daf6c9a9-2889-441a-9b63-fedefcb4533c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:05:34.019Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:34.020Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:34.020Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:34.021Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:34.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:05:34.035Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:05:34.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:05:35.022Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:35.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:35.023Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:35.023Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:36.024Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:36.024Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:37.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:37.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:37.026Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:37.026Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:38.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:38.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:38.027Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:38.028Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:39.028Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:39.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:39.029Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:39.029Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:40.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:05:40.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:40.030Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:40.031Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:41.032Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "serviceName": "vFW 2023-01-24 07-04-45", "serviceVersion": "1.0", "serviceUUID": "5e576a29-3cd3-488c-b46c-ce7c5ab690b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6b7c962d-d150-4a76-af3e-3de83280d9b1", "resources": [ { "resourceInstanceName": "vFW 53fbff58-a7bf 0", "resourceCustomizationUUID": "bd3ce673-4c49-485e-8823-06b7bd03320d", "resourceName": "vFW 53fbff58-a7bf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bdb13530-f04e-415e-88b2-16617a992228", "resourceInvariantUUID": "57b99844-1bc6-48cc-bf5c-11ad168f1b5a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw53fbff58a7bf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "artifactChecksum": "OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74f0b3b5-1796-4cd1-828d-920a03dc9233", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0f653f37-370f-43b5-8a6a-41a3c69d33d6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a3cb7ee4-62cd-4c25-9b50-158701889fc8", "generatedFromUUID": "0f653f37-370f-43b5-8a6a-41a3c69d33d6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a3cb7ee4-62cd-4c25-9b50-158701889fc8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230124070445-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "artifactChecksum": "ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "daf6c9a9-2889-441a-9b63-fedefcb4533c" } ], "workloadContext": "Production" } 2023-01-24T07:05:41.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:05:41.033Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 ASDC 2023-01-24T07:05:41.033Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4e5f0f30-7133-46d9-a144-09a4b694ec74 ServiceName:vFW 2023-01-24 07-04-45 ServiceVersion:1.0 ServiceUUID:5e576a29-3cd3-488c-b46c-ce7c5ab690b3 ServiceInvariantUUID:6b7c962d-d150-4a76-af3e-3de83280d9b1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230124070445-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar ArtifactUUID:daf6c9a9-2889-441a-9b63-fedefcb4533c ArtifactChecksum:ZjBlNzE0OWM3Y2RkNTJlYTExYzA4MDI3MmFiOTUzMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 53fbff58-a7bf 0 ResourceCustomizationUUID:bd3ce673-4c49-485e-8823-06b7bd03320d ResourceInvariantUUID:57b99844-1bc6-48cc-bf5c-11ad168f1b5a ResourceName:vFW 53fbff58-a7bf ResourceType:VF ResourceUUID:bdb13530-f04e-415e-88b2-16617a992228 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw53fbff58a7bf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json ArtifactUUID:74f0b3b5-1796-4cd1-828d-920a03dc9233 ArtifactChecksum:OTgxMDg0ZjI4MjYzZmU1NTg4OWM4YWY1MTM3ZTc2NjQ= 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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml ArtifactUUID:0f653f37-370f-43b5-8a6a-41a3c69d33d6 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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ArtifactUUID:a3cb7ee4-62cd-4c25-9b50-158701889fc8 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/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ArtifactUUID:a3cb7ee4-62cd-4c25-9b50-158701889fc8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T07:05:41.033Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:05:41.065Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:05:41.065Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: daf6c9a9-2889-441a-9b63-fedefcb4533c from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-24T07:05:41.066Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:41.170Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-24T07:05:41.177Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar daf6c9a9-2889-441a-9b63-fedefcb4533c 101484 2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar ASDC sendASDCNotification 2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:41.178Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:41.179Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543941178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:42.181Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:05:42.182Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-24T07:05:42.183Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: daf6c9a9-2889-441a-9b63-fedefcb4533c, URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar to file: /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:42.183Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230124070445-csar.csar 2023-01-24T07:05:42.184Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:42.184Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:42.403Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11969224352955866877/Definitions/service-Vfw20230124070445-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-24T07:05:44.461Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.462Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 53fbff58-a7bf 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-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||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-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.463Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.464Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.465Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.466Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.467Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.468Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.469Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.470Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.471Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-24T07:05:44.472Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.473Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea22ecf5-2848-4d38-9602-72df086268ce 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.474Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-24T07:05:44.475Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed2cb8aa-520c-4cab-b5d8-97cbf2b13421 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:44.476Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:44.477Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=334b56c2-9569-414c-b9e5-2f77c553da23 2023-01-24T07:05:44.478Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.479Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:44.480Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:44.480Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-24 07-04-45 Description:catalog service description Model UUID:5e576a29-3cd3-488c-b46c-ce7c5ab690b3 Model Version:NULL Model InvariantUuid:6b7c962d-d150-4a76-af3e-3de83280d9b1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 53fbff58-a7bf Model UUID:75bf1038-97f5-4a88-87dd-83767c5d5ccb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:57b99844-1bc6-48cc-bf5c-11ad168f1b5a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bd3ce673-4c49-485e-8823-06b7bd03320d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330 ModelName:Vfw53fbff58A7bf..base_vfw..module-0 ModelUuid:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea22ecf5-2848-4d38-9602-72df086268ce ModelInvariantUuid:619a1140-e64d-4a7e-9ff5-379f73e7ff57 ModelName:vFW 53fbff58-a7bf-nodes.vfwCvfc ModelUuid:cae3cb27-8c17-4f87-b006-e4a2288da531 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4332b7c5-f2df-4ab8-aa1f-0eaa1b789f5b ModelInvariantUuid:ddd881f7-5cd5-4f45-becc-715160824836 ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vfw ModelUuid:1f1e6977-6a42-4030-ad9f-ebaaea02d28f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ed2cb8aa-520c-4cab-b5d8-97cbf2b13421 ModelInvariantUuid:43eb6265-4ea9-46fa-8904-f84e60e9fac0 ModelName:vFW 53fbff58-a7bf-nodes.vsnCvfc ModelUuid:06bea364-4e75-45e3-805d-bc1aa7453fb2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ad884af5-6729-487b-a39e-cbda5cfde855 ModelInvariantUuid:8547a56f-4b5c-4b8a-9f64-f04ffe0998e1 ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vsn ModelUuid:ac56f264-956d-41ea-9094-2b1341eae02d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:334b56c2-9569-414c-b9e5-2f77c553da23 ModelInvariantUuid:0c3900ab-6817-4ed9-8d04-98001c0f65e2 ModelName:vFW 53fbff58-a7bf-nodes.vpgCvfc ModelUuid:43119124-b2bd-4989-a41e-1eab144ce462 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:48ecc74d-9d39-469a-ae51-822e5c2b04c9 ModelInvariantUuid:5476179a-4e1d-4a09-8b7b-d6832315676a ModelName:Vfw53fbff58A7bf.compute.nodes.heat.vpg ModelUuid:5afc2db6-2482-41c8-8d44-8b9af9f6399a 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-24T07:05:44.489Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bdb13530-f04e-415e-88b2-16617a992228 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||vFW 53fbff58-a7bf 0 2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdb13530-f04e-415e-88b2-16617a992228 2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74f0b3b5-1796-4cd1-828d-920a03dc9233 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-24T07:05:44.492Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 2023-01-24T07:05:44.543Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 74f0b3b5-1796-4cd1-828d-920a03dc9233 785 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json ASDC sendASDCNotification 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:44.544Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:44.545Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543944544, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:45.545Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw53fbff58A7bf..base_vfw..module-0", "vfModuleModelInvariantUUID": "e08c3ddf-ba4c-45fb-b05b-1d30f14ff330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e0676bd-63ac-4c54-8aaf-a63aa12c02f3", "vfModuleModelCustomizationUUID": "b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934", "isBase": true, "artifacts": [ "0f653f37-370f-43b5-8a6a-41a3c69d33d6", "a3cb7ee4-62cd-4c25-9b50-158701889fc8" ], "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-24T07:05:45.553Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw53fbff58A7bf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3 VfModuleModelInvariantUUID:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f653f37-370f-43b5-8a6a-41a3c69d33d6 , a3cb7ee4-62cd-4c25-9b50-158701889fc8 } 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-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw53fbff58A7bf..base_vfw..module-0", "vfModuleModelInvariantUUID": "e08c3ddf-ba4c-45fb-b05b-1d30f14ff330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e0676bd-63ac-4c54-8aaf-a63aa12c02f3", "vfModuleModelCustomizationUUID": "b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934", "isBase": true, "artifacts": [ "0f653f37-370f-43b5-8a6a-41a3c69d33d6", "a3cb7ee4-62cd-4c25-9b50-158701889fc8" ], "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-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw53fbff58A7bf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9e0676bd-63ac-4c54-8aaf-a63aa12c02f3 VfModuleModelInvariantUUID:e08c3ddf-ba4c-45fb-b05b-1d30f14ff330 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f653f37-370f-43b5-8a6a-41a3c69d33d6 , a3cb7ee4-62cd-4c25-9b50-158701889fc8 } 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-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0f653f37-370f-43b5-8a6a-41a3c69d33d6 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 2023-01-24T07:05:45.555Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-24T07:05:45.556Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 2023-01-24T07:05:45.619Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-24T07:05:45.620Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 0f653f37-370f-43b5-8a6a-41a3c69d33d6 20368 2023-01-24T07:05:45.620Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:45.621Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543945620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:46.622Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3cb7ee4-62cd-4c25-9b50-158701889fc8 from URL: /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env 2023-01-24T07:05:46.622Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-24T07:05:46.623Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env 2023-01-24T07:05:46.695Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-24T07:05:46.695Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env a3cb7ee4-62cd-4c25-9b50-158701889fc8 2098 2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env 2023-01-24T07:05:46.696Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:46.697Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543946696, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:47.698Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 2023-01-24T07:05:47.698Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 53fbff58-a7bf 0 bdb13530-f04e-415e-88b2-16617a992228 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-24T07:05:47.715Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78c80e98, org.onap.sdc.toscaparser.api.parameters.Input@7d482bf7, org.onap.sdc.toscaparser.api.parameters.Input@71f1e0a4, org.onap.sdc.toscaparser.api.parameters.Input@54177880, org.onap.sdc.toscaparser.api.parameters.Input@6c131054] 2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.716Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bd3ce673-4c49-485e-8823-06b7bd03320d 2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd3ce673-4c49-485e-8823-06b7bd03320d matches Tosca VF Customization UUID: bd3ce673-4c49-485e-8823-06b7bd03320d 2023-01-24T07:05:47.717Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bd3ce673-4c49-485e-8823-06b7bd03320d 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-24T07:05:47.719Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.719Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bd3ce673-4c49-485e-8823-06b7bd03320d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@418e19ef 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934 2023-01-24T07:05:47.720Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b010cba4-2b5a-4d7b-ba2c-b1f3f7e73934 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-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:47.723Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:47.724Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.725Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.726Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea22ecf5-2848-4d38-9602-72df086268ce 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-24T07:05:47.728Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:47.729Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.730Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-24T07:05:47.731Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.732Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed2cb8aa-520c-4cab-b5d8-97cbf2b13421 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-24T07:05:47.733Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.733Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.734Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:47.736Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is not matching search criteria 2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.737Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-24T07:05:47.738Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-24T07:05:47.739Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=334b56c2-9569-414c-b9e5-2f77c553da23 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-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Node template vFW 53fbff58-a7bf 0 is matching search criteria 2023-01-24T07:05:47.741Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 53fbff58-a7bf 0] matching following query criteria: sdcType=VF, customizationUUID=bd3ce673-4c49-485e-8823-06b7bd03320d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:05:47.743Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.743Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5e576a29-3cd3-488c-b46c-ce7c5ab690b3: vFW 53fbff58-a7bf 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.744Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 07-04-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:05:47.745Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-24 07-04-45 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-24T07:05:47.917Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 53fbff58-a7bf bdb13530-f04e-415e-88b2-16617a992228 1 ASDC deployResourceStructure 2023-01-24T07:05:47.918Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json ASDC sendASDCNotification 2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json 2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:05:47.919Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:47.920Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:47.920Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543947918, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:48.922Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-24T07:05:48.923Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml 2023-01-24T07:05:48.923Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:05:48.924Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:48.925Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:48.925Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543948922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env 2023-01-24T07:05:49.928Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:49.929Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543949927, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:50.931Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar ASDC sendASDCNotification 2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar 2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:05:50.932Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:05:50.933Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543950931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:05:51.934Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:05:51.947Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:05:51.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:06:08.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:06:08.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:06:08.154Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:06:08.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:06:08.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-24T07:06:08.156Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:06:08.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:06:21.949Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:06:21.959Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:06:21.962Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:06:51.963Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:06:51.975Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:06:51.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:07:08.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:07:08.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-24T07:07:08.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543916006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543912591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543884595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543918239, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "ves-openapi-manager", "timestamp": 1674543922101, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543919796, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543931576, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543941758, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543941365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543941784, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543941178, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543941876, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543942412, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543942762, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "cds-sdc-listener", "timestamp": 1674543942370, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-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-24T07:07:08.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74 2023-01-24T07:07:08.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 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-24T07:07:08.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543942865, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "policy-distribution", "timestamp": 1674543943764, "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-24T07:07:08.199Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74 2023-01-24T07:07:08.199Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 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-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543943924, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.207Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543944951, "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-24T07:07:08.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74 2023-01-24T07:07:08.212Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 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-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543944544, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "multicloud-k8s", "timestamp": 1674543945954, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543945860, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543945620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674543946866, "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-24T07:07:08.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74 2023-01-24T07:07:08.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 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-24T07:07:08.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.233Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543946696, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543947918, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/vfw53fbff58a7bf0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.234Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543948922, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543949927, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/resourceInstances/vfw53fbff58a7bf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674543950931, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543953550, "artifactURL": "/sdc/v1/catalog/services/Vfw20230124070445/1.0/artifacts/service-Vfw20230124070445-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:07:08.236Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "aai-model-loader", "timestamp": 1674543954553, "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-24T07:07:08.241Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e5f0f30-7133-46d9-a144-09a4b694ec74 2023-01-24T07:07:08.241Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e5f0f30-7133-46d9-a144-09a4b694ec74 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-24T07:07:21.977Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:07:21.990Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:07:21.994Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:07:21.995Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T07:07:22.000Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:07:52.000Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:07:52.009Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e5f0f30-7133-46d9-a144-09a4b694ec74 and serviceModelVersionId: 5e576a29-3cd3-488c-b46c-ce7c5ab690b3 2023-01-24T07:07:52.009Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b7c962d-d150-4a76-af3e-3de83280d9b1 2023-01-24T07:07:52.011Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0 2023-01-24T07:07:52.015Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:07:52.071Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|INFO|500||Invoke 2023-01-24T07:07:52.072Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fca6cee-8052-453b-a738-0355b3b6881d], X-ECOMP-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], X-TransactionId=[], X-ONAP-RequestID=[4e5f0f30-7133-46d9-a144-09a4b694ec74], Content-Type=[application/merge-patch+json]} 2023-01-24T07:07:52.098Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:07:52.254Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?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/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:07:53 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[2-aai-resources-230124-07:07:53:284-38189], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:07:52.254Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:07:52.255Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b7c962d-d150-4a76-af3e-3de83280d9b1/model-vers/model-ver/5e576a29-3cd3-488c-b46c-ce7c5ab690b3?depth=0|INFO|500||InvokeReturn 2023-01-24T07:07:52.256Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:07:52.256Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-24T07:07:52.263Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-24T07:07:52.263Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e5f0f30-7133-46d9-a144-09a4b694ec74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:07:52.264Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674544072263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:07:53.275Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:08:08.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:08:08.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:08:08.159Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e5f0f30-7133-46d9-a144-09a4b694ec74", "consumerID": "SO-sdc-controller", "timestamp": 1674544072263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:08:08.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:08:53.277Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:09:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:09:53.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:10:08.154Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:10:53.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:11:08.156Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:11:53.280Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:12:08.157Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:12:45.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:12:45.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f1d34505-e865-43f1-800e-898fc190027e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c73932e9-1652-44e0-ad66-8d59bfa6deac","serviceDescription":"service","serviceInvariantUUID":"af46285d-debd-4f41-9b27-350e0d65843e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c08f91fa-1571-43c2-a121-37a2995018ea","resourceInvariantUUID":"3453fa14-2f04-4b33-8780-b958c4757f48","resourceCustomizationUUID":"aea255b7-8547-4f3c-85d4-c5b467be113d","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":"ODcwMjQ0NjQ4ZDkwMGZjMWQ5ODVkOGVjNTM5YTllMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b94a4bcd-5466-4da1-9666-dbe60ac18e2d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9077913f-0e13-45a8-9415-c6d6db96e061","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:12:45.959Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:12:45.960Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:12:45.960Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:12:45.960Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544313280, "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-24T07:12:45.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:12:45.987Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544313280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:12:45.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:12:46.961Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:12:46.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:12:46.962Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:12:46.962Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544313280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:12:47.963Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c73932e9-1652-44e0-ad66-8d59bfa6deac", "serviceDescription": "service", "serviceInvariantUUID": "af46285d-debd-4f41-9b27-350e0d65843e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "aea255b7-8547-4f3c-85d4-c5b467be113d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c08f91fa-1571-43c2-a121-37a2995018ea", "resourceInvariantUUID": "3453fa14-2f04-4b33-8780-b958c4757f48", "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": "ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9077913f-0e13-45a8-9415-c6d6db96e061" } ], "workloadContext": "Production" } 2023-01-24T07:12:47.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:12:47.964Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c73932e9-1652-44e0-ad66-8d59bfa6deac ASDC 2023-01-24T07:12:47.965Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f1d34505-e865-43f1-800e-898fc190027e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c73932e9-1652-44e0-ad66-8d59bfa6deac ServiceInvariantUUID:af46285d-debd-4f41-9b27-350e0d65843e 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:9077913f-0e13-45a8-9415-c6d6db96e061 ArtifactChecksum:ZWMwOGY3ZTA1N2UwMWQwNDcwMWEyN2JkM2EwMzE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:aea255b7-8547-4f3c-85d4-c5b467be113d ResourceInvariantUUID:3453fa14-2f04-4b33-8780-b958c4757f48 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c08f91fa-1571-43c2-a121-37a2995018ea ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-24T07:12:47.965Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c73932e9-1652-44e0-ad66-8d59bfa6deac ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:12:47.996Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9077913f-0e13-45a8-9415-c6d6db96e061 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:12:47.997Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:48.123Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:12:48.126Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9077913f-0e13-45a8-9415-c6d6db96e061 57795 2023-01-24T07:12:48.126Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:12:48.127Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:12:48.128Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544368126, "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-24T07:12:49.128Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:12:49.129Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:12:49.130Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9077913f-0e13-45a8-9415-c6d6db96e061, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-24T07:12:49.130Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-24T07:12:49.131Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-24T07:12:49.131Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-24T07:12:49.299Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3561687773561450581/Definitions/service-BasicNetwork-template.yml 2023-01-24T07:12:49.842Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:12:49.842Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.843Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-24T07:12:49.844Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:12:49.845Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.846Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.847Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c73932e9-1652-44e0-ad66-8d59bfa6deac Model Version:NULL Model InvariantUuid:af46285d-debd-4f41-9b27-350e0d65843e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3453fa14-2f04-4b33-8780-b958c4757f48 Model UUID:b88046a8-e6ae-4895-b4cc-5b638b54f723 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:aea255b7-8547-4f3c-85d4-c5b467be113d 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-24T07:12:49.856Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: c08f91fa-1571-43c2-a121-37a2995018ea 2023-01-24T07:12:49.856Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||No resources found for Service: c73932e9-1652-44e0-ad66-8d59bfa6deac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:12:49.861Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500|| 2023-01-24T07:12:49.861Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c73932e9-1652-44e0-ad66-8d59bfa6deac 2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c73932e9-1652-44e0-ad66-8d59bfa6deac 2023-01-24T07:12:49.862Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-24T07:12:49.863Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.869Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3c97f8, org.onap.sdc.toscaparser.api.parameters.Input@305449df, org.onap.sdc.toscaparser.api.parameters.Input@42f7b848, org.onap.sdc.toscaparser.api.parameters.Input@2eb92b39, org.onap.sdc.toscaparser.api.parameters.Input@40d4fa41] 2023-01-24T07:12:49.870Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.870Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c73932e9-1652-44e0-ad66-8d59bfa6deac: Generic NeutronNet 2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.871Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.872Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.932Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:12:49.933Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:49.934Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:50.027Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:12:50.028Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:12:50.029Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:12:50.029Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544370028, "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-24T07:12:51.032Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:12:51.044Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:12:51.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:13:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:13:08.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:13:08.154Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "ves-openapi-manager", "timestamp": 1674544361806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:13:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:13:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:13:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "cds-sdc-listener", "timestamp": 1674544363387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:13:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:13:21.047Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:13:21.057Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:13:21.059Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:13:51.060Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:13:51.070Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:13:51.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:14:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:08.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.154Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "policy-distribution", "timestamp": 1674544364780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:14:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "multicloud-k8s", "timestamp": 1674544336972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:14:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544313280, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "cds-sdc-listener", "timestamp": 1674544363387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "ves-openapi-manager", "timestamp": 1674544361806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:14:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "policy-distribution", "timestamp": 1674544364780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "multicloud-k8s", "timestamp": 1674544336972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "policy-distribution", "timestamp": 1674544368741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:14:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544368126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "cds-sdc-listener", "timestamp": 1674544368344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "policy-distribution", "timestamp": 1674544369744, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:14:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "cds-sdc-listener", "timestamp": 1674544369349, "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-24T07:14:08.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e 2023-01-24T07:14:08.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e 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-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "aai-model-loader", "timestamp": 1674544369796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:14:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544370028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:14:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "policy-distribution", "timestamp": 1674544370745, "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-24T07:14:08.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e 2023-01-24T07:14:08.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e 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-24T07:14:08.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "aai-model-loader", "timestamp": 1674544369796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "aai-model-loader", "timestamp": 1674544371920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "aai-model-loader", "timestamp": 1674544376695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:14:08.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.190Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "aai-model-loader", "timestamp": 1674544377699, "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-24T07:14:08.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e 2023-01-24T07:14:08.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e 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-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544381576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:14:08.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544381576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:14:08.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544384346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544386053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:14:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544387056, "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-24T07:14:08.208Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1d34505-e865-43f1-800e-898fc190027e 2023-01-24T07:14:08.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d34505-e865-43f1-800e-898fc190027e 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-24T07:14:21.077Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:14:21.089Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d34505-e865-43f1-800e-898fc190027e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:14:21.092Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:14:21.093Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:14:21.094Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:14:21.099Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:14:51.100Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1d34505-e865-43f1-800e-898fc190027e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:14:51.106Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1d34505-e865-43f1-800e-898fc190027e and serviceModelVersionId: c73932e9-1652-44e0-ad66-8d59bfa6deac 2023-01-24T07:14:51.106Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af46285d-debd-4f41-9b27-350e0d65843e 2023-01-24T07:14:51.108Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0 2023-01-24T07:14:51.114Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:14:51.224Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?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-24T07:14:51.227Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|INFO|500||Invoke 2023-01-24T07:14:51.253Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:14:51.367Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0|INFO|500||InvokeReturn 2023-01-24T07:14:51.368Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af46285d-debd-4f41-9b27-350e0d65843e/model-vers/model-ver/c73932e9-1652-44e0-ad66-8d59bfa6deac?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:14:52 GMT], content-length=[0], vertex-id=[184552], x-aai-txid=[2-aai-resources-230124-07:14:52:451-3249], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:14:51.369Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:14:51.370Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:14:51.370Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:14:51.376Z|f1d34505-e865-43f1-800e-898fc190027e|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-24T07:14:51.376Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1d34505-e865-43f1-800e-898fc190027e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:51.377Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544491376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:14:52.390Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:14:52.394Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:14:52.394Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"01e71815-f326-4dfc-8805-e0155de2ff51","serviceName":"Demo_pNF_0D75sfB7OCrqs5JguLy1","serviceVersion":"1.0","serviceUUID":"081c505b-e4d7-4a6e-ab6d-d24669410351","serviceDescription":"catalog service description","serviceInvariantUUID":"3135cef9-3360-4ef7-ae86-0db60cdc5518","resources":[{"resourceInstanceName":"pNF e3d583b5-cc86 0","resourceName":"pNF e3d583b5-cc86","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12633483-bc3d-4903-9a5e-1dd790153aa4","resourceInvariantUUID":"e11a3872-bb00-429f-80ea-da2093c8cb62","resourceCustomizationUUID":"f3330268-f2aa-47f5-a6e2-896a07813950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml","artifactChecksum":"MDg1MTg4ZTFlNDhiMzIxMjliNDliYzZmOTliOWYyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d54529e2-58ce-4c42-b29c-ca9faa96a0b8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar","artifactChecksum":"MzA5Y2IwZGJjMWEzZWFkZTQ3MmFkZDg2NmQwZTYyZWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cdf2210-a35f-4f17-97b7-b730e21fdabd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a4ed07e-f687-45e8-ab6b-66966b4771f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml","artifactChecksum":"YmVjNWUwMmUxZjIyYjAxYzZmMTY0OTNkNzlmM2UyNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a06fa5d-0fe2-4797-99ec-cdf00a94770f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7aa8b9a-ea09-40cf-bf89-5ff50d9f8689","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"082a3c61-812c-4cb5-8c1a-c6f4d5100b2b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml","artifactChecksum":"OWFlYmQzZDNiMTliM2QwYTI1NTFlNjYwMmVlYmQ5ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bca854e2-4fa8-47f6-8a50-57032e7b20d3","artifactVersion":"1"},{"artifactName":"service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar","artifactChecksum":"MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed996b79-b492-4cf7-a3b6-6f46100216af","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:14:52.396Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:52.396Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:52.397Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:52.397Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:53.398Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:53.399Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:54.400Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:54.400Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:54.401Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:54.401Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:55.402Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:55.403Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:56.404Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:57.405Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:57.406Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:58.407Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:58.408Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:14:59.409Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:14:59.409Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:14:59.410Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:14:59.410Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:15:00.411Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "serviceName": "Demo_pNF_0D75sfB7OCrqs5JguLy1", "serviceVersion": "1.0", "serviceUUID": "081c505b-e4d7-4a6e-ab6d-d24669410351", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3135cef9-3360-4ef7-ae86-0db60cdc5518", "resources": [ { "resourceInstanceName": "pNF e3d583b5-cc86 0", "resourceCustomizationUUID": "f3330268-f2aa-47f5-a6e2-896a07813950", "resourceName": "pNF e3d583b5-cc86", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "12633483-bc3d-4903-9a5e-1dd790153aa4", "resourceInvariantUUID": "e11a3872-bb00-429f-80ea-da2093c8cb62", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "artifactChecksum": "MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed996b79-b492-4cf7-a3b6-6f46100216af" } ], "workloadContext": "Production" } 2023-01-24T07:15:00.412Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:15:00.412Z|f1d34505-e865-43f1-800e-898fc190027e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 081c505b-e4d7-4a6e-ab6d-d24669410351 ASDC 2023-01-24T07:15:00.412Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:01e71815-f326-4dfc-8805-e0155de2ff51 ServiceName:Demo_pNF_0D75sfB7OCrqs5JguLy1 ServiceVersion:1.0 ServiceUUID:081c505b-e4d7-4a6e-ab6d-d24669410351 ServiceInvariantUUID:3135cef9-3360-4ef7-ae86-0db60cdc5518 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ArtifactUUID:ed996b79-b492-4cf7-a3b6-6f46100216af ArtifactChecksum:MzM0MDk2NDI2ZjZhMDZiYjkwYTc0NTlmMzYxNWEzZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e3d583b5-cc86 0 ResourceCustomizationUUID:f3330268-f2aa-47f5-a6e2-896a07813950 ResourceInvariantUUID:e11a3872-bb00-429f-80ea-da2093c8cb62 ResourceName:pNF e3d583b5-cc86 ResourceType:PNF ResourceUUID:12633483-bc3d-4903-9a5e-1dd790153aa4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-24T07:15:00.412Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 081c505b-e4d7-4a6e-ab6d-d24669410351 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ed996b79-b492-4cf7-a3b6-6f46100216af from URL: /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:00.437Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:15:00.438Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:00.501Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:15:00.504Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ed996b79-b492-4cf7-a3b6-6f46100216af 87998 2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ASDC sendASDCNotification 2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:15:00.505Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:15:00.506Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544500505, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:15:01.506Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:15:01.507Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:15:01.507Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ed996b79-b492-4cf7-a3b6-6f46100216af, URL: /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar to file: /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:01.508Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:01.509Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:01.509Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:01.654Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15959584451628736964/Definitions/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e3d583b5-cc86 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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.404Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.405Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Node template pNF e3d583b5-cc86 0 is matching search criteria 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e3d583b5-cc86 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Node template pNF e3d583b5-cc86 0 is matching search criteria 2023-01-24T07:15:02.406Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e3d583b5-cc86 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.407Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.408Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_0D75sfB7OCrqs5JguLy1 Description:catalog service description Model UUID:081c505b-e4d7-4a6e-ab6d-d24669410351 Model Version:NULL Model InvariantUuid:3135cef9-3360-4ef7-ae86-0db60cdc5518 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-24T07:15:02.413Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12633483-bc3d-4903-9a5e-1dd790153aa4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:15:02.415Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||pNF e3d583b5-cc86 0 2023-01-24T07:15:02.415Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12633483-bc3d-4903-9a5e-1dd790153aa4 2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 081c505b-e4d7-4a6e-ab6d-d24669410351 2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 081c505b-e4d7-4a6e-ab6d-d24669410351 2023-01-24T07:15:02.416Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e3d583b5-cc86 0 12633483-bc3d-4903-9a5e-1dd790153aa4 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-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@288002c5, org.onap.sdc.toscaparser.api.parameters.Input@74370893, org.onap.sdc.toscaparser.api.parameters.Input@4bde574d, org.onap.sdc.toscaparser.api.parameters.Input@4243c9ff, org.onap.sdc.toscaparser.api.parameters.Input@6a7d6d58] 2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 081c505b-e4d7-4a6e-ab6d-d24669410351: pNF e3d583b5-cc86 2023-01-24T07:15:02.420Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Processing PNF resource: 12633483-bc3d-4903-9a5e-1dd790153aa4 2023-01-24T07:15:02.421Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:15:02.421Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0D75sfB7OCrqs5JguLy1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:15:02.421Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Resource customization UUID: f3330268-f2aa-47f5-a6e2-896a07813950 is the same as notified resource customizationUUID: f3330268-f2aa-47f5-a6e2-896a07813950 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-24T07:15:02.465Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e3d583b5-cc86 12633483-bc3d-4903-9a5e-1dd790153aa4 0 ASDC deployResourceStructure 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar ASDC sendASDCNotification 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:15:02.466Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544502466, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:15:03.468Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01e71815-f326-4dfc-8805-e0155de2ff51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:15:03.478Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01e71815-f326-4dfc-8805-e0155de2ff51 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:15:03.481Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:15:03.481Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:15:03.481Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:15:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:15:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-24T07:15:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544381790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544371746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544399796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "multicloud-k8s", "timestamp": 1674544398610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544370352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544409511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544409585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544408910, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544409152, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544410514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "cds-sdc-listener", "timestamp": 1674544410157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-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-24T07:15:08.189Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01e71815-f326-4dfc-8805-e0155de2ff51 2023-01-24T07:15:08.189Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01e71815-f326-4dfc-8805-e0155de2ff51 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-24T07:15:08.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544410084, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "policy-distribution", "timestamp": 1674544411515, "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-24T07:15:08.202Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01e71815-f326-4dfc-8805-e0155de2ff51 2023-01-24T07:15:08.202Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01e71815-f326-4dfc-8805-e0155de2ff51 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-24T07:15:08.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.210Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "ves-openapi-manager", "timestamp": 1674544411086, "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-24T07:15:08.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 01e71815-f326-4dfc-8805-e0155de2ff51 2023-01-24T07:15:08.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01e71815-f326-4dfc-8805-e0155de2ff51 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-24T07:15:08.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544414766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.224Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.224Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "aai-model-loader", "timestamp": 1674544415768, "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-24T07:15:08.229Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01e71815-f326-4dfc-8805-e0155de2ff51 2023-01-24T07:15:08.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01e71815-f326-4dfc-8805-e0155de2ff51 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-24T07:15:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544411576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544420349, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544422230, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.240Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544423234, "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-24T07:15:08.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01e71815-f326-4dfc-8805-e0155de2ff51 2023-01-24T07:15:08.244Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01e71815-f326-4dfc-8805-e0155de2ff51 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-24T07:15:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "ves-openapi-manager", "timestamp": 1674544432089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544412516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544411159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544409409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544429796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544441798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544441806, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544441407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544441872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544442808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "cds-sdc-listener", "timestamp": 1674544442413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-24T07:15:08.282Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7288e2a-3669-4e34-96c0-6776182b17a7 2023-01-24T07:15:08.282Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7288e2a-3669-4e34-96c0-6776182b17a7 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-24T07:15:08.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.289Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544442872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.290Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "policy-distribution", "timestamp": 1674544443810, "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-24T07:15:08.294Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7288e2a-3669-4e34-96c0-6776182b17a7 2023-01-24T07:15:08.294Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7288e2a-3669-4e34-96c0-6776182b17a7 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-24T07:15:08.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544443949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544444972, "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-24T07:15:08.307Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7288e2a-3669-4e34-96c0-6776182b17a7 2023-01-24T07:15:08.307Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7288e2a-3669-4e34-96c0-6776182b17a7 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-24T07:15:08.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "multicloud-k8s", "timestamp": 1674544445974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:15:08.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:08.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:15:08.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544441576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:15:08.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:15:33.481Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01e71815-f326-4dfc-8805-e0155de2ff51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:15:33.494Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01e71815-f326-4dfc-8805-e0155de2ff51 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:15:33.497Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.498Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.499Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.499Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.499Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:15:33.499Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-24T07:15:33.504Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:16:03.504Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01e71815-f326-4dfc-8805-e0155de2ff51 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:16:03.523Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01e71815-f326-4dfc-8805-e0155de2ff51 and serviceModelVersionId: 081c505b-e4d7-4a6e-ab6d-d24669410351 2023-01-24T07:16:03.523Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3135cef9-3360-4ef7-ae86-0db60cdc5518 2023-01-24T07:16:03.524Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?depth=0 2023-01-24T07:16:03.528Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:16:03.578Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?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-24T07:16:03.580Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?depth=0|INFO|500||Invoke 2023-01-24T07:16:03.599Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:16:03.736Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?depth=0|INFO|500||InvokeReturn 2023-01-24T07:16:03.736Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3135cef9-3360-4ef7-ae86-0db60cdc5518/model-vers/model-ver/081c505b-e4d7-4a6e-ab6d-d24669410351?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:16:04 GMT], content-length=[0], vertex-id=[213152], x-aai-txid=[2-aai-resources-230124-07:16:04:806-59588], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:16:03.737Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:16:03.737Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:16:03.737Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-24T07:16:03.744Z|01e71815-f326-4dfc-8805-e0155de2ff51|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-24T07:16:03.744Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01e71815-f326-4dfc-8805-e0155de2ff51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:16:03.745Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:16:03.745Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:03.745Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:03.745Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544563744, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:16:04.765Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:16:04.765Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"c7288e2a-3669-4e34-96c0-6776182b17a7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"87504d7c-8ec9-493d-840e-050668916e96","serviceDescription":"service","serviceInvariantUUID":"4989ca98-67ba-40fb-9a30-5d882bafdc97","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbc1f782-3918-4cc8-9973-14fd1ea34d1b","resourceInvariantUUID":"8ae32ca3-bde1-43f5-a294-968849988137","resourceCustomizationUUID":"e8964e1a-13ac-42d8-ac57-d04fdc0142e0","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":"NGYzMTUxOWM0MjI3ZjI3Mzk3MmI2OTQ5MjFjMDJlZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"016320ee-553b-40ef-84d7-d7fd13ffe9e6","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":"MDQ2ZTQ5NGYwYmY2MTM4M2EzNWRiZGJiYjliYTJjMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90093f20-1489-4c05-845d-8cee10c8b82e","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":"78021b26-906b-4bf8-803c-3a80eae0425e","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":"26e0eb2c-1bca-47f4-986e-6d78ec40dfb8","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":"15c02450-e971-4fb6-a73e-876553aeda31","artifactVersion":"2","generatedFromUUID":"78021b26-906b-4bf8-803c-3a80eae0425e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTk3YWZjZjdkYjZhYTUyNmYzYzUzNmY3MWM2Mjk2MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b90bbf1-ef77-47e0-a1a1-756dbeb521f4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmMzYTdjODNiYTY5NDZkYTg3ODEzMDZlMGQ1NzBlOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"407edeba-ece2-4ec8-9919-302a5df633dd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:16:04.765Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:04.766Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:04.766Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:04.766Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:05.767Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:05.767Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:05.767Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:05.767Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:06.769Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:06.771Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:06.771Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:06.771Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:07.772Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:07.772Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:07.772Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:07.773Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:16:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544448976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544449307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "aai-model-loader", "timestamp": 1674544449978, "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-24T07:16:08.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7288e2a-3669-4e34-96c0-6776182b17a7 2023-01-24T07:16:08.164Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7288e2a-3669-4e34-96c0-6776182b17a7 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-24T07:16:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544451612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544452616, "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-24T07:16:08.179Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7288e2a-3669-4e34-96c0-6776182b17a7 2023-01-24T07:16:08.179Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7288e2a-3669-4e34-96c0-6776182b17a7 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-24T07:16:08.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544444811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "ves-openapi-manager", "timestamp": 1674544441790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544446977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544443415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544460009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544459616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.197Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544460043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "cds-sdc-listener", "timestamp": 1674544460620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-24T07:16:08.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09e403b2-55ef-4547-befb-17d1b6406565 2023-01-24T07:16:08.210Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e403b2-55ef-4547-befb-17d1b6406565 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-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544461046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544461061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.218Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.219Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "policy-distribution", "timestamp": 1674544462048, "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-24T07:16:08.223Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09e403b2-55ef-4547-befb-17d1b6406565 2023-01-24T07:16:08.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e403b2-55ef-4547-befb-17d1b6406565 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-24T07:16:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.231Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544462131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.231Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544463191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544464271, "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-24T07:16:08.236Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09e403b2-55ef-4547-befb-17d1b6406565 2023-01-24T07:16:08.237Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e403b2-55ef-4547-befb-17d1b6406565 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-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "multicloud-k8s", "timestamp": 1674544465273, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544459796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544468934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.244Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.245Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544476123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "aai-model-loader", "timestamp": 1674544477128, "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-24T07:16:08.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09e403b2-55ef-4547-befb-17d1b6406565 2023-01-24T07:16:08.251Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e403b2-55ef-4547-befb-17d1b6406565 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-24T07:16:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544471576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544481343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544483536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674544484540, "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-24T07:16:08.265Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09e403b2-55ef-4547-befb-17d1b6406565 2023-01-24T07:16:08.265Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e403b2-55ef-4547-befb-17d1b6406565 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-24T07:16:08.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f1d34505-e865-43f1-800e-898fc190027e", "consumerID": "SO-sdc-controller", "timestamp": 1674544491376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:16:08.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/resourceInstances/pnfe3d583b5cc860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544500505, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:16:08.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544502466, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0d75sfb7ocrqs5jguly1/1.0/artifacts/service-DemoPnf0d75sfb7ocrqs5jguly1-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:16:08.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:16:08.773Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:08.774Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:08.774Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:08.774Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:09.775Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:09.775Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:09.776Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:09.776Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:10.776Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:10.777Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:10.777Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:10.777Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:16:11.779Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "87504d7c-8ec9-493d-840e-050668916e96", "serviceDescription": "service", "serviceInvariantUUID": "4989ca98-67ba-40fb-9a30-5d882bafdc97", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e8964e1a-13ac-42d8-ac57-d04fdc0142e0", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fbc1f782-3918-4cc8-9973-14fd1ea34d1b", "resourceInvariantUUID": "8ae32ca3-bde1-43f5-a294-968849988137", "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": "MDQ2ZTQ5NGYwYmY2MTM4M2EzNWRiZGJiYjliYTJjMjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "90093f20-1489-4c05-845d-8cee10c8b82e", "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": "78021b26-906b-4bf8-803c-3a80eae0425e", "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": "15c02450-e971-4fb6-a73e-876553aeda31", "generatedFromUUID": "78021b26-906b-4bf8-803c-3a80eae0425e" }, "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": "15c02450-e971-4fb6-a73e-876553aeda31", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmMzYTdjODNiYTY5NDZkYTg3ODEzMDZlMGQ1NzBlOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "407edeba-ece2-4ec8-9919-302a5df633dd" } ], "workloadContext": "Production" } 2023-01-24T07:16:11.780Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:16:11.780Z|01e71815-f326-4dfc-8805-e0155de2ff51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87504d7c-8ec9-493d-840e-050668916e96 ASDC 2023-01-24T07:16:11.781Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c7288e2a-3669-4e34-96c0-6776182b17a7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:87504d7c-8ec9-493d-840e-050668916e96 ServiceInvariantUUID:4989ca98-67ba-40fb-9a30-5d882bafdc97 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:407edeba-ece2-4ec8-9919-302a5df633dd ArtifactChecksum:YmMzYTdjODNiYTY5NDZkYTg3ODEzMDZlMGQ1NzBlOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e8964e1a-13ac-42d8-ac57-d04fdc0142e0 ResourceInvariantUUID:8ae32ca3-bde1-43f5-a294-968849988137 ResourceName:basic_vm ResourceType:VF ResourceUUID:fbc1f782-3918-4cc8-9973-14fd1ea34d1b 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:90093f20-1489-4c05-845d-8cee10c8b82e ArtifactChecksum:MDQ2ZTQ5NGYwYmY2MTM4M2EzNWRiZGJiYjliYTJjMjA= 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:78021b26-906b-4bf8-803c-3a80eae0425e 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:15c02450-e971-4fb6-a73e-876553aeda31 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:15c02450-e971-4fb6-a73e-876553aeda31 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T07:16:11.782Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87504d7c-8ec9-493d-840e-050668916e96 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:16:11.821Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:16:11.822Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:16:11.822Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:16:11.822Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 407edeba-ece2-4ec8-9919-302a5df633dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-24T07:16:11.823Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:16:11.823Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:11.892Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 407edeba-ece2-4ec8-9919-302a5df633dd 75195 2023-01-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:11.895Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:11.896Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544571895, "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-24T07:16:12.896Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:16:12.897Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:16:12.897Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 407edeba-ece2-4ec8-9919-302a5df633dd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-24T07:16:12.897Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-24T07:16:12.898Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-24T07:16:12.898Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-24T07:16:13.022Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10324831290751875372/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-24T07:16:14.251Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.252Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:16:14.253Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.254Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:16:14.255Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:14.256Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.257Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:14.257Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:14.257Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.257Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:14.257Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39bb0d96-2021-4a1b-a69d-757a9a43ebc6 2023-01-24T07:16:14.258Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.259Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.259Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.259Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.259Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.259Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.260Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:14.260Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.260Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:87504d7c-8ec9-493d-840e-050668916e96 Model Version:NULL Model InvariantUuid:4989ca98-67ba-40fb-9a30-5d882bafdc97 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4574784c-82dd-4a6b-bb66-52e177f19fd3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8ae32ca3-bde1-43f5-a294-968849988137 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e8964e1a-13ac-42d8-ac57-d04fdc0142e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:186a0401-3e92-4399-aafb-f9769ef26652 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5237bc3d-409d-4552-b07a-2f9126b153a0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:39bb0d96-2021-4a1b-a69d-757a9a43ebc6 ModelInvariantUuid:7d95bf94-1b95-42eb-ba00-48ce20d6bf65 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:54ad79f6-f2c9-447c-960e-504075830787 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f4a76d72-f1bb-49ce-acfd-f7646e83cbca ModelInvariantUuid:a44b3a66-4e5a-48ad-ac7f-8b625cc9bc91 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:456ab7b6-cd05-4d71-9485-624e05c1444c 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-24T07:16:14.267Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fbc1f782-3918-4cc8-9973-14fd1ea34d1b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:16:14.270Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-01-24T07:16:14.270Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbc1f782-3918-4cc8-9973-14fd1ea34d1b 2023-01-24T07:16:14.271Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 90093f20-1489-4c05-845d-8cee10c8b82e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-24T07:16:14.271Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:16:14.271Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.323Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:16:14.324Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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 90093f20-1489-4c05-845d-8cee10c8b82e 787 2023-01-24T07:16:14.324Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.324Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:14.324Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:16:14.325Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:14.325Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:14.325Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544574324, "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-24T07:16:15.326Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "186a0401-3e92-4399-aafb-f9769ef26652", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5237bc3d-409d-4552-b07a-2f9126b153a0", "vfModuleModelCustomizationUUID": "5ec0a207-32a4-4493-a348-17818b4e8bda", "isBase": true, "artifacts": [ "78021b26-906b-4bf8-803c-3a80eae0425e", "15c02450-e971-4fb6-a73e-876553aeda31" ], "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-24T07:16:15.332Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5237bc3d-409d-4552-b07a-2f9126b153a0 VfModuleModelInvariantUUID:186a0401-3e92-4399-aafb-f9769ef26652 VfModuleModelDescription:NULL Artifacts UUID List:{ 78021b26-906b-4bf8-803c-3a80eae0425e , 15c02450-e971-4fb6-a73e-876553aeda31 } 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-24T07:16:15.335Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "186a0401-3e92-4399-aafb-f9769ef26652", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5237bc3d-409d-4552-b07a-2f9126b153a0", "vfModuleModelCustomizationUUID": "5ec0a207-32a4-4493-a348-17818b4e8bda", "isBase": true, "artifacts": [ "78021b26-906b-4bf8-803c-3a80eae0425e", "15c02450-e971-4fb6-a73e-876553aeda31" ], "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-24T07:16:15.335Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5237bc3d-409d-4552-b07a-2f9126b153a0 VfModuleModelInvariantUUID:186a0401-3e92-4399-aafb-f9769ef26652 VfModuleModelDescription:NULL Artifacts UUID List:{ 78021b26-906b-4bf8-803c-3a80eae0425e , 15c02450-e971-4fb6-a73e-876553aeda31 } 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-24T07:16:15.335Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 78021b26-906b-4bf8-803c-3a80eae0425e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-24T07:16:15.335Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:16:15.336Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:15.392Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:16:15.393Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 78021b26-906b-4bf8-803c-3a80eae0425e 5033 2023-01-24T07:16:15.393Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:15.393Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:15.393Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:16:15.394Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:15.394Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:15.394Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544575393, "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-24T07:16:16.395Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 15c02450-e971-4fb6-a73e-876553aeda31 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-24T07:16:16.395Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:16:16.396Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:16.458Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:16:16.459Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 15c02450-e971-4fb6-a73e-876553aeda31 903 2023-01-24T07:16:16.459Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:16.459Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:16.460Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:16:16.460Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:16.460Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:16.461Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544576459, "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-24T07:16:17.462Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 87504d7c-8ec9-493d-840e-050668916e96 2023-01-24T07:16:17.462Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 fbc1f782-3918-4cc8-9973-14fd1ea34d1b 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-24T07:16:17.486Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c302f5a, org.onap.sdc.toscaparser.api.parameters.Input@1996f327, org.onap.sdc.toscaparser.api.parameters.Input@4bec76bc, org.onap.sdc.toscaparser.api.parameters.Input@1a8b4adb, org.onap.sdc.toscaparser.api.parameters.Input@578cfc2f] 2023-01-24T07:16:17.487Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.487Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.488Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-24T07:16:17.488Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e8964e1a-13ac-42d8-ac57-d04fdc0142e0 2023-01-24T07:16:17.488Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8964e1a-13ac-42d8-ac57-d04fdc0142e0 matches Tosca VF Customization UUID: e8964e1a-13ac-42d8-ac57-d04fdc0142e0 2023-01-24T07:16:17.488Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e8964e1a-13ac-42d8-ac57-d04fdc0142e0 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-24T07:16:17.491Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.491Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.492Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e8964e1a-13ac-42d8-ac57-d04fdc0142e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-24T07:16:17.492Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1141a74f 2023-01-24T07:16:17.492Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.493Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.493Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ec0a207-32a4-4493-a348-17818b4e8bda 2023-01-24T07:16:17.493Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ec0a207-32a4-4493-a348-17818b4e8bda 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-24T07:16:17.496Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.496Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:17.497Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:17.497Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.497Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:17.498Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:17.498Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.498Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-24T07:16:17.499Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-24T07:16:17.499Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:16:17.499Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39bb0d96-2021-4a1b-a69d-757a9a43ebc6 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-24T07:16:17.502Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.502Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:17.502Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:16:17.503Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.503Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-24T07:16:17.503Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e8964e1a-13ac-42d8-ac57-d04fdc0142e0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:16:17.505Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.505Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.506Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 87504d7c-8ec9-493d-840e-050668916e96: basic_vm 2023-01-24T07:16:17.506Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.506Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.507Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.507Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.507Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.507Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.508Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.508Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.508Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:16:17.508Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.509Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.595Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm fbc1f782-3918-4cc8-9973-14fd1ea34d1b 1 ASDC deployResourceStructure 2023-01-24T07:16:17.596Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.596Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:17.596Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:16:17.597Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:17.597Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:17.597Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544577596, "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-24T07:16:18.601Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:18.602Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:18.602Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:16:18.602Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:18.603Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:18.603Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544578601, "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-24T07:16:19.604Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:19.604Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:19.604Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:16:19.605Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:19.605Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:19.605Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544579604, "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-24T07:16:20.606Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:20.606Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:20.606Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:16:20.607Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:20.607Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:20.607Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544580606, "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-24T07:16:21.608Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7288e2a-3669-4e34-96c0-6776182b17a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:16:21.618Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7288e2a-3669-4e34-96c0-6776182b17a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:16:21.621Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:16:21.621Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:16:21.621Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:16:21.621Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:16:21.621Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:16:21.622Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:16:21.622Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:16:21.622Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:16:21.622Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:16:21.622Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:21.627Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:16:51.627Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7288e2a-3669-4e34-96c0-6776182b17a7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:16:51.634Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7288e2a-3669-4e34-96c0-6776182b17a7 and serviceModelVersionId: 87504d7c-8ec9-493d-840e-050668916e96 2023-01-24T07:16:51.635Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4989ca98-67ba-40fb-9a30-5d882bafdc97 2023-01-24T07:16:51.636Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?depth=0 2023-01-24T07:16:51.640Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:16:51.693Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?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-24T07:16:51.694Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?depth=0|INFO|500||Invoke 2023-01-24T07:16:51.710Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:16:51.811Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?depth=0|INFO|500||InvokeReturn 2023-01-24T07:16:51.812Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4989ca98-67ba-40fb-9a30-5d882bafdc97/model-vers/model-ver/87504d7c-8ec9-493d-840e-050668916e96?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:16:52 GMT], content-length=[0], vertex-id=[180416], x-aai-txid=[1-aai-resources-230124-07:16:52:913-51497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:16:51.812Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:16:51.813Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:16:51.813Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:51.820Z|c7288e2a-3669-4e34-96c0-6776182b17a7|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-24T07:16:51.820Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7288e2a-3669-4e34-96c0-6776182b17a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:16:51.821Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:16:51.821Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:51.821Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:51.821Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544611821, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:16:52.834Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-24T07:16:52.834Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"09e403b2-55ef-4547-befb-17d1b6406565","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"236c7c6c-1e5c-4ce0-8634-03fff02ff0bc","serviceDescription":"service","serviceInvariantUUID":"c83ffee9-184c-4790-b7f7-35b162d51b44","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"754ed962-84fd-401e-83d7-a548eeb12fb8","resourceInvariantUUID":"4cf50d6f-4a94-4dde-b61f-c73eb7e45ea2","resourceCustomizationUUID":"2b222608-6b73-4bfa-96d0-13ebbaf537a3","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":"OTFjZjIyMDZhNWU3ODQwMmM1NDY5NjFlMWFmZjc0Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"549b987b-5921-48b0-a156-be30f5107067","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":"0bb49b9c-40bd-462c-927f-61621cd412f7","artifactVersion":"2","generatedFromUUID":"7f216f69-f791-49ad-8091-35721b3169fd"},{"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":"7f216f69-f791-49ad-8091-35721b3169fd","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":"OWEyM2ZjOGQ2ZGI1Zjc3NTVkNDczYWVkMzk3ZTdhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e429719-8b3d-4f85-8041-c1650e7d4d5c","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":"75e535a0-ba37-4521-be7b-12fc0039ce3a","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":"2759fe53-cec3-4e74-8acd-4eaa744df40b","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":"7182cebe-3f66-438c-b9ac-d22e1ab11080","artifactVersion":"2","generatedFromUUID":"75e535a0-ba37-4521-be7b-12fc0039ce3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGNmZWE1ODY5MTY2MTU3OWFlZDc1Y2VlZjRmMzAwZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4e25826-0f1a-4ef2-8670-065c561a894c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGVjNGM4ZjllNjY1MmU5MjYyZjI2NjliNmU2ZmViNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82cfb5e9-5d29-42b2-b67e-29040b5eae2a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:16:52.834Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:52.835Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:52.835Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:52.835Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:53.835Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:53.836Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:53.836Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:53.836Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:54.837Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:54.837Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:54.838Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:54.838Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:55.839Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:55.839Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:55.839Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:55.839Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:56.840Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:56.841Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:56.842Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:56.842Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:57.843Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:57.843Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:57.844Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:57.844Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:58.845Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:58.845Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:58.846Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:58.846Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:16:59.847Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:16:59.848Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:16:59.848Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:16:59.848Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "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-24T07:17:00.848Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:17:00.849Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:00.849Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:00.849Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:17:01.851Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "236c7c6c-1e5c-4ce0-8634-03fff02ff0bc", "serviceDescription": "service", "serviceInvariantUUID": "c83ffee9-184c-4790-b7f7-35b162d51b44", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "2b222608-6b73-4bfa-96d0-13ebbaf537a3", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "754ed962-84fd-401e-83d7-a548eeb12fb8", "resourceInvariantUUID": "4cf50d6f-4a94-4dde-b61f-c73eb7e45ea2", "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": "0bb49b9c-40bd-462c-927f-61621cd412f7", "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": "7f216f69-f791-49ad-8091-35721b3169fd", "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": "OWEyM2ZjOGQ2ZGI1Zjc3NTVkNDczYWVkMzk3ZTdhNzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e429719-8b3d-4f85-8041-c1650e7d4d5c", "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": "75e535a0-ba37-4521-be7b-12fc0039ce3a", "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": "7182cebe-3f66-438c-b9ac-d22e1ab11080", "generatedFromUUID": "75e535a0-ba37-4521-be7b-12fc0039ce3a" }, "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": "7182cebe-3f66-438c-b9ac-d22e1ab11080", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MGVjNGM4ZjllNjY1MmU5MjYyZjI2NjliNmU2ZmViNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82cfb5e9-5d29-42b2-b67e-29040b5eae2a" } ], "workloadContext": "Production" } 2023-01-24T07:17:01.851Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:17:01.851Z|c7288e2a-3669-4e34-96c0-6776182b17a7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 236c7c6c-1e5c-4ce0-8634-03fff02ff0bc ASDC 2023-01-24T07:17:01.852Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:09e403b2-55ef-4547-befb-17d1b6406565 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:236c7c6c-1e5c-4ce0-8634-03fff02ff0bc ServiceInvariantUUID:c83ffee9-184c-4790-b7f7-35b162d51b44 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:82cfb5e9-5d29-42b2-b67e-29040b5eae2a ArtifactChecksum:MGVjNGM4ZjllNjY1MmU5MjYyZjI2NjliNmU2ZmViNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:2b222608-6b73-4bfa-96d0-13ebbaf537a3 ResourceInvariantUUID:4cf50d6f-4a94-4dde-b61f-c73eb7e45ea2 ResourceName:basic_cnf ResourceType:VF ResourceUUID:754ed962-84fd-401e-83d7-a548eeb12fb8 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:0bb49b9c-40bd-462c-927f-61621cd412f7 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:7f216f69-f791-49ad-8091-35721b3169fd 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:2e429719-8b3d-4f85-8041-c1650e7d4d5c ArtifactChecksum:OWEyM2ZjOGQ2ZGI1Zjc3NTVkNDczYWVkMzk3ZTdhNzg= 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:75e535a0-ba37-4521-be7b-12fc0039ce3a 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:7182cebe-3f66-438c-b9ac-d22e1ab11080 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:7182cebe-3f66-438c-b9ac-d22e1ab11080 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T07:17:01.852Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 236c7c6c-1e5c-4ce0-8634-03fff02ff0bc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:17:01.886Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:17:01.887Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:17:01.887Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:17:01.887Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82cfb5e9-5d29-42b2-b67e-29040b5eae2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-24T07:17:01.888Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:01.888Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:02.046Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:02.049Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 82cfb5e9-5d29-42b2-b67e-29040b5eae2a 73995 2023-01-24T07:17:02.050Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:02.050Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:02.050Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:02.051Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:02.051Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:02.051Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544622050, "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-24T07:17:03.052Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:17:03.053Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-24T07:17:03.054Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 82cfb5e9-5d29-42b2-b67e-29040b5eae2a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-24T07:17:03.054Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-24T07:17:03.055Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-24T07:17:03.055Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-24T07:17:03.210Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP90997101826964274/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-24T07:17:04.317Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:17:04.318Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:17:04.318Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-24T07:17:04.319Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-24T07:17:04.319Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.319Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.319Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.319Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.320Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-24T07:17:04.320Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.320Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.320Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:04.321Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:17:04.321Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:17:04.321Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.321Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.322Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:04.322Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-24T07:17:04.322Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:17:04.322Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.322Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.323Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.323Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-24T07:17:04.323Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-24T07:17:04.323Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-24T07:17:04.324Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T07:17:04.324Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.324Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.324Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.325Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:04.325Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:04.325Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.325Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:04.325Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:04.326Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.326Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:04.326Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:04.326Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.327Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-24T07:17:04.327Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-24T07:17:04.327Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=87d77e74-03c1-4bea-af88-9feb9d94e275 2023-01-24T07:17:04.327Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.328Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.328Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.328Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.328Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.329Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.329Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:04.329Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.329Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:236c7c6c-1e5c-4ce0-8634-03fff02ff0bc Model Version:NULL Model InvariantUuid:c83ffee9-184c-4790-b7f7-35b162d51b44 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6a1cd3ed-dec6-4963-b2e5-6d101f769443 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4cf50d6f-4a94-4dde-b61f-c73eb7e45ea2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2b222608-6b73-4bfa-96d0-13ebbaf537a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2dc4dc3c-afaa-4a1d-aec0-41c9db9c56ba ModelName:BasicCnf..base_dummy..module-0 ModelUuid:1887c876-9bbc-45f2-a80b-4947e17b4a56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:87d77e74-03c1-4bea-af88-9feb9d94e275 ModelInvariantUuid:17affcc8-bd1e-4132-b3a2-8c3ff22c51dd ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cdf6b8e8-2eb3-4785-a13a-25b3bbf8d1cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:68ad664e-ce1b-4329-a3f9-cbf24888b68b ModelInvariantUuid:14286aa0-59bf-41d3-8332-420b87b9001b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5e8255f6-4cd2-4ac3-9282-e1faa6077d76 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-24T07:17:04.337Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 754ed962-84fd-401e-83d7-a548eeb12fb8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:17:04.340Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-01-24T07:17:04.340Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 754ed962-84fd-401e-83d7-a548eeb12fb8 2023-01-24T07:17:04.341Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0bb49b9c-40bd-462c-927f-61621cd412f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-24T07:17:04.341Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:04.342Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.405Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:04.406Z|09e403b2-55ef-4547-befb-17d1b6406565|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 0bb49b9c-40bd-462c-927f-61621cd412f7 12 2023-01-24T07:17:04.406Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.407Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:04.407Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:04.407Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:04.407Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:04.407Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544624406, "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-24T07:17:05.408Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f216f69-f791-49ad-8091-35721b3169fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-24T07:17:05.409Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:05.409Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:05.459Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:05.460Z|09e403b2-55ef-4547-befb-17d1b6406565|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 7f216f69-f791-49ad-8091-35721b3169fd 2688 2023-01-24T07:17:05.460Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:05.461Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:05.461Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:05.461Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:05.461Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:05.462Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544625460, "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-24T07:17:06.463Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2e429719-8b3d-4f85-8041-c1650e7d4d5c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-24T07:17:06.463Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:06.464Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:06.521Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:06.521Z|09e403b2-55ef-4547-befb-17d1b6406565|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 2e429719-8b3d-4f85-8041-c1650e7d4d5c 828 2023-01-24T07:17:06.521Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:06.522Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:06.522Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:06.522Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:06.522Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:06.522Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544626521, "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-24T07:17:07.523Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2dc4dc3c-afaa-4a1d-aec0-41c9db9c56ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1887c876-9bbc-45f2-a80b-4947e17b4a56", "vfModuleModelCustomizationUUID": "a50618ce-cd57-4e91-99e4-8d909d6bc254", "isBase": true, "artifacts": [ "75e535a0-ba37-4521-be7b-12fc0039ce3a", "7f216f69-f791-49ad-8091-35721b3169fd", "7182cebe-3f66-438c-b9ac-d22e1ab11080" ], "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-24T07:17:07.527Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1887c876-9bbc-45f2-a80b-4947e17b4a56 VfModuleModelInvariantUUID:2dc4dc3c-afaa-4a1d-aec0-41c9db9c56ba VfModuleModelDescription:NULL Artifacts UUID List:{ 75e535a0-ba37-4521-be7b-12fc0039ce3a , 7f216f69-f791-49ad-8091-35721b3169fd , 7182cebe-3f66-438c-b9ac-d22e1ab11080 } 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-24T07:17:07.529Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2dc4dc3c-afaa-4a1d-aec0-41c9db9c56ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1887c876-9bbc-45f2-a80b-4947e17b4a56", "vfModuleModelCustomizationUUID": "a50618ce-cd57-4e91-99e4-8d909d6bc254", "isBase": true, "artifacts": [ "75e535a0-ba37-4521-be7b-12fc0039ce3a", "7f216f69-f791-49ad-8091-35721b3169fd", "7182cebe-3f66-438c-b9ac-d22e1ab11080" ], "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-24T07:17:07.529Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1887c876-9bbc-45f2-a80b-4947e17b4a56 VfModuleModelInvariantUUID:2dc4dc3c-afaa-4a1d-aec0-41c9db9c56ba VfModuleModelDescription:NULL Artifacts UUID List:{ 75e535a0-ba37-4521-be7b-12fc0039ce3a , 7f216f69-f791-49ad-8091-35721b3169fd , 7182cebe-3f66-438c-b9ac-d22e1ab11080 } 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-24T07:17:07.530Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75e535a0-ba37-4521-be7b-12fc0039ce3a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-24T07:17:07.530Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:07.530Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:07.597Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:07.597Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 75e535a0-ba37-4521-be7b-12fc0039ce3a 1164 2023-01-24T07:17:07.598Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:07.598Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:07.598Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:07.599Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:07.599Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:07.599Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544627598, "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-24T07:17:08.154Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:17:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:17:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "01e71815-f326-4dfc-8805-e0155de2ff51", "consumerID": "SO-sdc-controller", "timestamp": 1674544563744, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:17:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:17:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:17:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:17:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:17:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:17:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:17:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:17:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:17:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:17:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:17:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:17:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:17:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:17:08.600Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7182cebe-3f66-438c-b9ac-d22e1ab11080 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-24T07:17:08.601Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-24T07:17:08.601Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:08.648Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-24T07:17:08.649Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7182cebe-3f66-438c-b9ac-d22e1ab11080 200 2023-01-24T07:17:08.649Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:08.650Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:08.650Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:17:08.650Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:08.651Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:08.651Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544628649, "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-24T07:17:09.652Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 236c7c6c-1e5c-4ce0-8634-03fff02ff0bc 2023-01-24T07:17:09.652Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 754ed962-84fd-401e-83d7-a548eeb12fb8 ASDC 2023-01-24T07:17:09.661Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-24T07:17:09.670Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46c0db8e, org.onap.sdc.toscaparser.api.parameters.Input@272d77cd, org.onap.sdc.toscaparser.api.parameters.Input@7e225b02, org.onap.sdc.toscaparser.api.parameters.Input@1f1265a8, org.onap.sdc.toscaparser.api.parameters.Input@5fced16f] 2023-01-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2b222608-6b73-4bfa-96d0-13ebbaf537a3 2023-01-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b222608-6b73-4bfa-96d0-13ebbaf537a3 matches Tosca VF Customization UUID: 2b222608-6b73-4bfa-96d0-13ebbaf537a3 2023-01-24T07:17:09.672Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2b222608-6b73-4bfa-96d0-13ebbaf537a3 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-24T07:17:09.674Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.674Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.675Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2b222608-6b73-4bfa-96d0-13ebbaf537a3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-24T07:17:09.675Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73b4f002 2023-01-24T07:17:09.675Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.675Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.675Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a50618ce-cd57-4e91-99e4-8d909d6bc254 2023-01-24T07:17:09.676Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a50618ce-cd57-4e91-99e4-8d909d6bc254 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-24T07:17:09.677Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.678Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:09.678Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:09.678Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.678Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:09.679Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:09.679Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.679Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-24T07:17:09.679Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-24T07:17:09.679Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=87d77e74-03c1-4bea-af88-9feb9d94e275 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-24T07:17:09.682Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.682Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:09.683Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:17:09.683Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.683Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-24T07:17:09.683Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2b222608-6b73-4bfa-96d0-13ebbaf537a3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:17:09.685Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.685Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 236c7c6c-1e5c-4ce0-8634-03fff02ff0bc: basic_cnf 2023-01-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.686Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.687Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.745Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 754ed962-84fd-401e-83d7-a548eeb12fb8 1 ASDC deployResourceStructure 2023-01-24T07:17:09.746Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.746Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:09.746Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-24T07:17:09.746Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:09.746Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:09.747Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544629745, "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-24T07:17:10.750Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:10.750Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:10.750Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-24T07:17:10.750Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:10.750Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:10.751Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544630750, "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-24T07:17:11.751Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:11.752Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:11.752Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:17:11.752Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:11.752Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:11.752Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544631751, "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-24T07:17:12.753Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:12.753Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:12.754Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:17:12.754Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:12.755Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:12.755Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544632753, "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-24T07:17:13.756Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:13.756Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:13.756Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:17:13.757Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:13.757Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:13.757Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544633756, "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-24T07:17:14.758Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:14.759Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:14.759Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:17:14.759Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:14.759Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:14.759Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544634758, "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-24T07:17:15.760Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09e403b2-55ef-4547-befb-17d1b6406565 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:17:15.783Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09e403b2-55ef-4547-befb-17d1b6406565 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:17:15.788Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:17:15.789Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:17:15.789Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:17:15.789Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:17:15.789Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:15.794Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:17:45.795Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09e403b2-55ef-4547-befb-17d1b6406565 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:17:45.802Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09e403b2-55ef-4547-befb-17d1b6406565 and serviceModelVersionId: 236c7c6c-1e5c-4ce0-8634-03fff02ff0bc 2023-01-24T07:17:45.802Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c83ffee9-184c-4790-b7f7-35b162d51b44 2023-01-24T07:17:45.803Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0 2023-01-24T07:17:45.807Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:17:45.851Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0|INFO|500||Invoke 2023-01-24T07:17:45.852Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09e403b2-55ef-4547-befb-17d1b6406565], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15f18f0a-d794-4da6-b7c0-30190facf107], X-ECOMP-RequestID=[09e403b2-55ef-4547-befb-17d1b6406565], X-TransactionId=[], X-ONAP-RequestID=[09e403b2-55ef-4547-befb-17d1b6406565], Content-Type=[application/merge-patch+json]} 2023-01-24T07:17:45.873Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:17:45.997Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?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/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:17:47 GMT], content-length=[0], vertex-id=[204872], x-aai-txid=[1-aai-resources-230124-07:17:47:077-45109], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:17:45.997Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:17:45.998Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83ffee9-184c-4790-b7f7-35b162d51b44/model-vers/model-ver/236c7c6c-1e5c-4ce0-8634-03fff02ff0bc?depth=0|INFO|500||InvokeReturn 2023-01-24T07:17:45.998Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:17:45.999Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|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-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09e403b2-55ef-4547-befb-17d1b6406565 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:17:46.003Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544666003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:17:47.015Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:18:08.152Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:18:08.155Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.155Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-24T07:18:08.156Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.156Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.157Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:18:08.157Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.157Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.157Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:18:08.158Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.158Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.158Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544571895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.158Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.159Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.159Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544574324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.159Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.159Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.159Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544575393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.160Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.160Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.160Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544576459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.161Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.161Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.161Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544577596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:18:08.162Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.162Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.162Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544578601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:18:08.162Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.162Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.163Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544579604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-24T07:18:08.163Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.163Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.163Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544580606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:18:08.164Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.164Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.164Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c7288e2a-3669-4e34-96c0-6776182b17a7", "consumerID": "SO-sdc-controller", "timestamp": 1674544611821, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:18:08.164Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.165Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.165Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:18:08.165Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.165Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.165Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-24T07:18:08.166Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.166Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.166Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-24T07:18:08.167Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.167Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.167Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:18:08.167Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.167Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.168Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-24T07:18:08.168Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.168Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.168Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:18:08.169Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.169Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.169Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-24T07:18:08.169Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.169Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.170Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:18:08.170Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.171Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.171Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544492390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:18:08.172Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.172Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.172Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544622050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.173Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.173Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.173Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544624406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.173Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.174Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.174Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544625460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.174Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.174Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.174Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544626521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.175Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:08.175Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-24T07:18:08.175Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544627598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:18:08.175Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:18:47.018Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:19:08.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:19:08.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.157Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544628649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:19:08.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544629745, "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-24T07:19:08.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544630750, "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-24T07:19:08.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544631751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544632753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544633756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544634758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "09e403b2-55ef-4547-befb-17d1b6406565", "consumerID": "SO-sdc-controller", "timestamp": 1674544666003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:19:08.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:19:47.020Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:20:08.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:20:47.022Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:21:08.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:21:47.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:22:08.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:22:47.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:23:08.156Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:23:47.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:24:08.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:24:47.025Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:25:08.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:25:47.026Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:26:08.159Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:26:47.026Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:27:08.161Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:27:47.027Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:28:08.162Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:28:47.028Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:29:08.163Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:29:47.030Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:30:08.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:30:47.032Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:31:08.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:31:47.033Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:32:08.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:32:47.034Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:33:08.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:33:47.036Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:34:08.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:34:47.038Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:35:08.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:35:47.039Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:36:08.171Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:36:47.040Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:37:08.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:37:47.041Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:38:08.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:38:47.042Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:39:08.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:39:47.043Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:40:08.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:40:47.044Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:41:08.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:41:47.045Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:42:08.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:42:47.046Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:43:08.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:43:47.047Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:44:08.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:44:47.048Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:45:08.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:45:47.049Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:46:08.182Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:46:47.051Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:47:08.182Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:47:47.052Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:48:08.184Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:48:47.053Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:49:08.184Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:49:47.054Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:50:08.185Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:50:47.055Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:51:08.187Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:51:47.056Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:52:08.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:52:47.056Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:53:08.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:53:47.058Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:54:08.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:54:30.569Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-24T07:54:30.570Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"135157b2-9132-4d7b-992a-c0c67ab9f4eb","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"df550c3d-d067-401e-bdad-a8900600263d","serviceDescription":"service","serviceInvariantUUID":"e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b6de482-2ef1-4d74-a799-ca6f36773222","resourceInvariantUUID":"360ec8af-19a9-4cb6-a7d5-d17afe52dbce","resourceCustomizationUUID":"92d790e3-3b49-42a8-9823-dcfb694d54ff","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":"MGViNTYzMTU4ODlkNmM4MzFlNzQ3YWM2NmVhN2RlMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34534230-a09a-4265-b4bc-7102c5dc3b9f","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":"MmQ3ZTA5Y2E3MDdlOTE2OTYwYjEyYTljMGFiNGIxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a7bad08-5682-4cfd-bf89-344fbdbadbe2","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":"af3166fd-3ba7-416c-99da-8fa29c4463d8","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":"745bb2a5-6188-4cb7-b297-94573057c149","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":"fc7f671e-7602-44a0-8adc-bb14dd421fe8","artifactVersion":"2","generatedFromUUID":"af3166fd-3ba7-416c-99da-8fa29c4463d8"},{"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":"NmMzODRjNzAyZmQwNTA2YzRmMTc2NzY5YzZiM2RhNzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"af11aa60-3ebe-4008-977e-692405e7daa6","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":"NDU3ZDU3ZDI0ZjRhY2M1ZjEzMDlmOTlkZTQzMTMyOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0cc4c833-839e-4ef7-bf16-3156fd5c5237","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFiYWZhOGNiYjA3MzQ2ZDQ3MDhjMjUzOTBjOTg2NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11bba435-60f0-4d86-b981-274f9624d5da","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:54:30.575Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:30.576Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:30.577Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:30.577Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:30.580Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.581Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.581Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.581Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.581Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.582Z||kafka-producer-network-thread | SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-eff91840-a1c7-4f77-9ecf-0cf6527526be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9AOwb0gwQbKaPW1sHawX1A 2023-01-24T07:54:30.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:54:30.620Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:54:30.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:54:31.585Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:31.585Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:31.585Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:31.585Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:32.587Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:32.588Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:32.588Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:32.588Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:33.589Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:33.590Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:33.590Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:33.590Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:34.591Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:34.591Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:34.591Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:34.592Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:35.592Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:35.593Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:35.593Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:35.593Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:36.594Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:36.595Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:36.595Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:36.595Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "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-24T07:54:37.596Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:54:37.596Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:37.597Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:37.597Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:54:38.598Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "df550c3d-d067-401e-bdad-a8900600263d", "serviceDescription": "service", "serviceInvariantUUID": "e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "92d790e3-3b49-42a8-9823-dcfb694d54ff", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b6de482-2ef1-4d74-a799-ca6f36773222", "resourceInvariantUUID": "360ec8af-19a9-4cb6-a7d5-d17afe52dbce", "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": "MmQ3ZTA5Y2E3MDdlOTE2OTYwYjEyYTljMGFiNGIxZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a7bad08-5682-4cfd-bf89-344fbdbadbe2", "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": "af3166fd-3ba7-416c-99da-8fa29c4463d8", "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": "fc7f671e-7602-44a0-8adc-bb14dd421fe8", "generatedFromUUID": "af3166fd-3ba7-416c-99da-8fa29c4463d8" }, "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": "fc7f671e-7602-44a0-8adc-bb14dd421fe8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFiYWZhOGNiYjA3MzQ2ZDQ3MDhjMjUzOTBjOTg2NWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11bba435-60f0-4d86-b981-274f9624d5da" } ], "workloadContext": "Production" } 2023-01-24T07:54:38.599Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:54:38.599Z|d53b7aa2-bc5a-4590-ba88-9df3271e9adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df550c3d-d067-401e-bdad-a8900600263d ASDC 2023-01-24T07:54:38.601Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:135157b2-9132-4d7b-992a-c0c67ab9f4eb ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:df550c3d-d067-401e-bdad-a8900600263d ServiceInvariantUUID:e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad 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:11bba435-60f0-4d86-b981-274f9624d5da ArtifactChecksum:OWFiYWZhOGNiYjA3MzQ2ZDQ3MDhjMjUzOTBjOTg2NWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:92d790e3-3b49-42a8-9823-dcfb694d54ff ResourceInvariantUUID:360ec8af-19a9-4cb6-a7d5-d17afe52dbce ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:1b6de482-2ef1-4d74-a799-ca6f36773222 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:6a7bad08-5682-4cfd-bf89-344fbdbadbe2 ArtifactChecksum:MmQ3ZTA5Y2E3MDdlOTE2OTYwYjEyYTljMGFiNGIxZTc= 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:af3166fd-3ba7-416c-99da-8fa29c4463d8 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:fc7f671e-7602-44a0-8adc-bb14dd421fe8 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:fc7f671e-7602-44a0-8adc-bb14dd421fe8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T07:54:38.601Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df550c3d-d067-401e-bdad-a8900600263d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:54:38.644Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:54:38.646Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:54:38.646Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:54:38.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11bba435-60f0-4d86-b981-274f9624d5da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-24T07:54:38.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:54:38.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-24T07:54:38.765Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:54:38.769Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 11bba435-60f0-4d86-b981-274f9624d5da 83006 2023-01-24T07:54:38.769Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:54:38.770Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-24T07:54:38.770Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:54:38.770Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:38.770Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:38.771Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546878769, "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-24T07:54:39.771Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:54:39.772Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:54:39.772Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 11bba435-60f0-4d86-b981-274f9624d5da, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:39.773Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-24T07:54:39.773Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:39.774Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:39.967Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7879242942276707328/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-24T07:54:41.241Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:54:41.241Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:54:41.241Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.242Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.243Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.243Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-24T07:54:41.243Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:54:41.243Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.244Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.244Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:41.244Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:54:41.245Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:54:41.245Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.245Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.245Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:41.246Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:54:41.246Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:54:41.246Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.246Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.247Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.247Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-24T07:54:41.247Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-24T07:54:41.247Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-24T07:54:41.247Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-24T07:54:41.248Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:54:41.248Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T07:54:41.248Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.248Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:54:41.249Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.249Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:41.249Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:41.249Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.250Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:41.250Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:41.250Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.250Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:41.250Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:41.251Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.251Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-24T07:54:41.251Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-24T07:54:41.251Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:54:41.252Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a3563078-25a5-414f-afa9-6de673ace540 2023-01-24T07:54:41.252Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.252Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.252Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.253Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.253Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.253Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.253Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:41.253Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:41.254Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:df550c3d-d067-401e-bdad-a8900600263d Model Version:NULL Model InvariantUuid:e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:27e493cc-af19-4eb5-ac2f-bc5a236d7dad Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:360ec8af-19a9-4cb6-a7d5-d17afe52dbce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:92d790e3-3b49-42a8-9823-dcfb694d54ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9f616179-2122-4624-b1c2-e5f3a8bc8914 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7da096a9-d48f-48ec-a86f-5b60db56afc3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a3563078-25a5-414f-afa9-6de673ace540 ModelInvariantUuid:4e3cf6b4-5eb2-4d41-97cb-234764c80cf8 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:70b7c56c-d193-476b-8cad-ce488e71078f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:394334f2-ce45-48b8-bdd7-352aa01654e7 ModelInvariantUuid:beadbd95-a6f7-4783-81f7-ada3ac8446bd ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1ac72865-4eb9-42ce-b860-5e6084e8dcf4 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-24T07:54:41.262Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b6de482-2ef1-4d74-a799-ca6f36773222 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:54:41.267Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-01-24T07:54:41.267Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b6de482-2ef1-4d74-a799-ca6f36773222 2023-01-24T07:54:41.267Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a7bad08-5682-4cfd-bf89-344fbdbadbe2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-24T07:54:41.267Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:54:41.268Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||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-24T07:54:41.324Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:54:41.324Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6a7bad08-5682-4cfd-bf89-344fbdbadbe2 792 2023-01-24T07:54:41.325Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-24T07:54:41.325Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-24T07:54:41.325Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:54:41.325Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:41.326Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:41.326Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546881325, "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-24T07:54:42.327Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f616179-2122-4624-b1c2-e5f3a8bc8914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7da096a9-d48f-48ec-a86f-5b60db56afc3", "vfModuleModelCustomizationUUID": "272d25dc-3b79-491d-8f4f-1ee5c00398b0", "isBase": true, "artifacts": [ "af3166fd-3ba7-416c-99da-8fa29c4463d8", "fc7f671e-7602-44a0-8adc-bb14dd421fe8" ], "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-24T07:54:42.331Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7da096a9-d48f-48ec-a86f-5b60db56afc3 VfModuleModelInvariantUUID:9f616179-2122-4624-b1c2-e5f3a8bc8914 VfModuleModelDescription:NULL Artifacts UUID List:{ af3166fd-3ba7-416c-99da-8fa29c4463d8 , fc7f671e-7602-44a0-8adc-bb14dd421fe8 } 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-24T07:54:42.333Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f616179-2122-4624-b1c2-e5f3a8bc8914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7da096a9-d48f-48ec-a86f-5b60db56afc3", "vfModuleModelCustomizationUUID": "272d25dc-3b79-491d-8f4f-1ee5c00398b0", "isBase": true, "artifacts": [ "af3166fd-3ba7-416c-99da-8fa29c4463d8", "fc7f671e-7602-44a0-8adc-bb14dd421fe8" ], "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-24T07:54:42.334Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7da096a9-d48f-48ec-a86f-5b60db56afc3 VfModuleModelInvariantUUID:9f616179-2122-4624-b1c2-e5f3a8bc8914 VfModuleModelDescription:NULL Artifacts UUID List:{ af3166fd-3ba7-416c-99da-8fa29c4463d8 , fc7f671e-7602-44a0-8adc-bb14dd421fe8 } 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-24T07:54:42.334Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: af3166fd-3ba7-416c-99da-8fa29c4463d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-24T07:54:42.334Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:54:42.335Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||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-24T07:54:42.388Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:54:42.389Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml af3166fd-3ba7-416c-99da-8fa29c4463d8 5033 2023-01-24T07:54:42.389Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-24T07:54:42.389Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-24T07:54:42.389Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:54:42.390Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:42.390Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:42.390Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546882389, "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-24T07:54:43.391Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fc7f671e-7602-44a0-8adc-bb14dd421fe8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-24T07:54:43.391Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:54:43.392Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||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-24T07:54:43.447Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:54:43.447Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fc7f671e-7602-44a0-8adc-bb14dd421fe8 903 2023-01-24T07:54:43.448Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-24T07:54:43.448Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-24T07:54:43.448Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:54:43.448Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:43.448Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:43.449Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546883448, "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-24T07:54:44.449Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: df550c3d-d067-401e-bdad-a8900600263d 2023-01-24T07:54:44.450Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1b6de482-2ef1-4d74-a799-ca6f36773222 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-24T07:54:44.464Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6cf009, org.onap.sdc.toscaparser.api.parameters.Input@166cadc1, org.onap.sdc.toscaparser.api.parameters.Input@75785217, org.onap.sdc.toscaparser.api.parameters.Input@1bd2c69, org.onap.sdc.toscaparser.api.parameters.Input@3b6b68ef] 2023-01-24T07:54:44.466Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.466Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.466Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-24T07:54:44.467Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 92d790e3-3b49-42a8-9823-dcfb694d54ff 2023-01-24T07:54:44.467Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92d790e3-3b49-42a8-9823-dcfb694d54ff matches Tosca VF Customization UUID: 92d790e3-3b49-42a8-9823-dcfb694d54ff 2023-01-24T07:54:44.467Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 92d790e3-3b49-42a8-9823-dcfb694d54ff 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-24T07:54:44.470Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.470Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.471Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 92d790e3-3b49-42a8-9823-dcfb694d54ff: {\"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-24T07:54:44.471Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@177366ed 2023-01-24T07:54:44.471Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.471Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:54:44.471Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 272d25dc-3b79-491d-8f4f-1ee5c00398b0 2023-01-24T07:54:44.472Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 272d25dc-3b79-491d-8f4f-1ee5c00398b0 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-24T07:54:44.474Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.475Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:44.475Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:44.475Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.475Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:44.476Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:44.476Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.476Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-24T07:54:44.476Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-24T07:54:44.477Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-24T07:54:44.477Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a3563078-25a5-414f-afa9-6de673ace540 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-24T07:54:44.480Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.480Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:44.480Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:54:44.481Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.481Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-24T07:54:44.481Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=92d790e3-3b49-42a8-9823-dcfb694d54ff Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:54:44.483Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.483Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.483Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid df550c3d-d067-401e-bdad-a8900600263d: basic_vm_macro 2023-01-24T07:54:44.484Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.484Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.484Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.484Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.485Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.485Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.485Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.485Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.486Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:54:44.486Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:54:44.486Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-24T07:54:44.597Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1b6de482-2ef1-4d74-a799-ca6f36773222 1 ASDC deployResourceStructure 2023-01-24T07:54:44.598Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-24T07:54:44.598Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-24T07:54:44.598Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:54:44.599Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:44.599Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:44.599Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546884598, "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-24T07:54:45.600Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-24T07:54:45.600Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-24T07:54:45.601Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:54:45.601Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:45.601Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:45.602Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546885600, "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-24T07:54:46.603Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-24T07:54:46.603Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-24T07:54:46.603Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:54:46.603Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:46.603Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:46.604Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546886602, "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-24T07:54:47.604Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:54:47.605Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-24T07:54:47.605Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:54:47.605Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:54:47.605Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:54:47.605Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546887604, "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-24T07:54:48.606Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:54:48.618Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:54:48.620Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:54:48.620Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:54:48.620Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:55:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:55:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:55:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:55:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:55:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:55:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:55:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:55:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:55:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:55:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:55:18.620Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:55:18.631Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:55:18.633Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:55:18.633Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:55:18.633Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:55:48.634Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:55:48.645Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:55:48.646Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:55:48.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-24T07:55:48.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-24T07:56:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:56:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546861696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "ves-openapi-manager", "timestamp": 1674546861922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546863125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546827058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546859796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546866379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546879339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546879345, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546879462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546878960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546878769, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546880344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546880416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546880382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "policy-distribution", "timestamp": 1674546881346, "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-24T07:56:08.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 135157b2-9132-4d7b-992a-c0c67ab9f4eb 2023-01-24T07:56:08.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135157b2-9132-4d7b-992a-c0c67ab9f4eb 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-24T07:56:08.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546881468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "cds-sdc-listener", "timestamp": 1674546881378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T07:56:08.196Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 135157b2-9132-4d7b-992a-c0c67ab9f4eb 2023-01-24T07:56:08.196Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135157b2-9132-4d7b-992a-c0c67ab9f4eb 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-24T07:56:08.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.203Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546881325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.204Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546882494, "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-24T07:56:08.209Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 135157b2-9132-4d7b-992a-c0c67ab9f4eb 2023-01-24T07:56:08.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135157b2-9132-4d7b-992a-c0c67ab9f4eb 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-24T07:56:08.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546882854, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546882389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "multicloud-k8s", "timestamp": 1674546883498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.216Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546883860, "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-24T07:56:08.220Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 135157b2-9132-4d7b-992a-c0c67ab9f4eb 2023-01-24T07:56:08.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135157b2-9132-4d7b-992a-c0c67ab9f4eb 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-24T07:56:08.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.228Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546883448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.228Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546884598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.230Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546885600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-24T07:56:08.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546886602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.233Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546887398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674546887604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.235Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "aai-model-loader", "timestamp": 1674546888401, "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-24T07:56:08.240Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 135157b2-9132-4d7b-992a-c0c67ab9f4eb 2023-01-24T07:56:08.240Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135157b2-9132-4d7b-992a-c0c67ab9f4eb 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-24T07:56:08.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.248Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.249Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546882347, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "ves-openapi-manager", "timestamp": 1674546881790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546882380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546892482, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546892497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546893484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546884501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546871576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "cds-sdc-listener", "timestamp": 1674546893864, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T07:56:08.278Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3918a0b9-43d0-42fb-8bb1-400492fa964f 2023-01-24T07:56:08.278Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3918a0b9-43d0-42fb-8bb1-400492fa964f 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-24T07:56:08.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.286Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "policy-distribution", "timestamp": 1674546894486, "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-24T07:56:08.290Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3918a0b9-43d0-42fb-8bb1-400492fa964f 2023-01-24T07:56:08.290Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3918a0b9-43d0-42fb-8bb1-400492fa964f 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-24T07:56:08.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546894590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546894978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546895699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546896804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546897189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546897911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546898193, "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-24T07:56:08.308Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3918a0b9-43d0-42fb-8bb1-400492fa964f 2023-01-24T07:56:08.308Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3918a0b9-43d0-42fb-8bb1-400492fa964f 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-24T07:56:08.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546889796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:56:08.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546898968, "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-24T07:56:08.321Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3918a0b9-43d0-42fb-8bb1-400492fa964f 2023-01-24T07:56:08.321Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3918a0b9-43d0-42fb-8bb1-400492fa964f 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-24T07:56:08.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546899896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:56:08.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "multicloud-k8s", "timestamp": 1674546899973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546907239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:56:08.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:56:08.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:56:08.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "aai-model-loader", "timestamp": 1674546908241, "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-24T07:56:08.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3918a0b9-43d0-42fb-8bb1-400492fa964f 2023-01-24T07:56:08.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3918a0b9-43d0-42fb-8bb1-400492fa964f 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-24T07:56:18.647Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:56:18.659Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:56:18.661Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:56:18.662Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:56:18.663Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:56:18.663Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T07:56:18.667Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:56:48.667Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:56:48.673Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 135157b2-9132-4d7b-992a-c0c67ab9f4eb and serviceModelVersionId: df550c3d-d067-401e-bdad-a8900600263d 2023-01-24T07:56:48.673Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad 2023-01-24T07:56:48.675Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?depth=0 2023-01-24T07:56:48.680Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:56:48.727Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?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-24T07:56:48.729Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?depth=0|INFO|500||Invoke 2023-01-24T07:56:48.751Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:56:48.909Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?depth=0|INFO|500||InvokeReturn 2023-01-24T07:56:48.910Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2ad6f5a-920b-4fb8-a033-0bdb9bc127ad/model-vers/model-ver/df550c3d-d067-401e-bdad-a8900600263d?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:56:50 GMT], content-length=[0], vertex-id=[254104], x-aai-txid=[2-aai-resources-230124-07:56:50:036-79321], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:56:48.910Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:56:48.910Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:56:48.911Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-24T07:56:49.123Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-24T07:56:49.123Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 135157b2-9132-4d7b-992a-c0c67ab9f4eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:56:49.123Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:56:49.123Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:49.124Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:49.124Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674547009123, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:56:50.134Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:56:50.136Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-24T07:56:50.136Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3918a0b9-43d0-42fb-8bb1-400492fa964f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4d256333-ece7-48af-bd8d-9e363f93d3a0","serviceDescription":"service","serviceInvariantUUID":"c2a6b890-35b5-4166-b90d-3176218299d1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbd33886-bff7-499c-bc7a-4b5e84063d36","resourceInvariantUUID":"7746f42d-988d-469a-b7b7-5c1806f8ccec","resourceCustomizationUUID":"df43b0d9-3017-4d74-86c0-322471dd737d","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":"Y2EyM2Y1N2ZmMjViZjE2MjQwMzI5ZjNiYjRkMTUwMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"895a38a3-8b89-45c2-bfa0-8d9281d4534b","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":"MzgyZTRmZjQxZTI1MjE5NjhkMjAzNDgyMzFiYjY2MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f56c1bc5-28fb-4dc8-b96b-ca362cd2b9d8","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":"a92b64b4-67fd-4cea-9329-d022d0e903d3","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":"e0bad5ad-b94f-437a-ba3f-bfd98f821309","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":"f364ec67-7293-4065-9431-342f26cff81d","artifactVersion":"2","generatedFromUUID":"c80c67c7-6b6d-4a98-baf2-e9a9939a811d"},{"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":"1cda31a3-3132-4dec-8986-30860386c5d7","artifactVersion":"2","generatedFromUUID":"a92b64b4-67fd-4cea-9329-d022d0e903d3"},{"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":"c80c67c7-6b6d-4a98-baf2-e9a9939a811d","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":"1733dbae-ac9d-4dea-adbe-3b1123587a92","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":"NmUxOTRmYTM3Yjg1MmMxNzI5NWYxYTUxYTgzMjhhZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81844f06-922c-41ca-9fe9-f8ecf1ad36ad","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjkxN2FhNmUyYmUwOGE3NjhlNDQ2YjVhMzc4MDdmNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b0f124b-64ed-4030-a28e-92c122128878","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:56:50.138Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:50.138Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:50.138Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:50.138Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:51.139Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:51.140Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:51.140Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:51.140Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:52.140Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:52.141Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:52.141Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:52.141Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:53.142Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:53.142Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:53.142Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:53.142Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:54.143Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:54.143Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:54.143Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:54.143Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:55.144Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:55.144Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:55.145Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:55.145Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:56.145Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:56.146Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:56.146Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:56.147Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:57.147Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:57.148Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:57.148Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:57.148Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:58.149Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:58.149Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:58.150Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:58.150Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "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-24T07:56:59.153Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:56:59.154Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:56:59.154Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:56:59.154Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:57:00.156Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "4d256333-ece7-48af-bd8d-9e363f93d3a0", "serviceDescription": "service", "serviceInvariantUUID": "c2a6b890-35b5-4166-b90d-3176218299d1", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "df43b0d9-3017-4d74-86c0-322471dd737d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dbd33886-bff7-499c-bc7a-4b5e84063d36", "resourceInvariantUUID": "7746f42d-988d-469a-b7b7-5c1806f8ccec", "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": "MzgyZTRmZjQxZTI1MjE5NjhkMjAzNDgyMzFiYjY2MjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f56c1bc5-28fb-4dc8-b96b-ca362cd2b9d8", "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": "a92b64b4-67fd-4cea-9329-d022d0e903d3", "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": "1cda31a3-3132-4dec-8986-30860386c5d7", "generatedFromUUID": "a92b64b4-67fd-4cea-9329-d022d0e903d3" }, "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": "f364ec67-7293-4065-9431-342f26cff81d", "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": "1cda31a3-3132-4dec-8986-30860386c5d7", "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": "c80c67c7-6b6d-4a98-baf2-e9a9939a811d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjkxN2FhNmUyYmUwOGE3NjhlNDQ2YjVhMzc4MDdmNDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b0f124b-64ed-4030-a28e-92c122128878" } ], "workloadContext": "Production" } 2023-01-24T07:57:00.157Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:57:00.157Z|135157b2-9132-4d7b-992a-c0c67ab9f4eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4d256333-ece7-48af-bd8d-9e363f93d3a0 ASDC 2023-01-24T07:57:00.158Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3918a0b9-43d0-42fb-8bb1-400492fa964f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:4d256333-ece7-48af-bd8d-9e363f93d3a0 ServiceInvariantUUID:c2a6b890-35b5-4166-b90d-3176218299d1 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:9b0f124b-64ed-4030-a28e-92c122128878 ArtifactChecksum:YjkxN2FhNmUyYmUwOGE3NjhlNDQ2YjVhMzc4MDdmNDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:df43b0d9-3017-4d74-86c0-322471dd737d ResourceInvariantUUID:7746f42d-988d-469a-b7b7-5c1806f8ccec ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dbd33886-bff7-499c-bc7a-4b5e84063d36 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:f56c1bc5-28fb-4dc8-b96b-ca362cd2b9d8 ArtifactChecksum:MzgyZTRmZjQxZTI1MjE5NjhkMjAzNDgyMzFiYjY2MjE= 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:a92b64b4-67fd-4cea-9329-d022d0e903d3 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:1cda31a3-3132-4dec-8986-30860386c5d7 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:f364ec67-7293-4065-9431-342f26cff81d 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:1cda31a3-3132-4dec-8986-30860386c5d7 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:c80c67c7-6b6d-4a98-baf2-e9a9939a811d ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-24T07:57:00.159Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d256333-ece7-48af-bd8d-9e363f93d3a0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:57:00.200Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:57:00.201Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:00.201Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:00.201Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9b0f124b-64ed-4030-a28e-92c122128878 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:00.201Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:00.201Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:00.285Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:00.291Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9b0f124b-64ed-4030-a28e-92c122128878 163297 2023-01-24T07:57:00.291Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:57:00.292Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:00.292Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:00.292Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:00.292Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:00.292Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547020291, "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-24T07:57:01.294Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:57:01.295Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:01.295Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9b0f124b-64ed-4030-a28e-92c122128878, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:01.295Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-24T07:57:01.296Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:01.296Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:01.398Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1722526656676331410/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-24T07:57:02.462Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:57:02.463Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:57:02.463Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:02.463Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-24T07:57:02.463Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.464Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:57:02.465Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-24T07:57:02.466Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.467Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.468Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-24T07:57:02.469Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=395376ca-56a0-4003-a022-95aeb7760494 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.470Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.471Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:02.471Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:02.471Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:4d256333-ece7-48af-bd8d-9e363f93d3a0 Model Version:NULL Model InvariantUuid:c2a6b890-35b5-4166-b90d-3176218299d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:603e4e8b-c7ec-4af7-99a3-57c367e41266 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7746f42d-988d-469a-b7b7-5c1806f8ccec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:df43b0d9-3017-4d74-86c0-322471dd737d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:05128aef-c0d9-448c-8ca4-26474dd53c14 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:78edd05e-d818-403c-bad5-12f1219e7e01 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:99c1f485-aec2-4201-85b8-0fb1ec3d0568 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:48f6d39b-c218-4d78-b2bf-152b94ad7d6f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:395376ca-56a0-4003-a022-95aeb7760494 ModelInvariantUuid:4a2c8ef5-87c2-4ff1-b4bf-07040a1d61a6 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:55331e6b-0677-4c04-8975-f00f91192472 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:e8de7904-bc26-4e27-a36f-ab3854c0da0b ModelInvariantUuid:c301573c-8ff5-4f2e-bad7-69b586369746 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:7de1e0e7-7810-4118-b426-511ff3b8a1c0 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-24T07:57:02.481Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dbd33886-bff7-499c-bc7a-4b5e84063d36 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:57:02.483Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-01-24T07:57:02.483Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbd33886-bff7-499c-bc7a-4b5e84063d36 2023-01-24T07:57:02.484Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f56c1bc5-28fb-4dc8-b96b-ca362cd2b9d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-24T07:57:02.484Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:02.484Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||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-24T07:57:02.571Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:02.572Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f56c1bc5-28fb-4dc8-b96b-ca362cd2b9d8 1565 2023-01-24T07:57:02.572Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-24T07:57:02.572Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-24T07:57:02.572Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:02.572Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:02.573Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:02.573Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547022572, "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-24T07:57:03.573Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "99c1f485-aec2-4201-85b8-0fb1ec3d0568", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48f6d39b-c218-4d78-b2bf-152b94ad7d6f", "vfModuleModelCustomizationUUID": "d7a81daa-8c57-4c5d-9e23-cc124f2a6c0e", "isBase": true, "artifacts": [ "a92b64b4-67fd-4cea-9329-d022d0e903d3", "1cda31a3-3132-4dec-8986-30860386c5d7" ], "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": "05128aef-c0d9-448c-8ca4-26474dd53c14", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78edd05e-d818-403c-bad5-12f1219e7e01", "vfModuleModelCustomizationUUID": "ee9c7db9-816c-4484-8f05-51c767c31a71", "isBase": false, "artifacts": [ "c80c67c7-6b6d-4a98-baf2-e9a9939a811d" ], "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-24T07:57:03.577Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48f6d39b-c218-4d78-b2bf-152b94ad7d6f VfModuleModelInvariantUUID:99c1f485-aec2-4201-85b8-0fb1ec3d0568 VfModuleModelDescription:NULL Artifacts UUID List:{ a92b64b4-67fd-4cea-9329-d022d0e903d3 , 1cda31a3-3132-4dec-8986-30860386c5d7 } 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:78edd05e-d818-403c-bad5-12f1219e7e01 VfModuleModelInvariantUUID:05128aef-c0d9-448c-8ca4-26474dd53c14 VfModuleModelDescription:NULL Artifacts UUID List:{ c80c67c7-6b6d-4a98-baf2-e9a9939a811d } 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-24T07:57:03.579Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "99c1f485-aec2-4201-85b8-0fb1ec3d0568", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48f6d39b-c218-4d78-b2bf-152b94ad7d6f", "vfModuleModelCustomizationUUID": "d7a81daa-8c57-4c5d-9e23-cc124f2a6c0e", "isBase": true, "artifacts": [ "a92b64b4-67fd-4cea-9329-d022d0e903d3", "1cda31a3-3132-4dec-8986-30860386c5d7" ], "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": "05128aef-c0d9-448c-8ca4-26474dd53c14", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78edd05e-d818-403c-bad5-12f1219e7e01", "vfModuleModelCustomizationUUID": "ee9c7db9-816c-4484-8f05-51c767c31a71", "isBase": false, "artifacts": [ "c80c67c7-6b6d-4a98-baf2-e9a9939a811d" ], "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-24T07:57:03.579Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48f6d39b-c218-4d78-b2bf-152b94ad7d6f VfModuleModelInvariantUUID:99c1f485-aec2-4201-85b8-0fb1ec3d0568 VfModuleModelDescription:NULL Artifacts UUID List:{ a92b64b4-67fd-4cea-9329-d022d0e903d3 , 1cda31a3-3132-4dec-8986-30860386c5d7 } 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:78edd05e-d818-403c-bad5-12f1219e7e01 VfModuleModelInvariantUUID:05128aef-c0d9-448c-8ca4-26474dd53c14 VfModuleModelDescription:NULL Artifacts UUID List:{ c80c67c7-6b6d-4a98-baf2-e9a9939a811d } 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-24T07:57:03.579Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a92b64b4-67fd-4cea-9329-d022d0e903d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-24T07:57:03.579Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:03.579Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||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-24T07:57:03.653Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:03.653Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a92b64b4-67fd-4cea-9329-d022d0e903d3 914 2023-01-24T07:57:03.653Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-24T07:57:03.654Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-24T07:57:03.654Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:03.654Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:03.654Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:03.654Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547023653, "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-24T07:57:04.656Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f364ec67-7293-4065-9431-342f26cff81d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-24T07:57:04.656Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:04.656Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||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-24T07:57:04.724Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:04.725Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f364ec67-7293-4065-9431-342f26cff81d 12 2023-01-24T07:57:04.725Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-24T07:57:04.725Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-24T07:57:04.725Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:04.725Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:04.726Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:04.726Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547024725, "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-24T07:57:05.727Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1cda31a3-3132-4dec-8986-30860386c5d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-24T07:57:05.727Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:05.728Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||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-24T07:57:05.772Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:05.773Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1cda31a3-3132-4dec-8986-30860386c5d7 96 2023-01-24T07:57:05.773Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-24T07:57:05.773Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-24T07:57:05.773Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:05.773Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:05.774Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:05.774Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547025773, "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-24T07:57:06.775Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c80c67c7-6b6d-4a98-baf2-e9a9939a811d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-24T07:57:06.776Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:06.776Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||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-24T07:57:06.870Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:06.871Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c80c67c7-6b6d-4a98-baf2-e9a9939a811d 20206 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:06.872Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547026871, "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-24T07:57:07.875Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4d256333-ece7-48af-bd8d-9e363f93d3a0 2023-01-24T07:57:07.876Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dbd33886-bff7-499c-bc7a-4b5e84063d36 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-24T07:57:07.886Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@95c597e, org.onap.sdc.toscaparser.api.parameters.Input@491a0c05, org.onap.sdc.toscaparser.api.parameters.Input@1a28a2ee, org.onap.sdc.toscaparser.api.parameters.Input@1dbd809a, org.onap.sdc.toscaparser.api.parameters.Input@76c1adfa] 2023-01-24T07:57:07.887Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.888Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.888Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-24T07:57:07.888Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= df43b0d9-3017-4d74-86c0-322471dd737d 2023-01-24T07:57:07.888Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df43b0d9-3017-4d74-86c0-322471dd737d matches Tosca VF Customization UUID: df43b0d9-3017-4d74-86c0-322471dd737d 2023-01-24T07:57:07.888Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: df43b0d9-3017-4d74-86c0-322471dd737d 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-24T07:57:07.891Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.891Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id df43b0d9-3017-4d74-86c0-322471dd737d: {\"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-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@418af219 2023-01-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee9c7db9-816c-4484-8f05-51c767c31a71 2023-01-24T07:57:07.892Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee9c7db9-816c-4484-8f05-51c767c31a71 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-24T07:57:07.895Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.895Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:07.895Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-24T07:57:07.896Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=df43b0d9-3017-4d74-86c0-322471dd737d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:57:07.898Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.898Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4d256333-ece7-48af-bd8d-9e363f93d3a0: basic_cnf_macro 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.899Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:07.900Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-24T07:57:07.935Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dbd33886-bff7-499c-bc7a-4b5e84063d36 2 ASDC deployResourceStructure 2023-01-24T07:57:07.935Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-24T07:57:07.935Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-24T07:57:07.935Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:57:07.936Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:07.936Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:07.936Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547027935, "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-24T07:57:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:57:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546901790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546895487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "multicloud-k8s", "timestamp": 1674546900984, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546894865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:57:08.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546920535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546921143, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:57:08.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546920744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546922146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546921563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:57:08.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "cds-sdc-listener", "timestamp": 1674546922046, "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-24T07:57:08.184Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8105887f-d834-453d-8641-b391d5397f9d 2023-01-24T07:57:08.184Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8105887f-d834-453d-8641-b391d5397f9d 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-24T07:57:08.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "policy-distribution", "timestamp": 1674546923147, "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-24T07:57:08.205Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8105887f-d834-453d-8641-b391d5397f9d 2023-01-24T07:57:08.205Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8105887f-d834-453d-8641-b391d5397f9d 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-24T07:57:08.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.213Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "ves-openapi-manager", "timestamp": 1674546922564, "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-24T07:57:08.217Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8105887f-d834-453d-8641-b391d5397f9d 2023-01-24T07:57:08.217Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8105887f-d834-453d-8641-b391d5397f9d 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-24T07:57:08.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.236Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546919796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546928881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546933759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.239Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "aai-model-loader", "timestamp": 1674546934769, "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-24T07:57:08.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8105887f-d834-453d-8641-b391d5397f9d 2023-01-24T07:57:08.245Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8105887f-d834-453d-8641-b391d5397f9d 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-24T07:57:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546931576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546941353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546943279, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:57:08.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674546944284, "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-24T07:57:08.261Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8105887f-d834-453d-8641-b391d5397f9d 2023-01-24T07:57:08.261Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8105887f-d834-453d-8641-b391d5397f9d 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-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:08.937Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547028937, "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-24T07:57:09.938Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-24T07:57:09.938Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-24T07:57:09.938Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-24T07:57:09.939Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:09.939Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:09.939Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547029938, "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-24T07:57:10.940Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-24T07:57:10.940Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-24T07:57:10.940Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:57:10.940Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:10.940Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:10.941Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547030940, "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-24T07:57:11.942Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-24T07:57:11.942Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-24T07:57:11.942Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-24T07:57:11.943Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:11.943Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:11.943Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547031942, "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-24T07:57:12.944Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:57:12.944Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-24T07:57:12.945Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:57:12.945Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:12.945Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:12.945Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547032944, "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-24T07:57:13.946Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3918a0b9-43d0-42fb-8bb1-400492fa964f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:57:13.957Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3918a0b9-43d0-42fb-8bb1-400492fa964f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:57:13.959Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:57:13.959Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:13.960Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T07:57:13.965Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:57:43.965Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3918a0b9-43d0-42fb-8bb1-400492fa964f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:57:43.972Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3918a0b9-43d0-42fb-8bb1-400492fa964f and serviceModelVersionId: 4d256333-ece7-48af-bd8d-9e363f93d3a0 2023-01-24T07:57:43.972Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2a6b890-35b5-4166-b90d-3176218299d1 2023-01-24T07:57:43.973Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?depth=0 2023-01-24T07:57:43.976Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:57:44.018Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?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-24T07:57:44.019Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?depth=0|INFO|500||Invoke 2023-01-24T07:57:44.041Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:57:44.212Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?depth=0|INFO|500||InvokeReturn 2023-01-24T07:57:44.213Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2a6b890-35b5-4166-b90d-3176218299d1/model-vers/model-ver/4d256333-ece7-48af-bd8d-9e363f93d3a0?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:57:45 GMT], content-length=[0], vertex-id=[245928], x-aai-txid=[2-aai-resources-230124-07:57:45:331-23301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:57:44.213Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:57:44.213Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:57:44.214Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-24T07:57:44.221Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-24T07:57:44.221Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3918a0b9-43d0-42fb-8bb1-400492fa964f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:57:44.221Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:57:44.221Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:44.222Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:44.222Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547064221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:57:45.232Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:57:45.234Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-24T07:57:45.234Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"8105887f-d834-453d-8641-b391d5397f9d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61","serviceDescription":"service","serviceInvariantUUID":"e61d9312-25c2-49bc-8bda-74e1db82afa7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"896da475-ca16-4658-a72e-71551c5e9b94","resourceInvariantUUID":"beb4cb4a-65dd-42c4-a948-6bf8bfc43d52","resourceCustomizationUUID":"47d7a783-02b4-4f96-bc7b-e7c00b48ac22","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":"M2MyZDI2ODk2MWExZDc5NmVhNWIwZjk5NjVhMjI4Nzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c19b4b6-3ad6-4560-b163-d35e6e600fe8","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":"9aeded53-1320-401e-af8c-8535fd683cb1","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":"a2bb9099-b817-4ecc-ba23-19ed9d034fa1","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":"NjMyMGQ2YjhjZWQxNDViZTBlN2MzZTg2MWIzMTcwNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4d52c10b-6da9-44ca-bc24-9eab74372f1e","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":"d677915e-69c2-442e-95d5-cee7c2414652","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":"818f5923-9138-4751-bd27-5803b1a1ac70","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":"b5bb6de9-5382-48ce-a743-62a894cb57ba","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":"NjU5ZDYwODk0ZTE2ZmJmNzRlNDA1YWZlNGExZmZmOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f7c846-b9db-4a98-8525-2b398e51d2d2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDMzZGZlNTM4MTExZDdhZmU4Yzg5NTQwNmJmYzc3OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b8a506f-8673-4e43-a3d4-58d587d2a3fa","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-24T07:57:45.236Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:45.237Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:45.237Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:45.237Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:46.238Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:46.238Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:46.238Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:46.238Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:47.239Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:47.240Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:47.240Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:47.240Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:48.242Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:48.242Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:48.243Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:48.243Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:49.243Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:49.244Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:49.244Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:49.244Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:50.245Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:50.245Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:50.245Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:50.245Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:51.246Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:51.246Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:51.246Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:51.247Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:52.247Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:52.248Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:52.248Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:52.248Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "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-24T07:57:53.250Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-24T07:57:53.250Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:53.250Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:53.251Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:57:54.252Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61", "serviceDescription": "service", "serviceInvariantUUID": "e61d9312-25c2-49bc-8bda-74e1db82afa7", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "47d7a783-02b4-4f96-bc7b-e7c00b48ac22", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "896da475-ca16-4658-a72e-71551c5e9b94", "resourceInvariantUUID": "beb4cb4a-65dd-42c4-a948-6bf8bfc43d52", "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": "ZDMzZGZlNTM4MTExZDdhZmU4Yzg5NTQwNmJmYzc3OTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b8a506f-8673-4e43-a3d4-58d587d2a3fa" } ], "workloadContext": "Production" } 2023-01-24T07:57:54.252Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-24T07:57:54.252Z|3918a0b9-43d0-42fb-8bb1-400492fa964f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 ASDC 2023-01-24T07:57:54.252Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8105887f-d834-453d-8641-b391d5397f9d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 ServiceInvariantUUID:e61d9312-25c2-49bc-8bda-74e1db82afa7 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:3b8a506f-8673-4e43-a3d4-58d587d2a3fa ArtifactChecksum:ZDMzZGZlNTM4MTExZDdhZmU4Yzg5NTQwNmJmYzc3OTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:47d7a783-02b4-4f96-bc7b-e7c00b48ac22 ResourceInvariantUUID:beb4cb4a-65dd-42c4-a948-6bf8bfc43d52 ResourceName:test-pnf ResourceType:PNF ResourceUUID:896da475-ca16-4658-a72e-71551c5e9b94 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-24T07:57:54.253Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-24T07:57:54.281Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:57:54.282Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:54.282Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:54.282Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b8a506f-8673-4e43-a3d4-58d587d2a3fa from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-24T07:57:54.282Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-24T07:57:54.283Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-24T07:57:54.341Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-24T07:57:54.345Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3b8a506f-8673-4e43-a3d4-58d587d2a3fa 111084 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:54.346Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547074346, "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-24T07:57:55.347Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-24T07:57:55.348Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-24T07:57:55.348Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3b8a506f-8673-4e43-a3d4-58d587d2a3fa, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:55.349Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-24T07:57:55.349Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:55.349Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:55.451Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15229656309091066474/Definitions/service-TestPnfMacro-template.yml 2023-01-24T07:57:56.172Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.173Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-24T07:57:56.174Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-24T07:57:56.175Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.176Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.177Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.177Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.177Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.177Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 Model Version:NULL Model InvariantUuid:e61d9312-25c2-49bc-8bda-74e1db82afa7 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-24T07:57:56.211Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 896da475-ca16-4658-a72e-71551c5e9b94 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-24T07:57:56.215Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-01-24T07:57:56.215Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 896da475-ca16-4658-a72e-71551c5e9b94 2023-01-24T07:57:56.216Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 2023-01-24T07:57:56.216Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 2023-01-24T07:57:56.216Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 896da475-ca16-4658-a72e-71551c5e9b94 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-24T07:57:56.221Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@724bdeb6, org.onap.sdc.toscaparser.api.parameters.Input@364d2f74, org.onap.sdc.toscaparser.api.parameters.Input@3369992b, org.onap.sdc.toscaparser.api.parameters.Input@35192339, org.onap.sdc.toscaparser.api.parameters.Input@190be542] 2023-01-24T07:57:56.221Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.221Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.221Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61: test-pnf 2023-01-24T07:57:56.221Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 896da475-ca16-4658-a72e-71551c5e9b94 2023-01-24T07:57:56.222Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-24T07:57:56.222Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-24T07:57:56.222Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 47d7a783-02b4-4f96-bc7b-e7c00b48ac22 is the same as notified resource customizationUUID: 47d7a783-02b4-4f96-bc7b-e7c00b48ac22 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-24T07:57:56.255Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 896da475-ca16-4658-a72e-71551c5e9b94 0 ASDC deployResourceStructure 2023-01-24T07:57:56.255Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-24T07:57:56.255Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-24T07:57:56.256Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-24T07:57:56.256Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:57:56.256Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:57:56.256Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547076255, "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-24T07:57:57.257Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8105887f-d834-453d-8641-b391d5397f9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:57:57.268Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8105887f-d834-453d-8641-b391d5397f9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T07:57:57.271Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-24T07:57:57.271Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-24T07:57:57.271Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-24T07:57:57.271Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-24T07:57:57.271Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-24T07:57:57.272Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-24T07:57:57.277Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-24T07:58:08.152Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:58:08.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.154Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "135157b2-9132-4d7b-992a-c0c67ab9f4eb", "consumerID": "SO-sdc-controller", "timestamp": 1674547009123, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.155Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.156Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547010134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.157Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547020291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547022572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547023653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547024725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547025773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547026871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547027935, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-24T07:58:08.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:58:27.277Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8105887f-d834-453d-8641-b391d5397f9d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-24T07:58:27.283Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8105887f-d834-453d-8641-b391d5397f9d and serviceModelVersionId: d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61 2023-01-24T07:58:27.283Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e61d9312-25c2-49bc-8bda-74e1db82afa7 2023-01-24T07:58:27.284Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0 2023-01-24T07:58:27.288Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-24T07:58:27.323Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0|INFO|500||Invoke 2023-01-24T07:58:27.324Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8105887f-d834-453d-8641-b391d5397f9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85e324eb-27c1-4721-881a-ff6db8b71bc5], X-ECOMP-RequestID=[8105887f-d834-453d-8641-b391d5397f9d], X-TransactionId=[], X-ONAP-RequestID=[8105887f-d834-453d-8641-b391d5397f9d], Content-Type=[application/merge-patch+json]} 2023-01-24T07:58:27.344Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-24T07:58:27.452Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?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/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 07:58:28 GMT], content-length=[0], vertex-id=[233704], x-aai-txid=[1-aai-resources-230124-07:58:28:633-375], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-24T07:58:27.454Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-24T07:58:27.455Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d9312-25c2-49bc-8bda-74e1db82afa7/model-vers/model-ver/d0c9a2bc-88ad-4d2a-9e0e-1c87f4f7ba61?depth=0|INFO|500||InvokeReturn 2023-01-24T07:58:27.456Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-24T07:58:27.457Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-24T07:58:27.463Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-24T07:58:27.464Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8105887f-d834-453d-8641-b391d5397f9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-24T07:58:27.464Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-24T07:58:27.465Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-24T07:58:27.465Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-24T07:58:27.465Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547107464, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_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-24T07:58:28.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T07:59:08.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T07:59:08.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.154Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547028937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-24T07:59:08.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547029938, "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-24T07:59:08.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547030940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547031942, "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-24T07:59:08.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547032944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3918a0b9-43d0-42fb-8bb1-400492fa964f", "consumerID": "SO-sdc-controller", "timestamp": 1674547064221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547065232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547074346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T07:59:08.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547076255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-24T07:59:08.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T07:59:28.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:00:08.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:00:08.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-24T08:00:08.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "8105887f-d834-453d-8641-b391d5397f9d", "consumerID": "SO-sdc-controller", "timestamp": 1674547107464, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-24T08:00:08.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-24T08:00:28.481Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:01:08.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:01:28.482Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:02:08.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:02:28.483Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:03:08.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:03:28.484Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:04:08.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:04:28.485Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:05:08.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:05:28.486Z|09e403b2-55ef-4547-befb-17d1b6406565|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:06:08.160Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:06:28.487Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:07:08.161Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:07:28.488Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:08:08.162Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:08:28.488Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:09:08.163Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:09:28.489Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:10:08.163Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:10:28.491Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:11:08.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:11:28.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:12:08.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:12:28.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:13:08.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:13:28.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:14:08.169Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:14:28.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:15:08.169Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:15:28.493Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:16:08.171Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:16:28.494Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:17:08.171Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:17:28.496Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:18:08.171Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:18:28.500Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:19:08.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:19:28.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:20:08.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:20:28.502Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:21:08.177Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:21:28.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:22:08.178Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:22:28.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:23:08.179Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:23:28.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:24:08.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:24:28.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:25:08.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:25:28.506Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:26:08.182Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:26:28.508Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:27:08.184Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:27:28.509Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:28:08.186Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:28:28.509Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:29:08.186Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:29:28.509Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:30:08.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:30:28.511Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:31:08.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:31:28.512Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:32:08.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:32:28.512Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:33:08.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:33:28.513Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:34:08.192Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:34:28.513Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:35:08.192Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:35:28.514Z|8105887f-d834-453d-8641-b391d5397f9d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:36:08.193Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:36:28.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:37:08.193Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:37:28.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:38:08.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:38:28.517Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:39:08.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:39:28.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:40:08.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:40:28.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:41:08.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:41:28.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:42:08.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:42:28.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:43:08.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:43:28.522Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:44:08.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:44:28.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:45:08.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:45:28.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:46:08.202Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:46:28.525Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:47:08.203Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:47:28.525Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:48:08.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:48:28.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:49:08.205Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:49:28.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:50:08.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:50:28.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:51:08.207Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:51:28.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:52:08.209Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:52:28.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:53:08.210Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:53:28.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:54:08.210Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:54:28.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:55:08.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:55:28.533Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:56:08.212Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:56:28.534Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:57:08.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:57:28.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:58:08.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:58:28.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T08:59:08.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T08:59:28.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:00:08.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:00:28.538Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:01:08.216Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:01:28.538Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:02:08.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:02:28.539Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:03:08.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:03:28.541Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:04:08.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:04:28.542Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:05:08.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:05:28.542Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:06:08.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:06:28.542Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:07:08.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:07:28.542Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:08:08.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:08:28.542Z|4e5f0f30-7133-46d9-a144-09a4b694ec74|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-24T09:09:08.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-24T09:09:28.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO