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-02-02T06:35:24.308Z||main|||||INFO|500||The following profiles are active: basic 2023-02-02T06:35:36.504Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-02T06:35:36.505Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-02T06:35:36.627Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-02T06:35:41.612Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-02T06:35:42.054Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-02T06:35:42.597Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-02T06:35:42.802Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-02T06:35:43.395Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-02T06:35:45.460Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-02T06:35:46.232Z||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-02-02T06:35:49.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-02T06:35:49.543Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-02T06:35:49.558Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-02T06:35:49.570Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-02T06:35:50.255Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-02T06:35:50.651Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-02T06:35:51.866Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-02-02T06:35:51.885Z||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-02-02T06:35:51.886Z||main|||||WARN|500||The sdc end point is not alive 2023-02-02T06:35:55.292Z||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-02-02T06:35:58.475Z||main|||||WARN|500||--- 2023-02-02T06:35:58.476Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-02T06:35:58.476Z||main|||||WARN|500||--- 2023-02-02T06:35:58.918Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-02T06:36:04.338Z||main|||||INFO|500||Started Application in 43.28 seconds (JVM running for 45.732) 2023-02-02T06:36:04.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-02T06:36:04.382Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-02T06:36:04.402Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-02T06:36:04.486Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b4c88bce-0d35-4395-b42a-9fb182e70a66 url= /sdc/v1/artifactTypes 2023-02-02T06:36:04.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-02-02T06:36:04.801Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-02T06:36:04.886Z||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-02-02T06:36:04.887Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-02-02T06:36:04.887Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3469f24c-4ada-4524-805e-19e6b49ff16b url= /sdc/v1/distributionKafkaData 2023-02-02T06:36:04.888Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-02-02T06:36:04.913Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-02T06:36:04.921Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@a3714ab 2023-02-02T06:36:04.990Z||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-334e2a19-45b0-47e7-a6bc-7e427916d4fc 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-02-02T06:36:05.048Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Instantiated an idempotent producer. 2023-02-02T06:36:05.159Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-02-02T06:36:05.244Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-02T06:36:05.245Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-02T06:36:05.256Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675319765240 2023-02-02T06:36:05.262Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-02T06:36:05.284Z||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-07381958-436d-4cd6-93ef-827547191539 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-02-02T06:36:05.397Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-02T06:36:05.398Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-02T06:36:05.398Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675319765396 2023-02-02T06:36:05.402Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:36:05.407Z||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-1c130cd3-6266-4876-8b06-24074e6d0323 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-02-02T06:36:05.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:36:05.431Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-02T06:36:05.432Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-02T06:36:05.432Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675319765431 2023-02-02T06:36:05.433Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:36:05.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:36:05.445Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-02T06:36:06.308Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Cluster ID: s09TVS5QR8-JIOUUsEdUlw 2023-02-02T06:36:06.314Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] ProducerId set to 1002 with epoch 0 2023-02-02T06:36:06.353Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.354Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.355Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.355Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.355Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.356Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.357Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.357Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:06.357Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 DXAWFpyIQlOodoE4jLb8sg 2023-02-02T06:36:06.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Cluster ID: s09TVS5QR8-JIOUUsEdUlw 2023-02-02T06:36:06.360Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Cluster ID: s09TVS5QR8-JIOUUsEdUlw 2023-02-02T06:36:06.362Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-02-02T06:36:06.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-02-02T06:36:06.450Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] (Re-)joining group 2023-02-02T06:36:06.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] (Re-)joining group 2023-02-02T06:36:06.590Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323-d689e236-69d5-49e8-b3e2-01e9c542a0cc 2023-02-02T06:36:06.591Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539-575c25e3-7548-4798-a5f3-7c445bd7d51b 2023-02-02T06:36:06.592Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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-02-02T06:36:06.592Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] (Re-)joining group 2023-02-02T06:36:06.592Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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-02-02T06:36:06.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] (Re-)joining group 2023-02-02T06:36:12.639Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539-575c25e3-7548-4798-a5f3-7c445bd7d51b', protocol='range'} 2023-02-02T06:36:12.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323-d689e236-69d5-49e8-b3e2-01e9c542a0cc', protocol='range'} 2023-02-02T06:36:12.822Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.822Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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 _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T06:36:12.829Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539-575c25e3-7548-4798-a5f3-7c445bd7d51b=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-1c130cd3-6266-4876-8b06-24074e6d0323-d689e236-69d5-49e8-b3e2-01e9c542a0cc=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-02-02T06:36:13.010Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323-d689e236-69d5-49e8-b3e2-01e9c542a0cc', protocol='range'} 2023-02-02T06:36:13.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539-575c25e3-7548-4798-a5f3-7c445bd7d51b', protocol='range'} 2023-02-02T06:36:13.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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-02-02T06:36:13.012Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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-02-02T06:36:13.017Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, 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-02-02T06:36:13.017Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, 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-02-02T06:36:13.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-02-02T06:36:13.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-02-02T06:36:13.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-02-02T06:36:13.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-02-02T06:36:13.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-02-02T06:36:13.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-02-02T06:36:13.107Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-02-02T06:36:13.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-02-02T06:36:13.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-02-02T06:36:13.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-02-02T06:36:13.118Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-02-02T06:36:13.118Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-02-02T06:36:13.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-02T06:36:13.270Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-02T06:36:13.386Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-02T06:36:13.386Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-02T06:36:13.387Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-02T06:36:13.387Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-02T06:36:13.387Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-02T06:36:13.388Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-02T06:36:13.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-02T06:36:13.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-02T06:36:13.483Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-02T06:36:13.484Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-02T06:37:05.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:37:05.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:38:05.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:38:05.439Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:39:05.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:39:05.441Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:40:05.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:40:05.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:41:05.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:41:05.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:42:05.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:42:05.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:43:05.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:43:05.447Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:44:05.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:44:05.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:45:05.426Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:45:05.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:45:06.428Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1c130cd3-6266-4876-8b06-24074e6d0323, groupId=so] Node -1 disconnected. 2023-02-02T06:45:06.490Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-07381958-436d-4cd6-93ef-827547191539, groupId=so] Node -1 disconnected. 2023-02-02T06:45:07.108Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Node -1 disconnected. 2023-02-02T06:45:39.765Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-02T06:46:05.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:46:05.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:47:05.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:47:05.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:48:05.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:48:05.454Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:49:05.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:49:05.455Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:50:05.438Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:50:05.457Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:51:05.440Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:51:05.462Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:52:05.443Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:52:05.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:53:05.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:53:05.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:54:05.448Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:54:05.465Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:55:05.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:55:05.466Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:56:05.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:56:05.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:57:05.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:57:05.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:58:05.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:58:05.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T06:59:05.456Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T06:59:05.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:00:05.458Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:00:05.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:01:05.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:01:05.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:02:05.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:02:05.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:03:05.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:03:05.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:04:05.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:04:05.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:05:05.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:05:05.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:06:05.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:06:05.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:07:05.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:07:05.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:08:05.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:08:05.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:09:05.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:09:05.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:10:05.473Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:10:05.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:11:05.476Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:11:05.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:12:05.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:12:05.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:13:05.481Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:13:05.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:14:05.482Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:14:05.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:15:05.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:15:05.502Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:16:05.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:16:05.502Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:17:05.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:17:05.504Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:18:05.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:18:05.506Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:19:05.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:19:05.507Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:20:05.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:20:05.508Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:21:05.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:21:05.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:22:05.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:22:05.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:23:05.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:23:05.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:24:05.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:24:05.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:25:05.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:25:05.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:26:05.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:26:05.514Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:27:05.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:27:05.515Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:28:05.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:28:05.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:29:05.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:29:05.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:30:05.505Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:30:05.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:31:05.506Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:31:05.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:32:05.509Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:32:05.519Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:33:05.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:33:05.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:34:05.510Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:34:05.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:35:05.512Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:35:05.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:36:05.513Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:36:05.541Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:37:05.514Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:37:05.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:38:05.517Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:38:05.544Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:39:05.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:39:05.546Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:40:05.522Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:40:05.548Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:41:05.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:41:05.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:42:05.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:42:05.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:43:05.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:43:05.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:44:05.528Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:44:05.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:45:05.529Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:45:05.555Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:46:05.531Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:46:05.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:47:05.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:47:05.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:48:05.535Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:48:05.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:49:05.537Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:49:05.557Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:50:05.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:50:05.559Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:51:05.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:51:05.561Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:52:05.541Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:52:05.562Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:53:05.549Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:53:05.563Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:54:05.550Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:54:05.563Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:55:05.551Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:55:05.564Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:56:05.552Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:56:05.566Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:57:05.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:57:05.567Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:58:05.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:58:05.568Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T07:59:05.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T07:59:05.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:00:05.558Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:00:05.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:01:05.560Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:01:05.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:02:05.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:02:05.572Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:03:05.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:03:05.573Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:04:05.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:04:05.573Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:05:05.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:05:05.574Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:06:05.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:06:05.574Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:07:05.572Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:07:05.574Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:08:05.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:08:05.576Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:09:05.575Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:09:05.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:10:05.576Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:10:05.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:11:05.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:11:05.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:12:05.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:12:05.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:13:05.581Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:13:05.583Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:14:05.583Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:14:05.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:15:05.584Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:15:05.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:16:05.586Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:16:05.585Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:17:05.587Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:17:05.589Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:18:05.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:18:05.589Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:19:05.591Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:19:05.598Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:20:05.593Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:20:05.599Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:21:05.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:21:05.606Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:22:05.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:22:05.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:23:05.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:23:05.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:24:05.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:24:05.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:25:05.601Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:25:05.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:26:05.603Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:26:05.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:27:05.604Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:27:05.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:28:05.605Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:28:05.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:29:05.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:29:05.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:30:05.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:30:05.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:31:05.610Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:31:05.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:32:05.610Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:32:05.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:33:05.612Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:33:05.615Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:34:05.614Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:34:05.616Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:35:05.615Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:35:05.617Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:36:05.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:36:05.618Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:37:05.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:37:05.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:38:05.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:38:05.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:39:05.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:39:05.621Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:40:05.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:40:05.623Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:41:05.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:41:05.629Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:42:05.627Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:42:05.632Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:43:05.629Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:43:05.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:44:05.634Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:44:05.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:45:05.636Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:45:05.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:46:05.636Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:46:05.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:47:05.638Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:47:05.651Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:48:05.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:48:05.651Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:49:05.642Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:49:05.653Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:50:05.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:50:05.653Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:51:05.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:51:05.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:52:05.648Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:52:05.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:53:05.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:53:05.655Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:54:05.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:54:05.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:55:05.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:55:05.656Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:56:05.652Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:56:05.657Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:57:05.653Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:57:05.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:58:05.656Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:58:05.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T08:59:05.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T08:59:05.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:00:05.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:00:05.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:01:05.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:01:05.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:02:05.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:02:05.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:03:05.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:03:05.663Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:04:05.664Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:04:05.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:05:05.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:05:05.666Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:06:05.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:06:05.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:07:05.668Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:07:05.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:08:05.669Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:08:05.670Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:09:05.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:09:05.671Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:10:05.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:10:05.672Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:11:05.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:11:05.673Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:12:05.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:12:05.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:13:05.676Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:13:05.676Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:14:05.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:14:05.677Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:15:05.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:15:05.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:16:05.683Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:16:05.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:17:05.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:17:05.684Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:18:05.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:18:05.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:19:05.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:19:05.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:20:05.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:20:05.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:21:05.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:21:05.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:22:05.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:22:05.693Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:23:05.691Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:23:05.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:24:05.692Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:24:05.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:25:05.694Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:25:05.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:26:05.696Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:26:05.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:27:05.696Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:27:05.697Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:28:05.697Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:28:05.698Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:29:05.698Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:29:05.700Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:05.700Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:30:05.701Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:23.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T09:30:23.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"326426f6-c241-4b51-a785-1a3b4239d777","serviceName":"vFW 2023-02-02 09-28-01","serviceVersion":"1.0","serviceUUID":"170e410f-1b4a-4f33-8b42-114e30a7af67","serviceDescription":"catalog service description","serviceInvariantUUID":"f36b4d73-91d8-442b-94dd-c69e2b094f6c","resources":[{"resourceInstanceName":"vFW fe217e3e-9ec2 0","resourceName":"vFW fe217e3e-9ec2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bb3b96a-bf8d-429f-8f30-7185e848cdb9","resourceInvariantUUID":"a7fac494-dc45-4c65-8c23-075ecc09b6a7","resourceCustomizationUUID":"a26148de-d358-4f7d-878e-b79abca7b3a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml","artifactChecksum":"NDE4MzBiMDJhY2MzOGFlNWE3ZGI1YTdjNWU0Nzg2MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8ff8255-e057-4429-92a9-ef962015d778","artifactVersion":"1"},{"artifactName":"vfwfe217e3e9ec20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json","artifactChecksum":"YjRhMDk2OTNlM2YzYzUxM2E4MTE2MDFkYzdkNTlhMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"404b09e4-8c6c-4ad9-8c51-b47d9730ab22","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"798fb5b1-734a-4ea5-ba12-d2ce7208da91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ4YmI5ODBjOTdmMjAzMTJkNDA2OWI4YzFjNWJhODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7290907c-e235-4458-83ef-2e0107ce9324","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"99e0a085-20ed-4fcd-be8c-f7a1a83be85d","artifactVersion":"2","generatedFromUUID":"798fb5b1-734a-4ea5-ba12-d2ce7208da91"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230202092801-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml","artifactChecksum":"OWUyYjVhMDMzZDJjNzMyZThmMmIxOWI2YWZhNDlhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb2c263f-bce1-4802-aeee-648010deb11e","artifactVersion":"1"},{"artifactName":"service-Vfw20230202092801-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar","artifactChecksum":"ZTJkNTNiNzI2OTk3OTUwNTdjY2Y4Yzc3NDFjM2VkYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e9b82e9-ceb6-4290-ab40-88b30f65af7e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T09:30:23.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:23.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:23.451Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:23.452Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:23.460Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.461Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.461Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.462Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.463Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:30:23.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:30:23.712Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:30:23.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:30:24.491Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:24.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:24.492Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:24.492Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:25.494Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:25.495Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:25.495Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:25.495Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:26.497Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:26.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:26.498Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:26.498Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:27.499Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:27.500Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:27.501Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:27.501Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:28.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:28.503Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:28.503Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:28.503Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:29.504Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:30:29.504Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:29.505Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:29.505Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:30.507Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "serviceName": "vFW 2023-02-02 09-28-01", "serviceVersion": "1.0", "serviceUUID": "170e410f-1b4a-4f33-8b42-114e30a7af67", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f36b4d73-91d8-442b-94dd-c69e2b094f6c", "resources": [ { "resourceInstanceName": "vFW fe217e3e-9ec2 0", "resourceCustomizationUUID": "a26148de-d358-4f7d-878e-b79abca7b3a6", "resourceName": "vFW fe217e3e-9ec2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1bb3b96a-bf8d-429f-8f30-7185e848cdb9", "resourceInvariantUUID": "a7fac494-dc45-4c65-8c23-075ecc09b6a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfe217e3e9ec20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "artifactChecksum": "YjRhMDk2OTNlM2YzYzUxM2E4MTE2MDFkYzdkNTlhMDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "404b09e4-8c6c-4ad9-8c51-b47d9730ab22", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "798fb5b1-734a-4ea5-ba12-d2ce7208da91", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "99e0a085-20ed-4fcd-be8c-f7a1a83be85d", "generatedFromUUID": "798fb5b1-734a-4ea5-ba12-d2ce7208da91" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "99e0a085-20ed-4fcd-be8c-f7a1a83be85d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230202092801-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "artifactChecksum": "ZTJkNTNiNzI2OTk3OTUwNTdjY2Y4Yzc3NDFjM2VkYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e9b82e9-ceb6-4290-ab40-88b30f65af7e" } ], "workloadContext": "Production" } 2023-02-02T09:30:30.511Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T09:30:30.511Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 170e410f-1b4a-4f33-8b42-114e30a7af67 ASDC 2023-02-02T09:30:30.626Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:326426f6-c241-4b51-a785-1a3b4239d777 ServiceName:vFW 2023-02-02 09-28-01 ServiceVersion:1.0 ServiceUUID:170e410f-1b4a-4f33-8b42-114e30a7af67 ServiceInvariantUUID:f36b4d73-91d8-442b-94dd-c69e2b094f6c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230202092801-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar ArtifactUUID:9e9b82e9-ceb6-4290-ab40-88b30f65af7e ArtifactChecksum:ZTJkNTNiNzI2OTk3OTUwNTdjY2Y4Yzc3NDFjM2VkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fe217e3e-9ec2 0 ResourceCustomizationUUID:a26148de-d358-4f7d-878e-b79abca7b3a6 ResourceInvariantUUID:a7fac494-dc45-4c65-8c23-075ecc09b6a7 ResourceName:vFW fe217e3e-9ec2 ResourceType:VF ResourceUUID:1bb3b96a-bf8d-429f-8f30-7185e848cdb9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfe217e3e9ec20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json ArtifactUUID:404b09e4-8c6c-4ad9-8c51-b47d9730ab22 ArtifactChecksum:YjRhMDk2OTNlM2YzYzUxM2E4MTE2MDFkYzdkNTlhMDI= 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/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml ArtifactUUID:798fb5b1-734a-4ea5-ba12-d2ce7208da91 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/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env ArtifactUUID:99e0a085-20ed-4fcd-be8c-f7a1a83be85d 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/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env ArtifactUUID:99e0a085-20ed-4fcd-be8c-f7a1a83be85d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T09:30:30.627Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 170e410f-1b4a-4f33-8b42-114e30a7af67 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-02-02T09:30:30.908Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:30:30.910Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:30:30.910Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:30:30.911Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e9b82e9-ceb6-4290-ab40-88b30f65af7e from URL: /sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:30.911Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:30:30.912Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:31.243Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:30:31.267Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar 9e9b82e9-ceb6-4290-ab40-88b30f65af7e 101476 2023-02-02T09:30:31.268Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar ASDC sendASDCNotification 2023-02-02T09:30:31.268Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:31.269Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:30:31.270Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:31.271Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:31.271Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330231267, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:32.271Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:30:32.272Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:30:32.273Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9e9b82e9-ceb6-4290-ab40-88b30f65af7e, URL: /sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar to file: /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:32.274Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230202092801-csar.csar 2023-02-02T09:30:32.363Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:32.363Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:32.935Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18115234927189518786/Definitions/service-Vfw20230202092801-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2023-02-02T09:30:35.933Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T09:30:35.939Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:30:35.939Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.940Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-02T09:30:35.940Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fe217e3e-9ec2 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-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.940Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.940Z|326426f6-c241-4b51-a785-1a3b4239d777|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-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.940Z|326426f6-c241-4b51-a785-1a3b4239d777|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-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.941Z|326426f6-c241-4b51-a785-1a3b4239d777|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-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.941Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.941Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.941Z|326426f6-c241-4b51-a785-1a3b4239d777|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-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.941Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.942Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.942Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:35.942Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:30:35.949Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.951Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.955Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:35.955Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:30:35.957Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:30:35.959Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.959Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.959Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:35.960Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:30:35.960Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:30:35.960Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.961Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.965Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.965Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:35.965Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:35.966Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-02T09:30:35.966Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.966Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.966Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.967Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-02T09:30:35.968Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:35.969Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-02T09:30:35.969Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-02T09:30:35.970Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.970Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.971Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-02T09:30:35.971Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.971Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-02T09:30:35.972Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.972Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T09:30:35.972Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.972Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T09:30:35.974Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.974Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:35.975Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:35.975Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.975Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:35.976Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:35.976Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.976Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:35.976Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:35.977Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.977Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:35.977Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:35.978Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-02T09:30:35.978Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:35.978Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-02T09:30:35.979Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-02T09:30:35.979Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.979Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.979Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-02T09:30:35.979Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.980Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-02T09:30:35.980Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.980Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1ce056a-a0ae-44db-99e4-38955cfa1b5d 2023-02-02T09:30:35.981Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.981Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:35.981Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:35.981Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-02T09:30:35.982Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.982Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.982Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.982Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-02T09:30:35.983Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:35.983Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-02T09:30:35.984Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-02T09:30:35.984Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.984Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-02T09:30:35.985Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.985Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44fbb36c-2a9f-4bb7-ab3c-e69fb0a09bba 2023-02-02T09:30:35.985Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.986Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:35.986Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:35.986Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-02T09:30:35.986Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.987Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.987Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.987Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-02T09:30:35.987Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:35.988Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-02T09:30:35.988Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-02T09:30:35.988Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:35.988Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:35.989Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-02T09:30:35.989Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d845378d-706c-4109-9256-5f5cdd5178e7 2023-02-02T09:30:35.989Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.990Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.990Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.990Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.990Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.991Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.991Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:35.991Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:35.991Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-02 09-28-01 Description:catalog service description Model UUID:170e410f-1b4a-4f33-8b42-114e30a7af67 Model Version:NULL Model InvariantUuid:f36b4d73-91d8-442b-94dd-c69e2b094f6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fe217e3e-9ec2 Model UUID:aade2e7c-be9b-45cf-8930-ec1fb507c107 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a7fac494-dc45-4c65-8c23-075ecc09b6a7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a26148de-d358-4f7d-878e-b79abca7b3a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e2614db9-73ef-47d0-91a0-96627f80057b ModelName:VfwFe217e3e9ec2..base_vfw..module-0 ModelUuid:03ed4ea4-9825-4151-ab93-7e0557206049 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c1ce056a-a0ae-44db-99e4-38955cfa1b5d ModelInvariantUuid:35af591e-cc2b-4a31-9f9a-4008c09a4bae ModelName:vFW fe217e3e-9ec2-nodes.vfwCvfc ModelUuid:8a24ce35-68ec-4ccb-88cf-92a3ed51d887 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:62dbfe42-a4fc-4a57-a129-9cb84dc4e7d1 ModelInvariantUuid:f3ea1c59-29b1-4a93-8a46-e0d962b430ec ModelName:VfwFe217e3e9ec2.compute.nodes.heat.vfw ModelUuid:2eba982c-600c-4a45-b87e-48208924728a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:44fbb36c-2a9f-4bb7-ab3c-e69fb0a09bba ModelInvariantUuid:62862efe-9261-4d78-a0e9-7ff6bb0f7c82 ModelName:vFW fe217e3e-9ec2-nodes.vsnCvfc ModelUuid:21f1ae58-8d43-43de-90ec-438ff46c4825 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:228e0550-4ec3-47be-9c73-b9f0af44c552 ModelInvariantUuid:e7282e36-e4d6-43f5-886b-16be34917a7c ModelName:VfwFe217e3e9ec2.compute.nodes.heat.vsn ModelUuid:67b11400-bdd8-4704-ae0d-e723c5329c81 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d845378d-706c-4109-9256-5f5cdd5178e7 ModelInvariantUuid:fdece492-db7e-4910-b5e6-61a838ff266a ModelName:vFW fe217e3e-9ec2-nodes.vpgCvfc ModelUuid:d6d28c8d-6143-4ee0-806c-d39990cdfb55 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1db83de4-320c-4a3f-9d86-71f35592cab3 ModelInvariantUuid:785155d5-2ae8-4495-98f3-79981cafdcc0 ModelName:VfwFe217e3e9ec2.compute.nodes.heat.vpg ModelUuid:f61de138-be38-430e-bf85-e87e2485b32b 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-02-02T09:30:36.018Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bb3b96a-bf8d-429f-8f30-7185e848cdb9 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-02-02T09:30:36.115Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||vFW fe217e3e-9ec2 0 2023-02-02T09:30:36.123Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bb3b96a-bf8d-429f-8f30-7185e848cdb9 2023-02-02T09:30:36.123Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 404b09e4-8c6c-4ad9-8c51-b47d9730ab22 from URL: /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json 2023-02-02T09:30:36.123Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:30:36.123Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json 2023-02-02T09:30:36.220Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:30:36.221Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json 404b09e4-8c6c-4ad9-8c51-b47d9730ab22 785 2023-02-02T09:30:36.221Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json ASDC sendASDCNotification 2023-02-02T09:30:36.221Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json 2023-02-02T09:30:36.221Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:30:36.222Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:36.222Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:36.222Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330236221, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:37.224Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFe217e3e9ec2..base_vfw..module-0", "vfModuleModelInvariantUUID": "e2614db9-73ef-47d0-91a0-96627f80057b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03ed4ea4-9825-4151-ab93-7e0557206049", "vfModuleModelCustomizationUUID": "07697057-66c2-4ead-961a-00e2eb210280", "isBase": true, "artifacts": [ "798fb5b1-734a-4ea5-ba12-d2ce7208da91", "99e0a085-20ed-4fcd-be8c-f7a1a83be85d" ], "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-02-02T09:30:37.240Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFe217e3e9ec2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03ed4ea4-9825-4151-ab93-7e0557206049 VfModuleModelInvariantUUID:e2614db9-73ef-47d0-91a0-96627f80057b VfModuleModelDescription:NULL Artifacts UUID List:{ 798fb5b1-734a-4ea5-ba12-d2ce7208da91 , 99e0a085-20ed-4fcd-be8c-f7a1a83be85d } 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-02-02T09:30:37.243Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFe217e3e9ec2..base_vfw..module-0", "vfModuleModelInvariantUUID": "e2614db9-73ef-47d0-91a0-96627f80057b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03ed4ea4-9825-4151-ab93-7e0557206049", "vfModuleModelCustomizationUUID": "07697057-66c2-4ead-961a-00e2eb210280", "isBase": true, "artifacts": [ "798fb5b1-734a-4ea5-ba12-d2ce7208da91", "99e0a085-20ed-4fcd-be8c-f7a1a83be85d" ], "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-02-02T09:30:37.243Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFe217e3e9ec2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03ed4ea4-9825-4151-ab93-7e0557206049 VfModuleModelInvariantUUID:e2614db9-73ef-47d0-91a0-96627f80057b VfModuleModelDescription:NULL Artifacts UUID List:{ 798fb5b1-734a-4ea5-ba12-d2ce7208da91 , 99e0a085-20ed-4fcd-be8c-f7a1a83be85d } 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-02-02T09:30:37.243Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 798fb5b1-734a-4ea5-ba12-d2ce7208da91 from URL: /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml 2023-02-02T09:30:37.243Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:30:37.244Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml 2023-02-02T09:30:37.371Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:30:37.372Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml 798fb5b1-734a-4ea5-ba12-d2ce7208da91 20368 2023-02-02T09:30:37.372Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-02T09:30:37.372Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml 2023-02-02T09:30:37.373Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:30:37.373Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:37.373Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:37.373Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330237372, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:38.374Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99e0a085-20ed-4fcd-be8c-f7a1a83be85d from URL: /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env 2023-02-02T09:30:38.375Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:30:38.375Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env 2023-02-02T09:30:38.553Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:30:38.554Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env 99e0a085-20ed-4fcd-be8c-f7a1a83be85d 2098 2023-02-02T09:30:38.554Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-02T09:30:38.554Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env 2023-02-02T09:30:38.554Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:30:38.555Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:38.555Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:38.555Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330238554, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:39.556Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 170e410f-1b4a-4f33-8b42-114e30a7af67 2023-02-02T09:30:39.557Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fe217e3e-9ec2 0 1bb3b96a-bf8d-429f-8f30-7185e848cdb9 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-02-02T09:30:39.606Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36d947a, org.onap.sdc.toscaparser.api.parameters.Input@384d80b, org.onap.sdc.toscaparser.api.parameters.Input@24afe6de, org.onap.sdc.toscaparser.api.parameters.Input@44ba21e2, org.onap.sdc.toscaparser.api.parameters.Input@2b9ba34b] 2023-02-02T09:30:39.609Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.610Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.610Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-02-02T09:30:39.610Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a26148de-d358-4f7d-878e-b79abca7b3a6 2023-02-02T09:30:39.610Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a26148de-d358-4f7d-878e-b79abca7b3a6 matches Tosca VF Customization UUID: a26148de-d358-4f7d-878e-b79abca7b3a6 2023-02-02T09:30:39.610Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a26148de-d358-4f7d-878e-b79abca7b3a6 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-02-02T09:30:39.618Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.618Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.619Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a26148de-d358-4f7d-878e-b79abca7b3a6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-02T09:30:39.620Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@190ef72 2023-02-02T09:30:39.621Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.621Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T09:30:39.622Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07697057-66c2-4ead-961a-00e2eb210280 2023-02-02T09:30:39.623Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07697057-66c2-4ead-961a-00e2eb210280 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-02-02T09:30:39.630Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.630Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.630Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:39.631Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.632Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.632Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:39.632Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.632Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:39.633Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:39.633Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-02T09:30:39.633Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:39.633Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-02T09:30:39.633Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-02T09:30:39.634Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.634Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.634Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-02T09:30:39.635Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.635Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-02T09:30:39.635Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.635Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1ce056a-a0ae-44db-99e4-38955cfa1b5d 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-02-02T09:30:39.643Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.643Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.643Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:39.643Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.644Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:39.644Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:39.644Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-02T09:30:39.644Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.644Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.645Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.645Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-02T09:30:39.645Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:39.645Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-02T09:30:39.646Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-02T09:30:39.646Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.646Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-02T09:30:39.646Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.647Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44fbb36c-2a9f-4bb7-ab3c-e69fb0a09bba 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-02-02T09:30:39.648Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.648Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.648Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:39.651Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.651Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is not matching search criteria 2023-02-02T09:30:39.651Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-02T09:30:39.652Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-02T09:30:39.652Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.652Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.652Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.652Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-02T09:30:39.653Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-02T09:30:39.653Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-02T09:30:39.653Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-02T09:30:39.653Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-02T09:30:39.654Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-02T09:30:39.654Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-02T09:30:39.654Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d845378d-706c-4109-9256-5f5cdd5178e7 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-02-02T09:30:39.656Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.656Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.656Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:30:39.657Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.657Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Node template vFW fe217e3e-9ec2 0 is matching search criteria 2023-02-02T09:30:39.657Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW fe217e3e-9ec2 0] matching following query criteria: sdcType=VF, customizationUUID=a26148de-d358-4f7d-878e-b79abca7b3a6 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-02-02T09:30:39.659Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.659Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.660Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 170e410f-1b4a-4f33-8b42-114e30a7af67: vFW fe217e3e-9ec2 2023-02-02T09:30:39.660Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.660Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.660Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.661Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.661Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.661Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.661Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.661Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.662Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:30:39.662Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-02 09-28-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:30:39.662Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-02-02 09-28-01 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-02-02T09:30:39.894Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fe217e3e-9ec2 1bb3b96a-bf8d-429f-8f30-7185e848cdb9 1 ASDC deployResourceStructure 2023-02-02T09:30:39.894Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json ASDC sendASDCNotification 2023-02-02T09:30:39.895Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json 2023-02-02T09:30:39.895Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:30:39.895Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:39.895Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:39.895Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330239894, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:40.902Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-02T09:30:40.903Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml 2023-02-02T09:30:40.903Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:30:40.904Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:40.904Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:40.904Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330240902, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:41.906Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-02T09:30:41.906Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env 2023-02-02T09:30:41.907Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:30:41.907Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:41.908Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:41.908Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330241905, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:42.910Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar ASDC sendASDCNotification 2023-02-02T09:30:42.911Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar 2023-02-02T09:30:42.911Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:30:42.912Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:30:42.912Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:30:42.912Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330242910, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:30:43.914Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:30:44.001Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:30:44.005Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:30:44.005Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:30:44.005Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:31:05.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:31:05.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:31:05.439Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:31:05.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:31:05.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:31:05.441Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:31:05.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:31:14.006Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:31:14.066Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:31:14.068Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:31:14.068Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:31:14.069Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:31:44.069Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:31:44.095Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:31:44.097Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:31:44.097Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:31:44.097Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:32:05.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:32:05.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOTIFIED" } 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOTIFIED" } 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-02T09:32:05.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.446Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.447Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.448Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-02T09:32:05.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.449Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330200698, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330195831, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330191014, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330230760, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330230711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330231267, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330231776, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330231918, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.456Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "cds-sdc-listener", "timestamp": 1675330232209, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-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-02-02T09:32:05.463Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 326426f6-c241-4b51-a785-1a3b4239d777 2023-02-02T09:32:05.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:05.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.475Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.476Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "policy-distribution", "timestamp": 1675330232780, "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-02-02T09:32:05.480Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 326426f6-c241-4b51-a785-1a3b4239d777 2023-02-02T09:32:05.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:05.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.503Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330233097, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.503Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.504Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330234331, "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-02-02T09:32:05.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 326426f6-c241-4b51-a785-1a3b4239d777 2023-02-02T09:32:05.510Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:05.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.516Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330228539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "multicloud-k8s", "timestamp": 1675330235366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330236221, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330235888, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.518Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330237372, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.519Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330238554, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330239894, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vfwfe217e3e9ec20_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330240902, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330241905, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/resourceInstances/vfwfe217e3e9ec20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330242910, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.523Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330235735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330244528, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330263515, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:32:05.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:32:05.525Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330264552, "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-02-02T09:32:05.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 326426f6-c241-4b51-a785-1a3b4239d777 2023-02-02T09:32:05.531Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:14.098Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:32:14.130Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:14.134Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:32:14.134Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:32:14.134Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:32:44.135Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:32:44.150Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:32:44.154Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:32:44.154Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:32:44.154Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:33:05.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:33:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:33:05.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330278670, "artifactURL": "/sdc/v1/catalog/services/Vfw20230202092801/1.0/artifacts/service-Vfw20230202092801-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:33:05.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:33:05.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T09:33:05.439Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "aai-model-loader", "timestamp": 1675330279674, "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-02-02T09:33:05.518Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 326426f6-c241-4b51-a785-1a3b4239d777 2023-02-02T09:33:05.518Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:33:14.154Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:33:14.224Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:33:14.245Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:33:14.245Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:33:14.246Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:33:14.247Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:33:14.247Z|326426f6-c241-4b51-a785-1a3b4239d777|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-02-02T09:33:14.268Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T09:33:44.269Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 326426f6-c241-4b51-a785-1a3b4239d777 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-02-02T09:33:44.292Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 326426f6-c241-4b51-a785-1a3b4239d777 and serviceModelVersionId: 170e410f-1b4a-4f33-8b42-114e30a7af67 2023-02-02T09:33:44.292Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f36b4d73-91d8-442b-94dd-c69e2b094f6c 2023-02-02T09:34:01.029Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0 2023-02-02T09:34:01.149Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T09:34:01.685Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0|INFO|500||Invoke 2023-02-02T09:34:01.690Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[326426f6-c241-4b51-a785-1a3b4239d777], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95c4b2db-fe5a-4e38-9bf6-6615910b6c58], X-ECOMP-RequestID=[326426f6-c241-4b51-a785-1a3b4239d777], X-TransactionId=[], X-ONAP-RequestID=[326426f6-c241-4b51-a785-1a3b4239d777], Content-Type=[application/merge-patch+json]} 2023-02-02T09:34:01.826Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T09:34:02.030Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?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/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 09:34:01 GMT], content-length=[0], vertex-id=[176336], x-aai-txid=[2-aai-resources-230202-09:34:01:688-86229], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T09:34:02.032Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T09:34:02.033Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f36b4d73-91d8-442b-94dd-c69e2b094f6c/model-vers/model-ver/170e410f-1b4a-4f33-8b42-114e30a7af67?depth=0|INFO|500||InvokeReturn 2023-02-02T09:34:02.037Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T09:34:02.038Z|326426f6-c241-4b51-a785-1a3b4239d777|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-02-02T09:34:02.081Z|326426f6-c241-4b51-a785-1a3b4239d777|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-02-02T09:34:02.082Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 326426f6-c241-4b51-a785-1a3b4239d777 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T09:34:02.083Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T09:34:02.084Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:34:02.084Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:34:02.085Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330442082, "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-02-02T09:34:03.125Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:34:05.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:34:05.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-02T09:34:05.440Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "326426f6-c241-4b51-a785-1a3b4239d777", "consumerID": "SO-sdc-controller", "timestamp": 1675330442082, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T09:34:05.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:35:03.126Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:35:05.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:36:03.128Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:36:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:03.130Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:37:05.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:15.041Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T09:37:15.041Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a7dbc14c-6e8d-4db5-a4d3-245167249bed","serviceName":"basic_onboard_qPdRIl","serviceVersion":"1.0","serviceUUID":"20d2252f-ceeb-4cdf-8104-3aaa28d83dfb","serviceDescription":"service","serviceInvariantUUID":"c3de31b1-e2ec-4dbe-9e54-217841917888","resources":[{"resourceInstanceName":"basic_onboard_qPdRIl 0","resourceName":"basic_onboard_qPdRIl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bab14a1-3c26-48ec-a003-7caa43c2ba37","resourceInvariantUUID":"e64da849-cde3-4812-b0b2-6b948c0b624a","resourceCustomizationUUID":"74f03628-2327-4873-8f4e-f59a431e3547","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml","artifactChecksum":"NmRhNGVhYmVjNmYyYmM5ZWEzNWMxZDg4YWEzOWM2M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2c4ee10-49b2-4a01-9346-8a7ec801e5fd","artifactVersion":"1"},{"artifactName":"basic_onboard_qpdril0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json","artifactChecksum":"ZTllYWM3NzJlZGJiYTI0Yjg4ZDc4NDMyZTA0ODM1Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"891dab64-8ce3-4698-bc62-b56d0e4926b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b3d4f40c-791b-4861-b658-703067728c86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b27355c5-3c08-4cab-9679-c56a9659a0fe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0db0fbc4-105d-44ab-b8b2-769027d36739","artifactVersion":"2","generatedFromUUID":"b3d4f40c-791b-4861-b658-703067728c86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQpdril-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml","artifactChecksum":"MGJhZWUxMGVkZWRiYmRmZGMwNWQ3YmYxMWMxYTYxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40a09711-32e0-4b9c-b2c1-4c8fb802d0f0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQpdril-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar","artifactChecksum":"MThjMzQ1MjFkMjQ1OGE1MTRlOGIyODgyYjYxZjU1M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f555a80-d805-42f6-a7c8-291da02f4c14","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T09:37:15.044Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:15.044Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:15.044Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:15.044Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:15.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:37:15.071Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:37:15.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:37:16.045Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:16.046Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:16.046Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:16.046Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:17.047Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:17.048Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:17.048Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:17.048Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:18.049Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:18.050Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:18.051Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:18.051Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:19.053Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:19.053Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:19.054Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:19.054Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:20.055Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:20.056Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:20.056Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:20.057Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:21.058Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:37:21.059Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:21.060Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:21.060Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:22.062Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "serviceName": "basic_onboard_qPdRIl", "serviceVersion": "1.0", "serviceUUID": "20d2252f-ceeb-4cdf-8104-3aaa28d83dfb", "serviceDescription": "service", "serviceInvariantUUID": "c3de31b1-e2ec-4dbe-9e54-217841917888", "resources": [ { "resourceInstanceName": "basic_onboard_qPdRIl 0", "resourceCustomizationUUID": "74f03628-2327-4873-8f4e-f59a431e3547", "resourceName": "basic_onboard_qPdRIl", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1bab14a1-3c26-48ec-a003-7caa43c2ba37", "resourceInvariantUUID": "e64da849-cde3-4812-b0b2-6b948c0b624a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qpdril0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "artifactChecksum": "ZTllYWM3NzJlZGJiYTI0Yjg4ZDc4NDMyZTA0ODM1Yzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "891dab64-8ce3-4698-bc62-b56d0e4926b6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b3d4f40c-791b-4861-b658-703067728c86", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0db0fbc4-105d-44ab-b8b2-769027d36739", "generatedFromUUID": "b3d4f40c-791b-4861-b658-703067728c86" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0db0fbc4-105d-44ab-b8b2-769027d36739", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQpdril-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "artifactChecksum": "MThjMzQ1MjFkMjQ1OGE1MTRlOGIyODgyYjYxZjU1M2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f555a80-d805-42f6-a7c8-291da02f4c14" } ], "workloadContext": "Production" } 2023-02-02T09:37:22.063Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T09:37:22.064Z|326426f6-c241-4b51-a785-1a3b4239d777|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20d2252f-ceeb-4cdf-8104-3aaa28d83dfb ASDC 2023-02-02T09:37:22.064Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a7dbc14c-6e8d-4db5-a4d3-245167249bed ServiceName:basic_onboard_qPdRIl ServiceVersion:1.0 ServiceUUID:20d2252f-ceeb-4cdf-8104-3aaa28d83dfb ServiceInvariantUUID:c3de31b1-e2ec-4dbe-9e54-217841917888 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQpdril-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar ArtifactUUID:3f555a80-d805-42f6-a7c8-291da02f4c14 ArtifactChecksum:MThjMzQ1MjFkMjQ1OGE1MTRlOGIyODgyYjYxZjU1M2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_qPdRIl 0 ResourceCustomizationUUID:74f03628-2327-4873-8f4e-f59a431e3547 ResourceInvariantUUID:e64da849-cde3-4812-b0b2-6b948c0b624a ResourceName:basic_onboard_qPdRIl ResourceType:VF ResourceUUID:1bab14a1-3c26-48ec-a003-7caa43c2ba37 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qpdril0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json ArtifactUUID:891dab64-8ce3-4698-bc62-b56d0e4926b6 ArtifactChecksum:ZTllYWM3NzJlZGJiYTI0Yjg4ZDc4NDMyZTA0ODM1Yzg= 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/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml ArtifactUUID:b3d4f40c-791b-4861-b658-703067728c86 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/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env ArtifactUUID:0db0fbc4-105d-44ab-b8b2-769027d36739 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/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env ArtifactUUID:0db0fbc4-105d-44ab-b8b2-769027d36739 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T09:37:22.066Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20d2252f-ceeb-4cdf-8104-3aaa28d83dfb 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-02-02T09:37:22.178Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:37:22.179Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:37:22.179Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:37:22.180Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f555a80-d805-42f6-a7c8-291da02f4c14 from URL: /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:22.180Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:37:22.180Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:22.376Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:37:22.383Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar 3f555a80-d805-42f6-a7c8-291da02f4c14 75683 2023-02-02T09:37:22.383Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar ASDC sendASDCNotification 2023-02-02T09:37:22.383Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:22.384Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:37:22.384Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:22.384Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:22.384Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330642383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:23.386Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:37:23.387Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:37:23.388Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3f555a80-d805-42f6-a7c8-291da02f4c14, URL: /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar to file: /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:23.388Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:23.389Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:23.389Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:23.593Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2966659752478720795/Definitions/service-BasicOnboardQpdril-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-02-02T09:37:24.850Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T09:37:24.851Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:37:24.851Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.851Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qPdRIl 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-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.852Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.853Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:24.853Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:37:24.853Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.853Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.853Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:24.854Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:37:24.854Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:37:24.854Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.854Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.855Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:24.855Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:37:24.855Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:37:24.855Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.855Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.856Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.856Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is not matching search criteria 2023-02-02T09:37:24.856Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-02T09:37:24.856Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-02T09:37:24.856Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-02T09:37:24.857Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-02T09:37:24.857Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T09:37:24.857Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.857Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T09:37:24.857Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.858Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:24.858Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:24.858Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.858Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:24.859Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:24.859Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.859Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:24.859Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:24.860Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.860Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is not matching search criteria 2023-02-02T09:37:24.860Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-02T09:37:24.860Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-02T09:37:24.860Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8174b18-3545-44a7-9523-ff9c4b63465d 2023-02-02T09:37:24.861Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.861Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.861Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.861Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.861Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.862Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.862Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:24.862Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:24.862Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_qPdRIl Description:service Model UUID:20d2252f-ceeb-4cdf-8104-3aaa28d83dfb Model Version:NULL Model InvariantUuid:c3de31b1-e2ec-4dbe-9e54-217841917888 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_qPdRIl Model UUID:518a9478-26df-4cfb-862c-314c74b3506e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e64da849-cde3-4812-b0b2-6b948c0b624a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74f03628-2327-4873-8f4e-f59a431e3547 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0dd3e8e2-3eeb-47f1-baa7-b37814876b59 ModelName:BasicOnboardQpdril..base_ubuntu18..module-0 ModelUuid:a8914472-40fb-4bf0-ae2d-bad1e97c07b9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d8174b18-3545-44a7-9523-ff9c4b63465d ModelInvariantUuid:7cd29073-142a-4df3-a279-4cafd7dac2a0 ModelName:basic_onboard_qPdRIl-nodes.ubuntu18Cvfc ModelUuid:a7311755-4b3a-4ee2-bcc3-e9b9b540aa04 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:376b84fa-2928-464d-9c43-ea303f8e5fc0 ModelInvariantUuid:9b0d57b9-3c03-4194-be11-a61e2da69c37 ModelName:BasicOnboardQpdril.compute.nodes.heat.ubuntu18 ModelUuid:fb604e89-5363-4319-ba99-cf92eeb883d0 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-02-02T09:37:24.952Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bab14a1-3c26-48ec-a003-7caa43c2ba37 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-02-02T09:37:24.971Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||basic_onboard_qPdRIl 0 2023-02-02T09:37:24.977Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bab14a1-3c26-48ec-a003-7caa43c2ba37 2023-02-02T09:37:24.977Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 891dab64-8ce3-4698-bc62-b56d0e4926b6 from URL: /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json 2023-02-02T09:37:24.977Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:37:24.978Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json 2023-02-02T09:37:25.082Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:37:25.083Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json 891dab64-8ce3-4698-bc62-b56d0e4926b6 798 2023-02-02T09:37:25.084Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json ASDC sendASDCNotification 2023-02-02T09:37:25.084Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json 2023-02-02T09:37:25.085Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:37:25.085Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:25.085Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:25.086Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330645084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:26.094Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpdril..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0dd3e8e2-3eeb-47f1-baa7-b37814876b59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8914472-40fb-4bf0-ae2d-bad1e97c07b9", "vfModuleModelCustomizationUUID": "868feea9-52d6-42a0-8230-2e6e95268eaa", "isBase": true, "artifacts": [ "b3d4f40c-791b-4861-b658-703067728c86", "0db0fbc4-105d-44ab-b8b2-769027d36739" ], "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-02-02T09:37:26.110Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpdril..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8914472-40fb-4bf0-ae2d-bad1e97c07b9 VfModuleModelInvariantUUID:0dd3e8e2-3eeb-47f1-baa7-b37814876b59 VfModuleModelDescription:NULL Artifacts UUID List:{ b3d4f40c-791b-4861-b658-703067728c86 , 0db0fbc4-105d-44ab-b8b2-769027d36739 } 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-02-02T09:37:26.117Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpdril..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0dd3e8e2-3eeb-47f1-baa7-b37814876b59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8914472-40fb-4bf0-ae2d-bad1e97c07b9", "vfModuleModelCustomizationUUID": "868feea9-52d6-42a0-8230-2e6e95268eaa", "isBase": true, "artifacts": [ "b3d4f40c-791b-4861-b658-703067728c86", "0db0fbc4-105d-44ab-b8b2-769027d36739" ], "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-02-02T09:37:26.117Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpdril..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8914472-40fb-4bf0-ae2d-bad1e97c07b9 VfModuleModelInvariantUUID:0dd3e8e2-3eeb-47f1-baa7-b37814876b59 VfModuleModelDescription:NULL Artifacts UUID List:{ b3d4f40c-791b-4861-b658-703067728c86 , 0db0fbc4-105d-44ab-b8b2-769027d36739 } 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-02-02T09:37:26.118Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b3d4f40c-791b-4861-b658-703067728c86 from URL: /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml 2023-02-02T09:37:26.118Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:37:26.119Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml 2023-02-02T09:37:26.262Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:37:26.263Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml b3d4f40c-791b-4861-b658-703067728c86 5033 2023-02-02T09:37:26.264Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-02T09:37:26.264Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml 2023-02-02T09:37:26.265Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:37:26.267Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:26.267Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:26.268Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330646264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:27.271Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0db0fbc4-105d-44ab-b8b2-769027d36739 from URL: /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env 2023-02-02T09:37:27.272Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:37:27.273Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env 2023-02-02T09:37:27.357Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:37:27.358Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env 0db0fbc4-105d-44ab-b8b2-769027d36739 909 2023-02-02T09:37:27.363Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-02T09:37:27.364Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env 2023-02-02T09:37:27.364Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:37:27.365Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:27.365Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:27.365Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330647358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:28.368Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 20d2252f-ceeb-4cdf-8104-3aaa28d83dfb 2023-02-02T09:37:28.369Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qPdRIl 0 1bab14a1-3c26-48ec-a003-7caa43c2ba37 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-02-02T09:37:28.421Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7507e7fc, org.onap.sdc.toscaparser.api.parameters.Input@6f5a9431, org.onap.sdc.toscaparser.api.parameters.Input@6360330, org.onap.sdc.toscaparser.api.parameters.Input@f445e22, org.onap.sdc.toscaparser.api.parameters.Input@45b67031] 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 74f03628-2327-4873-8f4e-f59a431e3547 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74f03628-2327-4873-8f4e-f59a431e3547 matches Tosca VF Customization UUID: 74f03628-2327-4873-8f4e-f59a431e3547 2023-02-02T09:37:28.423Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 74f03628-2327-4873-8f4e-f59a431e3547 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-02-02T09:37:28.435Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.435Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 74f03628-2327-4873-8f4e-f59a431e3547: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65f7dea6 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 868feea9-52d6-42a0-8230-2e6e95268eaa 2023-02-02T09:37:28.436Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 868feea9-52d6-42a0-8230-2e6e95268eaa 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-02-02T09:37:28.443Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.443Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:28.444Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:28.444Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.444Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:28.444Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:28.445Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.445Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is not matching search criteria 2023-02-02T09:37:28.445Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-02T09:37:28.446Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-02T09:37:28.446Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8174b18-3545-44a7-9523-ff9c4b63465d 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-02-02T09:37:28.449Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.450Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:28.450Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:37:28.450Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.450Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qPdRIl 0 is matching search criteria 2023-02-02T09:37:28.450Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qPdRIl 0] matching following query criteria: sdcType=VF, customizationUUID=74f03628-2327-4873-8f4e-f59a431e3547 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-02-02T09:37:28.453Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.453Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.453Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 20d2252f-ceeb-4cdf-8104-3aaa28d83dfb: basic_onboard_qPdRIl 2023-02-02T09:37:28.453Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.455Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.455Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.455Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:37:28.455Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qPdRIl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:37:28.455Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_qPdRIl 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-02-02T09:37:28.908Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qPdRIl 1bab14a1-3c26-48ec-a003-7caa43c2ba37 1 ASDC deployResourceStructure 2023-02-02T09:37:28.910Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json ASDC sendASDCNotification 2023-02-02T09:37:28.911Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json 2023-02-02T09:37:28.911Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:37:28.911Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:28.911Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:28.911Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330648910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:29.912Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-02T09:37:29.913Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml 2023-02-02T09:37:29.913Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:37:29.913Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:29.913Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:29.913Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330649912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:30.914Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-02T09:37:30.915Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env 2023-02-02T09:37:30.915Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:37:30.915Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:30.915Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:30.916Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330650914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:31.917Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar ASDC sendASDCNotification 2023-02-02T09:37:31.917Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar 2023-02-02T09:37:31.917Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:37:31.918Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:37:31.918Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:37:31.918Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330651916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:37:32.919Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:37:32.947Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:37:32.951Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:37:32.951Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:37:32.951Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:38:02.951Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:38:02.995Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:38:02.999Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:38:02.999Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:38:02.999Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:38:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:38:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:38:05.437Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:38:05.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:38:32.999Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:38:33.027Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:38:33.031Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:38:33.031Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:38:33.031Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:39:03.032Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:39:03.062Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:03.070Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:39:03.070Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:39:03.070Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:39:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOTIFIED" } 2023-02-02T09:39:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.447Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.447Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.447Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.447Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.448Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOTIFIED" } 2023-02-02T09:39:05.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.448Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.449Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-02T09:39:05.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.450Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.450Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-02T09:39:05.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.451Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-02T09:39:05.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.454Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-02T09:39:05.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-02T09:39:05.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:39:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330618539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330623130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330623794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330593257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330626532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330625734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:39:05.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330642383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.470Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330642383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.471Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330641361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.471Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330642111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.472Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330642205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.473Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330643387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330643053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "cds-sdc-listener", "timestamp": 1675330643172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-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-02-02T09:39:05.514Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7dbc14c-6e8d-4db5-a4d3-245167249bed 2023-02-02T09:39:05.515Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:05.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.578Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330643537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.579Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "policy-distribution", "timestamp": 1675330644389, "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-02-02T09:39:05.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7dbc14c-6e8d-4db5-a4d3-245167249bed 2023-02-02T09:39:05.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:05.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330644642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330645084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330646264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330646130, "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-02-02T09:39:05.669Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7dbc14c-6e8d-4db5-a4d3-245167249bed 2023-02-02T09:39:05.669Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.684Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330647358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:39:05.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.685Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "multicloud-k8s", "timestamp": 1675330647135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.686Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330648910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/basic_onboard_qpdril0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.686Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330649405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.687Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330649912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.687Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.687Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675330650425, "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-02-02T09:39:05.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7dbc14c-6e8d-4db5-a4d3-245167249bed 2023-02-02T09:39:05.706Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:05.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.738Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330650914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/resourceInstances/basic_onboard_qpdril0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.739Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330651916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.739Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330658687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpdril/1.0/artifacts/service-BasicOnboardQpdril-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:39:05.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:39:05.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:39:05.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "aai-model-loader", "timestamp": 1675330659690, "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-02-02T09:39:05.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7dbc14c-6e8d-4db5-a4d3-245167249bed 2023-02-02T09:39:05.758Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:33.070Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:39:33.109Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:39:33.120Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:39:33.120Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T09:39:33.121Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T09:39:33.121Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T09:39:33.121Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:39:33.122Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:39:33.122Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:39:33.122Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:39:33.122Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:39:33.123Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-02-02T09:39:33.149Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T09:40:03.149Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed 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-02-02T09:40:03.164Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7dbc14c-6e8d-4db5-a4d3-245167249bed and serviceModelVersionId: 20d2252f-ceeb-4cdf-8104-3aaa28d83dfb 2023-02-02T09:40:03.165Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3de31b1-e2ec-4dbe-9e54-217841917888 2023-02-02T09:40:03.166Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0 2023-02-02T09:40:03.172Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T09:40:03.290Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0|INFO|500||Invoke 2023-02-02T09:40:03.291Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7dbc14c-6e8d-4db5-a4d3-245167249bed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b05d61c3-2769-4b14-9a08-af5fe81865f4], X-ECOMP-RequestID=[a7dbc14c-6e8d-4db5-a4d3-245167249bed], X-TransactionId=[], X-ONAP-RequestID=[a7dbc14c-6e8d-4db5-a4d3-245167249bed], Content-Type=[application/merge-patch+json]} 2023-02-02T09:40:03.345Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T09:40:03.453Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?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/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 09:40:03 GMT], content-length=[0], vertex-id=[184448], x-aai-txid=[2-aai-resources-230202-09:40:03:191-487], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T09:40:03.454Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T09:40:03.456Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3de31b1-e2ec-4dbe-9e54-217841917888/model-vers/model-ver/20d2252f-ceeb-4cdf-8104-3aaa28d83dfb?depth=0|INFO|500||InvokeReturn 2023-02-02T09:40:03.457Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T09:40:03.457Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-02-02T09:40:03.464Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|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-02-02T09:40:03.465Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7dbc14c-6e8d-4db5-a4d3-245167249bed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T09:40:03.465Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T09:40:03.466Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:40:03.467Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:40:03.467Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330803465, "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-02-02T09:40:04.492Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:40:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:40:05.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T09:40:05.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "a7dbc14c-6e8d-4db5-a4d3-245167249bed", "consumerID": "SO-sdc-controller", "timestamp": 1675330803465, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T09:40:05.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:41:04.494Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:41:05.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:42:04.496Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:42:05.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:43:04.498Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:43:05.436Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:44:04.500Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:44:05.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:45:04.501Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:45:05.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:46:04.506Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:46:05.439Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:47:04.511Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:47:05.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:48:04.513Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:48:05.441Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:49:04.514Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:49:05.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:04.516Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:50:05.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:15.991Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T09:50:15.992Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"831f0f42-132f-4973-b434-ef94dbf56998","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3b4171f-197d-468c-9c37-b591dd17374f","serviceDescription":"service","serviceInvariantUUID":"c07104bf-bab5-45be-b202-cbf03e50d629","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d679becc-3879-4a35-9ad0-39443458edf2","resourceInvariantUUID":"4371c65f-1eee-416c-a33d-b95cd3cc2e35","resourceCustomizationUUID":"d43ab369-464b-4cbd-95e7-18bad77df217","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":"MzIwYzNhOGRkOGIwZTFkYzJhZmQ1MzY1ODI4NDRiMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5daed5e-b97e-4563-995c-13aa90f59003","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzhjYzY1ZmIzMDIwMmJhOTc3YTU1MTUzODFhZGU3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ba230c0-6cee-4b78-b459-f2e30a526f8b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T09:50:16.019Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:50:16.023Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:50:16.023Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:50:16.023Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331404516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:16.032Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.033Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.034Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.042Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.042Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.043Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T09:50:16.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T09:50:16.081Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "aai-model-loader", "timestamp": 1675331398539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:50:16.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:50:17.044Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:50:17.045Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:50:17.045Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:50:17.046Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331404516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:18.048Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b3b4171f-197d-468c-9c37-b591dd17374f", "serviceDescription": "service", "serviceInvariantUUID": "c07104bf-bab5-45be-b202-cbf03e50d629", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d43ab369-464b-4cbd-95e7-18bad77df217", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d679becc-3879-4a35-9ad0-39443458edf2", "resourceInvariantUUID": "4371c65f-1eee-416c-a33d-b95cd3cc2e35", "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": "YzhjYzY1ZmIzMDIwMmJhOTc3YTU1MTUzODFhZGU3ZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9ba230c0-6cee-4b78-b459-f2e30a526f8b" } ], "workloadContext": "Production" } 2023-02-02T09:50:18.054Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T09:50:18.054Z|a7dbc14c-6e8d-4db5-a4d3-245167249bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3b4171f-197d-468c-9c37-b591dd17374f ASDC 2023-02-02T09:50:18.055Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:831f0f42-132f-4973-b434-ef94dbf56998 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b3b4171f-197d-468c-9c37-b591dd17374f ServiceInvariantUUID:c07104bf-bab5-45be-b202-cbf03e50d629 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:9ba230c0-6cee-4b78-b459-f2e30a526f8b ArtifactChecksum:YzhjYzY1ZmIzMDIwMmJhOTc3YTU1MTUzODFhZGU3ZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d43ab369-464b-4cbd-95e7-18bad77df217 ResourceInvariantUUID:4371c65f-1eee-416c-a33d-b95cd3cc2e35 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d679becc-3879-4a35-9ad0-39443458edf2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-02T09:50:18.055Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3b4171f-197d-468c-9c37-b591dd17374f 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-02-02T09:50:18.129Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:50:18.131Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:50:18.131Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:50:18.131Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ba230c0-6cee-4b78-b459-f2e30a526f8b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-02T09:50:18.131Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:50:18.132Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:18.356Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:50:18.359Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9ba230c0-6cee-4b78-b459-f2e30a526f8b 57794 2023-02-02T09:50:18.359Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:18.360Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:18.360Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:50:18.360Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:50:18.360Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:50:18.360Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331418359, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:19.361Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:50:19.363Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:50:19.363Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9ba230c0-6cee-4b78-b459-f2e30a526f8b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-02T09:50:19.364Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-02T09:50:19.365Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-02T09:50:19.365Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-02T09:50:19.573Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18335110177607553484/Definitions/service-BasicNetwork-template.yml 2023-02-02T09:50:20.184Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T09:50:20.185Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:50:20.185Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-02T09:50:20.185Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.186Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:50:20.187Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.187Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.187Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-02T09:50:20.188Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:50:20.189Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:50:20.189Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.189Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.189Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.189Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.190Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.191Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b3b4171f-197d-468c-9c37-b591dd17374f Model Version:NULL Model InvariantUuid:c07104bf-bab5-45be-b202-cbf03e50d629 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4371c65f-1eee-416c-a33d-b95cd3cc2e35 Model UUID:685920ff-a00c-45fd-a168-b18fd9929f57 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d43ab369-464b-4cbd-95e7-18bad77df217 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-02-02T09:50:20.217Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: d679becc-3879-4a35-9ad0-39443458edf2 2023-02-02T09:50:20.218Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||No resources found for Service: b3b4171f-197d-468c-9c37-b591dd17374f 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-02-02T09:50:20.226Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500|| 2023-02-02T09:50:20.226Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-02T09:50:20.227Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b3b4171f-197d-468c-9c37-b591dd17374f 2023-02-02T09:50:20.227Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b3b4171f-197d-468c-9c37-b591dd17374f 2023-02-02T09:50:20.228Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-02T09:50:20.228Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.280Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d958c, org.onap.sdc.toscaparser.api.parameters.Input@70d22d29, org.onap.sdc.toscaparser.api.parameters.Input@25adce5d, org.onap.sdc.toscaparser.api.parameters.Input@c1691c3, org.onap.sdc.toscaparser.api.parameters.Input@60bbb438] 2023-02-02T09:50:20.282Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.283Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.283Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.283Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.284Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b3b4171f-197d-468c-9c37-b591dd17374f: Generic NeutronNet 2023-02-02T09:50:20.284Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.284Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.284Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.285Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.388Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.388Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.388Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.389Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.389Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:50:20.389Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:50:20.389Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.524Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-02T09:50:20.525Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.525Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:50:20.525Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:50:20.526Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:50:20.526Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:50:20.526Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331420525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:50:21.527Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:50:21.563Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:50:21.566Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:50:21.566Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:50:21.566Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:50:51.567Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:50:51.618Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:50:51.621Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:50:51.621Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:50:51.621Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:51:05.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:51:05.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T09:51:05.438Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331404516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:51:05.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:51:21.622Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:51:21.696Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:51:21.719Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:51:21.719Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:51:21.719Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:51:51.720Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:51:51.740Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:51:51.744Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:51:51.744Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:51:51.744Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:52:05.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:05.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "multicloud-k8s", "timestamp": 1675331398232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "policy-distribution", "timestamp": 1675331395420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "cds-sdc-listener", "timestamp": 1675331364255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "aai-model-loader", "timestamp": 1675331398539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "policy-distribution", "timestamp": 1675331395420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331404516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "cds-sdc-listener", "timestamp": 1675331364255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "multicloud-k8s", "timestamp": 1675331398232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "policy-distribution", "timestamp": 1675331418277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:52:05.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "aai-model-loader", "timestamp": 1675331417260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:52:05.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331418359, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:52:05.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "cds-sdc-listener", "timestamp": 1675331418039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:52:05.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "policy-distribution", "timestamp": 1675331419282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:52:05.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "cds-sdc-listener", "timestamp": 1675331419097, "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-02-02T09:52:05.489Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 831f0f42-132f-4973-b434-ef94dbf56998 2023-02-02T09:52:05.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:05.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "policy-distribution", "timestamp": 1675331420286, "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-02-02T09:52:05.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 831f0f42-132f-4973-b434-ef94dbf56998 2023-02-02T09:52:05.555Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:05.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.586Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331420525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:52:05.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.587Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "aai-model-loader", "timestamp": 1675331426401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:52:05.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "aai-model-loader", "timestamp": 1675331427405, "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-02-02T09:52:05.602Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 831f0f42-132f-4973-b434-ef94dbf56998 2023-02-02T09:52:05.603Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:05.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331435736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331435736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:52:05.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.626Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331439107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:52:05.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.627Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331443037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:52:05.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.628Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331444081, "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-02-02T09:52:05.653Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 831f0f42-132f-4973-b434-ef94dbf56998 2023-02-02T09:52:05.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:05.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.686Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.695Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.696Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.697Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.698Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.699Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.700Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.701Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.702Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.702Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:05.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:52:05.703Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:52:05.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:52:21.745Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:52:21.763Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:21.767Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:52:21.767Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T09:52:21.767Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T09:52:21.767Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T09:52:21.767Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:52:21.768Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:52:21.768Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:52:21.768Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:52:21.768Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:52:21.768Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:52:21.801Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T09:52:51.802Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 831f0f42-132f-4973-b434-ef94dbf56998 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-02-02T09:52:51.820Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 831f0f42-132f-4973-b434-ef94dbf56998 and serviceModelVersionId: b3b4171f-197d-468c-9c37-b591dd17374f 2023-02-02T09:52:51.820Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c07104bf-bab5-45be-b202-cbf03e50d629 2023-02-02T09:52:51.823Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0 2023-02-02T09:52:51.853Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T09:52:51.979Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0|INFO|500||Invoke 2023-02-02T09:52:51.980Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[831f0f42-132f-4973-b434-ef94dbf56998], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[432fa4d5-fece-4d21-b831-54c63f663352], X-ECOMP-RequestID=[831f0f42-132f-4973-b434-ef94dbf56998], X-TransactionId=[], X-ONAP-RequestID=[831f0f42-132f-4973-b434-ef94dbf56998], Content-Type=[application/merge-patch+json]} 2023-02-02T09:52:52.024Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T09:52:52.123Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?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/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 09:52:51 GMT], content-length=[0], vertex-id=[405512], x-aai-txid=[1-aai-resources-230202-09:52:51:849-74566], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T09:52:52.123Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T09:52:52.124Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07104bf-bab5-45be-b202-cbf03e50d629/model-vers/model-ver/b3b4171f-197d-468c-9c37-b591dd17374f?depth=0|INFO|500||InvokeReturn 2023-02-02T09:52:52.124Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T09:52:52.124Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:52:52.179Z|831f0f42-132f-4973-b434-ef94dbf56998|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-02-02T09:52:52.180Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 831f0f42-132f-4973-b434-ef94dbf56998 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T09:52:52.180Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T09:52:52.180Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:52.181Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:52.181Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331572180, "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-02-02T09:52:53.288Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:52:53.298Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T09:52:53.298Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"dd503a62-6e6d-4b4e-aa32-904084ff4b09","serviceName":"Demo_pNF_6qPGo7o0CmAGyYwCUfXb","serviceVersion":"1.0","serviceUUID":"7a7003a1-f976-4ab8-8552-1c95c0e88143","serviceDescription":"catalog service description","serviceInvariantUUID":"7c3f03d2-a2ff-4fc0-932c-244867db65d6","resources":[{"resourceInstanceName":"pNF ff661c7f-0bf8 0","resourceName":"pNF ff661c7f-0bf8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ece7fac-4c7f-402d-9e37-cee6905edc92","resourceInvariantUUID":"e6b06c09-544c-4814-a5b0-d42af5e4e635","resourceCustomizationUUID":"c724c003-53b5-42af-8ea0-15f91b6c7fd1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml","artifactChecksum":"NmEyNDczYTU5ZTg0OGU4MmNjMTQ2Yzk1YmJkZmEyYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7a25663-10c4-45ec-a41d-56a952cd45cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar","artifactChecksum":"ZmE5ZjMzYWYxNGJhYmQwMTllZGM0YmQ4NDI3OWE1MTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8767bc35-0a14-44fa-bf8f-6ba1da5d1caf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0baf6a9-c61c-4938-a051-a8461d4c15bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml","artifactChecksum":"YmI4ODMyZTc1MzgyNTlmZGY4NjVjYTlkNDA5YjJmZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"88d93326-e54e-4556-acc1-1e8e15e1904a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93ccaf6b-34cc-4383-ba0c-f2f343e5de93","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d84f8ed9-002a-4f5b-8ba1-c027b157d5d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml","artifactChecksum":"MWVjZWEwYzRjYWEzODJkMTQzNGY1ZTNkNWJiZDk0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ab2295e-c10a-4797-b275-62e13f9be785","artifactVersion":"1"},{"artifactName":"service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar","artifactChecksum":"ZTkxMzE1ZDgwNTM5ZGU2MGFiNzcxMWFmNWYzOGM1ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dca5b726-ce24-421b-90e7-cd61b4a4414a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T09:52:53.307Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:53.308Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:53.308Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:53.308Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:54.309Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:54.309Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:54.310Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:54.310Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:55.311Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:55.312Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:55.312Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:55.312Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:56.313Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:56.314Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:56.314Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:56.315Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:57.316Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:57.318Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:57.318Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:57.318Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:58.320Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:58.321Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:58.322Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:58.322Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:52:59.323Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:52:59.324Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:52:59.325Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:52:59.325Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:53:00.326Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:53:00.328Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:53:00.329Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:53:00.329Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:53:01.331Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "serviceName": "Demo_pNF_6qPGo7o0CmAGyYwCUfXb", "serviceVersion": "1.0", "serviceUUID": "7a7003a1-f976-4ab8-8552-1c95c0e88143", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7c3f03d2-a2ff-4fc0-932c-244867db65d6", "resources": [ { "resourceInstanceName": "pNF ff661c7f-0bf8 0", "resourceCustomizationUUID": "c724c003-53b5-42af-8ea0-15f91b6c7fd1", "resourceName": "pNF ff661c7f-0bf8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9ece7fac-4c7f-402d-9e37-cee6905edc92", "resourceInvariantUUID": "e6b06c09-544c-4814-a5b0-d42af5e4e635", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "artifactChecksum": "ZTkxMzE1ZDgwNTM5ZGU2MGFiNzcxMWFmNWYzOGM1ODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dca5b726-ce24-421b-90e7-cd61b4a4414a" } ], "workloadContext": "Production" } 2023-02-02T09:53:01.333Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T09:53:01.333Z|831f0f42-132f-4973-b434-ef94dbf56998|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7003a1-f976-4ab8-8552-1c95c0e88143 ASDC 2023-02-02T09:53:01.334Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:dd503a62-6e6d-4b4e-aa32-904084ff4b09 ServiceName:Demo_pNF_6qPGo7o0CmAGyYwCUfXb ServiceVersion:1.0 ServiceUUID:7a7003a1-f976-4ab8-8552-1c95c0e88143 ServiceInvariantUUID:7c3f03d2-a2ff-4fc0-932c-244867db65d6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar ArtifactUUID:dca5b726-ce24-421b-90e7-cd61b4a4414a ArtifactChecksum:ZTkxMzE1ZDgwNTM5ZGU2MGFiNzcxMWFmNWYzOGM1ODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ff661c7f-0bf8 0 ResourceCustomizationUUID:c724c003-53b5-42af-8ea0-15f91b6c7fd1 ResourceInvariantUUID:e6b06c09-544c-4814-a5b0-d42af5e4e635 ResourceName:pNF ff661c7f-0bf8 ResourceType:PNF ResourceUUID:9ece7fac-4c7f-402d-9e37-cee6905edc92 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-02T09:53:01.336Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7003a1-f976-4ab8-8552-1c95c0e88143 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-02-02T09:53:01.420Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:53:01.421Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:53:01.421Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:53:01.421Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dca5b726-ce24-421b-90e7-cd61b4a4414a from URL: /sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:01.421Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:53:01.422Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:01.521Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:53:01.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar dca5b726-ce24-421b-90e7-cd61b4a4414a 88016 2023-02-02T09:53:01.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar ASDC sendASDCNotification 2023-02-02T09:53:01.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:01.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:53:01.527Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:53:01.527Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:53:01.527Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331581526, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:53:02.528Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:53:02.528Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:53:02.529Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dca5b726-ce24-421b-90e7-cd61b4a4414a, URL: /sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar to file: /app/ASDC/1/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:02.529Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:02.530Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:02.530Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:02.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17791432403062143727/Definitions/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml 2023-02-02T09:53:03.708Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.709Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ff661c7f-0bf8 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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.710Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Node template pNF ff661c7f-0bf8 0 is matching search criteria 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ff661c7f-0bf8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Node template pNF ff661c7f-0bf8 0 is matching search criteria 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:53:03.711Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ff661c7f-0bf8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.712Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.713Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.713Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.713Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.713Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6qPGo7o0CmAGyYwCUfXb Description:catalog service description Model UUID:7a7003a1-f976-4ab8-8552-1c95c0e88143 Model Version:NULL Model InvariantUuid:7c3f03d2-a2ff-4fc0-932c-244867db65d6 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-02-02T09:53:03.786Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ece7fac-4c7f-402d-9e37-cee6905edc92 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-02-02T09:53:03.791Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||pNF ff661c7f-0bf8 0 2023-02-02T09:53:03.791Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ece7fac-4c7f-402d-9e37-cee6905edc92 2023-02-02T09:53:03.792Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7a7003a1-f976-4ab8-8552-1c95c0e88143 2023-02-02T09:53:03.792Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a7003a1-f976-4ab8-8552-1c95c0e88143 2023-02-02T09:53:03.792Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ff661c7f-0bf8 0 9ece7fac-4c7f-402d-9e37-cee6905edc92 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-02-02T09:53:03.825Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fbe0ae2, org.onap.sdc.toscaparser.api.parameters.Input@706b0782, org.onap.sdc.toscaparser.api.parameters.Input@3fbfc7f2, org.onap.sdc.toscaparser.api.parameters.Input@65356e67, org.onap.sdc.toscaparser.api.parameters.Input@1aa38139] 2023-02-02T09:53:03.825Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a7003a1-f976-4ab8-8552-1c95c0e88143: pNF ff661c7f-0bf8 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9ece7fac-4c7f-402d-9e37-cee6905edc92 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6qPGo7o0CmAGyYwCUfXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:53:03.826Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Resource customization UUID: c724c003-53b5-42af-8ea0-15f91b6c7fd1 is the same as notified resource customizationUUID: c724c003-53b5-42af-8ea0-15f91b6c7fd1 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-02-02T09:53:04.019Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ff661c7f-0bf8 9ece7fac-4c7f-402d-9e37-cee6905edc92 0 ASDC deployResourceStructure 2023-02-02T09:53:04.020Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar ASDC sendASDCNotification 2023-02-02T09:53:04.020Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar 2023-02-02T09:53:04.020Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:53:04.020Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:53:04.021Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:53:04.021Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331584020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:53:05.023Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:53:05.110Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:05.113Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:53:05.114Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T09:53:05.114Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T09:53:05.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:53:05.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.438Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331451288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:53:05.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.462Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331458539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:53:05.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.463Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "multicloud-k8s", "timestamp": 1675331447883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:53:05.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.464Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331420101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:53:05.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.465Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331469594, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:53:05.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331468603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:53:05.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.468Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331469477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:53:05.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.472Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.473Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331470597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:53:05.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.474Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "cds-sdc-listener", "timestamp": 1675331470487, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-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-02-02T09:53:05.533Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd503a62-6e6d-4b4e-aa32-904084ff4b09 2023-02-02T09:53:05.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:05.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.609Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "policy-distribution", "timestamp": 1675331471599, "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-02-02T09:53:05.653Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd503a62-6e6d-4b4e-aa32-904084ff4b09 2023-02-02T09:53:05.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:05.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331465739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:53:05.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331474908, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:53:05.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331479905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:53:05.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331480923, "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-02-02T09:53:05.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd503a62-6e6d-4b4e-aa32-904084ff4b09 2023-02-02T09:53:05.744Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:05.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331480984, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:53:05.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "aai-model-loader", "timestamp": 1675331481986, "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-02-02T09:53:05.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd503a62-6e6d-4b4e-aa32-904084ff4b09 2023-02-02T09:53:05.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:05.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.874Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.875Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.877Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.880Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.882Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.887Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:05.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:53:05.887Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:53:05.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:53:35.114Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:53:35.146Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:53:35.149Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:53:35.149Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T09:53:35.149Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:53:35.150Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-02-02T09:53:35.161Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T09:54:05.161Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 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-02-02T09:54:05.170Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd503a62-6e6d-4b4e-aa32-904084ff4b09 and serviceModelVersionId: 7a7003a1-f976-4ab8-8552-1c95c0e88143 2023-02-02T09:54:05.170Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c3f03d2-a2ff-4fc0-932c-244867db65d6 2023-02-02T09:54:05.171Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0 2023-02-02T09:54:05.178Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T09:54:05.223Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0|INFO|500||Invoke 2023-02-02T09:54:05.223Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd503a62-6e6d-4b4e-aa32-904084ff4b09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b7f7edd-564b-4fb9-b399-76acf12e8822], X-ECOMP-RequestID=[dd503a62-6e6d-4b4e-aa32-904084ff4b09], X-TransactionId=[], X-ONAP-RequestID=[dd503a62-6e6d-4b4e-aa32-904084ff4b09], Content-Type=[application/merge-patch+json]} 2023-02-02T09:54:05.246Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T09:54:05.406Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?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/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 09:54:05 GMT], content-length=[0], vertex-id=[192640], x-aai-txid=[2-aai-resources-230202-09:54:05:066-52439], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T09:54:05.406Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T09:54:05.407Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f03d2-a2ff-4fc0-932c-244867db65d6/model-vers/model-ver/7a7003a1-f976-4ab8-8552-1c95c0e88143?depth=0|INFO|500||InvokeReturn 2023-02-02T09:54:05.408Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T09:54:05.408Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-02-02T09:54:05.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:05.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331502607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331499158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.443Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|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-02-02T09:54:05.443Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd503a62-6e6d-4b4e-aa32-904084ff4b09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T09:54:05.444Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T09:54:05.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.444Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:05.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.444Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:05.444Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331645443, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:05.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331471492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331526503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.447Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331526757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.448Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331526695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331518539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331527769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:54:05.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331527604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "cds-sdc-listener", "timestamp": 1675331527701, "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-02-02T09:54:05.538Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a81f64ac-63af-4452-bc5a-235dffbddb33 2023-02-02T09:54:05.538Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:05.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.560Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331527693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.561Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "policy-distribution", "timestamp": 1675331528771, "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-02-02T09:54:05.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81f64ac-63af-4452-bc5a-235dffbddb33 2023-02-02T09:54:05.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:05.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.587Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.588Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331528693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.589Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.589Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331529810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.590Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331531120, "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-02-02T09:54:05.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81f64ac-63af-4452-bc5a-235dffbddb33 2023-02-02T09:54:05.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:05.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.626Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.628Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "multicloud-k8s", "timestamp": 1675331532123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:54:05.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.628Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.629Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.630Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331525737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.631Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331535873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.632Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331541340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:54:05.632Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.633Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675331542388, "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-02-02T09:54:05.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a81f64ac-63af-4452-bc5a-235dffbddb33 2023-02-02T09:54:05.658Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:05.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.709Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331544398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:54:05.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.710Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "aai-model-loader", "timestamp": 1675331545400, "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-02-02T09:54:05.721Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a81f64ac-63af-4452-bc5a-235dffbddb33 2023-02-02T09:54:05.721Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:05.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "831f0f42-132f-4973-b434-ef94dbf56998", "consumerID": "SO-sdc-controller", "timestamp": 1675331572180, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T09:54:05.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/resourceInstances/pnfff661c7f0bf80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331581526, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:54:05.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:54:05.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-02T09:54:05.742Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331584020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6qpgo7o0cmagyywcufxb/1.0/artifacts/service-DemoPnf6qpgo7o0cmagyywcufxb-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:54:05.742Z||pool-2-thread-9|||||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-02-02T09:54:06.511Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T09:54:06.511Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a81f64ac-63af-4452-bc5a-235dffbddb33","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c3fbee4b-b310-4fdb-9b21-415eb4d17607","serviceDescription":"service","serviceInvariantUUID":"255d7eb6-de83-41d0-bf9e-f2338a042d55","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5469d897-b15f-49ed-82e6-0845273202fc","resourceInvariantUUID":"b7fa832b-add4-494f-939f-23b41e4a0a7e","resourceCustomizationUUID":"bc0c8200-ab08-47ab-b399-237531a0d6ea","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":"YzJjYTE3NjAwM2QxYWJlNTJhMzQzNWJiNzVhYzQyNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4ba52df-179a-4d22-ac53-27bb0328b405","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":"272d6807-d4a0-4d78-8a17-c5b7740dd6cc","artifactVersion":"2","generatedFromUUID":"44552db1-d803-4323-b11e-4e2664bb8b71"},{"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":"44552db1-d803-4323-b11e-4e2664bb8b71","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":"YzBmZWY4YWM4MDQzNzZhYjhkMGI4YWRmNWEwY2QxOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d735447e-08f4-4dac-abdd-077e0ada129f","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":"a1c6473e-bb62-467b-99b5-a09cb9138b8f","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":"4528c583-3750-4b2c-a785-231105bb54dc","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":"8b65c846-9d97-4bff-8adc-808653a59918","artifactVersion":"2","generatedFromUUID":"a1c6473e-bb62-467b-99b5-a09cb9138b8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmIyNjhiOWI0NmIzOGM1ODYzMjYzOTI5NjU3NjAxYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83a5920a-b995-4ed0-bc0c-32a7819be18c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjU4NTFlNjVkY2NkYjBmNzRlYWNiNzZlMDM5MjI2MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af5ed254-b302-452a-9026-26e6bc59449e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T09:54:06.513Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:06.513Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:06.513Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:06.514Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:07.515Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:07.516Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:07.516Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:07.517Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:08.517Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:08.519Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:08.519Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:08.519Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:09.520Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:09.521Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:09.521Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:09.522Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:10.523Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:10.523Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:10.524Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:10.524Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:11.525Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:11.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:11.526Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:11.527Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:12.527Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:12.528Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:12.528Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:12.529Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "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-02-02T09:54:13.529Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:13.530Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:13.531Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:13.531Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:14.531Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T09:54:14.532Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:14.533Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:14.533Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:15.535Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c3fbee4b-b310-4fdb-9b21-415eb4d17607", "serviceDescription": "service", "serviceInvariantUUID": "255d7eb6-de83-41d0-bf9e-f2338a042d55", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bc0c8200-ab08-47ab-b399-237531a0d6ea", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5469d897-b15f-49ed-82e6-0845273202fc", "resourceInvariantUUID": "b7fa832b-add4-494f-939f-23b41e4a0a7e", "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": "272d6807-d4a0-4d78-8a17-c5b7740dd6cc", "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": "44552db1-d803-4323-b11e-4e2664bb8b71", "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": "YzBmZWY4YWM4MDQzNzZhYjhkMGI4YWRmNWEwY2QxOTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d735447e-08f4-4dac-abdd-077e0ada129f", "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": "a1c6473e-bb62-467b-99b5-a09cb9138b8f", "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": "8b65c846-9d97-4bff-8adc-808653a59918", "generatedFromUUID": "a1c6473e-bb62-467b-99b5-a09cb9138b8f" }, "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": "8b65c846-9d97-4bff-8adc-808653a59918", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjU4NTFlNjVkY2NkYjBmNzRlYWNiNzZlMDM5MjI2MjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af5ed254-b302-452a-9026-26e6bc59449e" } ], "workloadContext": "Production" } 2023-02-02T09:54:15.535Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T09:54:15.535Z|dd503a62-6e6d-4b4e-aa32-904084ff4b09|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c3fbee4b-b310-4fdb-9b21-415eb4d17607 ASDC 2023-02-02T09:54:15.536Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a81f64ac-63af-4452-bc5a-235dffbddb33 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c3fbee4b-b310-4fdb-9b21-415eb4d17607 ServiceInvariantUUID:255d7eb6-de83-41d0-bf9e-f2338a042d55 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:af5ed254-b302-452a-9026-26e6bc59449e ArtifactChecksum:NjU4NTFlNjVkY2NkYjBmNzRlYWNiNzZlMDM5MjI2MjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bc0c8200-ab08-47ab-b399-237531a0d6ea ResourceInvariantUUID:b7fa832b-add4-494f-939f-23b41e4a0a7e ResourceName:basic_cnf ResourceType:VF ResourceUUID:5469d897-b15f-49ed-82e6-0845273202fc 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:272d6807-d4a0-4d78-8a17-c5b7740dd6cc 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:44552db1-d803-4323-b11e-4e2664bb8b71 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:d735447e-08f4-4dac-abdd-077e0ada129f ArtifactChecksum:YzBmZWY4YWM4MDQzNzZhYjhkMGI4YWRmNWEwY2QxOTM= 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:a1c6473e-bb62-467b-99b5-a09cb9138b8f 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:8b65c846-9d97-4bff-8adc-808653a59918 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:8b65c846-9d97-4bff-8adc-808653a59918 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T09:54:15.537Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3fbee4b-b310-4fdb-9b21-415eb4d17607 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-02-02T09:54:15.771Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:54:15.772Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:54:15.772Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:54:15.772Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: af5ed254-b302-452a-9026-26e6bc59449e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-02T09:54:15.772Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:15.773Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:15.876Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:15.879Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar af5ed254-b302-452a-9026-26e6bc59449e 73987 2023-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:15.880Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331655879, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:16.881Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T09:54:16.882Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-02T09:54:16.882Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: af5ed254-b302-452a-9026-26e6bc59449e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-02T09:54:16.883Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-02T09:54:16.883Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-02T09:54:16.883Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-02T09:54:17.020Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15156292794560063491/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-02-02T09:54:18.192Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T09:54:18.192Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-02T09:54:18.193Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.194Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.195Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.196Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.197Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:18.197Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:18.197Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.197Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:18.197Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-02T09:54:18.198Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4cfbdeb-02b0-4e9b-b504-65a7f6fb40b0 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.199Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:18.200Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:18.200Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c3fbee4b-b310-4fdb-9b21-415eb4d17607 Model Version:NULL Model InvariantUuid:255d7eb6-de83-41d0-bf9e-f2338a042d55 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0e90d793-a7a1-48bc-8bce-d6cbfcf1db2d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b7fa832b-add4-494f-939f-23b41e4a0a7e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bc0c8200-ab08-47ab-b399-237531a0d6ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:31bc40fa-4ce1-49da-b445-d2c1dce6dd78 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5ac8416d-1f36-49fe-85cd-509900579588 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4cfbdeb-02b0-4e9b-b504-65a7f6fb40b0 ModelInvariantUuid:57d7e266-a90e-40cf-b162-a426d161297a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:55ea592e-1c1a-4742-8705-b2743c0a3364 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6ebcc67b-8ac6-45b8-9405-b204a777ab39 ModelInvariantUuid:5746bf0c-6d3e-4776-94b6-2ce2f2aa8cf5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c21baac8-ca3c-4a0c-a912-d2349af60110 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-02-02T09:54:18.248Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5469d897-b15f-49ed-82e6-0845273202fc 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-02-02T09:54:18.252Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-02-02T09:54:18.252Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5469d897-b15f-49ed-82e6-0845273202fc 2023-02-02T09:54:18.252Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 272d6807-d4a0-4d78-8a17-c5b7740dd6cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-02T09:54:18.252Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:18.252Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.322Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:18.322Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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 272d6807-d4a0-4d78-8a17-c5b7740dd6cc 12 2023-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:18.323Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331658323, "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-02-02T09:54:19.324Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 44552db1-d803-4323-b11e-4e2664bb8b71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-02T09:54:19.325Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:19.325Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:19.418Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:19.419Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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 44552db1-d803-4323-b11e-4e2664bb8b71 2688 2023-02-02T09:54:19.419Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:19.420Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:19.420Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:19.420Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:19.420Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:19.421Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331659419, "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-02-02T09:54:20.422Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d735447e-08f4-4dac-abdd-077e0ada129f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-02T09:54:20.423Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:20.423Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:20.488Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:20.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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 d735447e-08f4-4dac-abdd-077e0ada129f 828 2023-02-02T09:54:20.490Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:20.490Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:20.490Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:20.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:20.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:20.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331660490, "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-02-02T09:54:21.492Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "31bc40fa-4ce1-49da-b445-d2c1dce6dd78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5ac8416d-1f36-49fe-85cd-509900579588", "vfModuleModelCustomizationUUID": "79a2f99b-b14f-45f4-9b34-fa8be5cd6150", "isBase": true, "artifacts": [ "a1c6473e-bb62-467b-99b5-a09cb9138b8f", "44552db1-d803-4323-b11e-4e2664bb8b71", "8b65c846-9d97-4bff-8adc-808653a59918" ], "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-02-02T09:54:21.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5ac8416d-1f36-49fe-85cd-509900579588 VfModuleModelInvariantUUID:31bc40fa-4ce1-49da-b445-d2c1dce6dd78 VfModuleModelDescription:NULL Artifacts UUID List:{ a1c6473e-bb62-467b-99b5-a09cb9138b8f , 44552db1-d803-4323-b11e-4e2664bb8b71 , 8b65c846-9d97-4bff-8adc-808653a59918 } 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-02-02T09:54:21.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "31bc40fa-4ce1-49da-b445-d2c1dce6dd78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5ac8416d-1f36-49fe-85cd-509900579588", "vfModuleModelCustomizationUUID": "79a2f99b-b14f-45f4-9b34-fa8be5cd6150", "isBase": true, "artifacts": [ "a1c6473e-bb62-467b-99b5-a09cb9138b8f", "44552db1-d803-4323-b11e-4e2664bb8b71", "8b65c846-9d97-4bff-8adc-808653a59918" ], "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-02-02T09:54:21.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5ac8416d-1f36-49fe-85cd-509900579588 VfModuleModelInvariantUUID:31bc40fa-4ce1-49da-b445-d2c1dce6dd78 VfModuleModelDescription:NULL Artifacts UUID List:{ a1c6473e-bb62-467b-99b5-a09cb9138b8f , 44552db1-d803-4323-b11e-4e2664bb8b71 , 8b65c846-9d97-4bff-8adc-808653a59918 } 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-02-02T09:54:21.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a1c6473e-bb62-467b-99b5-a09cb9138b8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-02T09:54:21.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:21.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:21.575Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:21.576Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a1c6473e-bb62-467b-99b5-a09cb9138b8f 1164 2023-02-02T09:54:21.577Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:21.577Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:21.577Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:21.577Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:21.578Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:21.578Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331661576, "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-02-02T09:54:22.579Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b65c846-9d97-4bff-8adc-808653a59918 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-02T09:54:22.580Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-02T09:54:22.580Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:22.658Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-02T09:54:22.658Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8b65c846-9d97-4bff-8adc-808653a59918 200 2023-02-02T09:54:22.659Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:22.659Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:22.659Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T09:54:22.660Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:22.660Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:22.660Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331662659, "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-02-02T09:54:23.661Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c3fbee4b-b310-4fdb-9b21-415eb4d17607 2023-02-02T09:54:23.661Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5469d897-b15f-49ed-82e6-0845273202fc 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=? 2023-02-02T09:54:23.692Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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 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-02-02T09:54:23.724Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c3b377, org.onap.sdc.toscaparser.api.parameters.Input@3b64de50, org.onap.sdc.toscaparser.api.parameters.Input@155e0f8e, org.onap.sdc.toscaparser.api.parameters.Input@54f634c1, org.onap.sdc.toscaparser.api.parameters.Input@6d176d23] 2023-02-02T09:54:23.726Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.726Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.727Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-02-02T09:54:23.727Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bc0c8200-ab08-47ab-b399-237531a0d6ea 2023-02-02T09:54:23.727Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc0c8200-ab08-47ab-b399-237531a0d6ea matches Tosca VF Customization UUID: bc0c8200-ab08-47ab-b399-237531a0d6ea 2023-02-02T09:54:23.728Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bc0c8200-ab08-47ab-b399-237531a0d6ea 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-02-02T09:54:23.731Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.732Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.733Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bc0c8200-ab08-47ab-b399-237531a0d6ea: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-02T09:54:23.733Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@706e852b 2023-02-02T09:54:23.734Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.734Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:23.735Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79a2f99b-b14f-45f4-9b34-fa8be5cd6150 2023-02-02T09:54:23.735Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79a2f99b-b14f-45f4-9b34-fa8be5cd6150 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-02-02T09:54:23.740Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.740Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:23.741Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:23.741Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.742Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:23.742Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:23.742Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.743Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-02T09:54:23.743Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-02T09:54:23.743Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4cfbdeb-02b0-4e9b-b504-65a7f6fb40b0 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-02-02T09:54:23.748Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.748Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:23.749Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T09:54:23.749Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.749Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-02T09:54:23.750Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bc0c8200-ab08-47ab-b399-237531a0d6ea 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-02-02T09:54:23.754Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.754Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.754Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c3fbee4b-b310-4fdb-9b21-415eb4d17607: basic_cnf 2023-02-02T09:54:23.755Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.755Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.755Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.755Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.756Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.756Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.756Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.757Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:23.757Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T09:54:23.757Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T09:54:23.758Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:24.005Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5469d897-b15f-49ed-82e6-0845273202fc 1 ASDC deployResourceStructure 2023-02-02T09:54:24.006Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:24.006Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:24.007Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-02T09:54:24.007Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:24.007Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:24.008Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331664006, "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-02-02T09:54:25.009Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:25.010Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:25.010Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-02T09:54:25.011Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:25.011Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:25.011Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331665009, "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-02-02T09:54:26.014Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:26.014Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:26.015Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:54:26.015Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:26.015Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:26.016Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331666014, "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-02-02T09:54:27.017Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:27.017Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:27.018Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:54:27.019Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:27.019Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:27.019Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331667017, "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-02-02T09:54:28.020Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:28.021Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:28.021Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:54:28.022Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:28.022Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:28.022Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331668020, "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-02-02T09:54:29.023Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:29.024Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:29.024Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T09:54:29.025Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:54:29.025Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:54:29.026Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331669023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:54:30.027Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a81f64ac-63af-4452-bc5a-235dffbddb33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T09:54:30.039Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:54:30.042Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T09:54:30.042Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T09:54:30.042Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T09:54:30.043Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T09:54:30.043Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:54:30.043Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:54:30.043Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:54:30.043Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:54:30.044Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T09:54:30.044Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:54:30.066Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T09:55:00.067Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a81f64ac-63af-4452-bc5a-235dffbddb33 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-02-02T09:55:00.074Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a81f64ac-63af-4452-bc5a-235dffbddb33 and serviceModelVersionId: c3fbee4b-b310-4fdb-9b21-415eb4d17607 2023-02-02T09:55:00.074Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 255d7eb6-de83-41d0-bf9e-f2338a042d55 2023-02-02T09:55:00.075Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?depth=0 2023-02-02T09:55:00.079Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T09:55:00.126Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?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-02-02T09:55:00.127Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?depth=0|INFO|500||Invoke 2023-02-02T09:55:00.149Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T09:55:00.251Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?depth=0|INFO|500||InvokeReturn 2023-02-02T09:55:00.254Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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/255d7eb6-de83-41d0-bf9e-f2338a042d55/model-vers/model-ver/c3fbee4b-b310-4fdb-9b21-415eb4d17607?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 09:54:59 GMT], content-length=[0], vertex-id=[241832], x-aai-txid=[0-aai-resources-230202-09:54:59:974-61017], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T09:55:00.262Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-02-02T09:55:00.262Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T09:55:00.262Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:55:00.270Z|a81f64ac-63af-4452-bc5a-235dffbddb33|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-02-02T09:55:00.270Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a81f64ac-63af-4452-bc5a-235dffbddb33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T09:55:00.271Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T09:55:00.271Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-02T09:55:00.271Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T09:55:00.271Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331700270, "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-02-02T09:55:01.312Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:55:05.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:55:05.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:55:05.437Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "dd503a62-6e6d-4b4e-aa32-904084ff4b09", "consumerID": "SO-sdc-controller", "timestamp": 1675331645443, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T09:55:05.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:01.314Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:56:05.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:56:05.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.437Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:56:05.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.438Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T09:56:05.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331573288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331655879, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331658323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331659419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331660490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331661576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331662659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331664006, "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-02-02T09:56:05.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.445Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331665009, "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-02-02T09:56:05.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331666014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331667017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-02T09:56:05.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331668020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331669023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T09:56:05.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:56:05.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-02T09:56:05.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "a81f64ac-63af-4452-bc5a-235dffbddb33", "consumerID": "SO-sdc-controller", "timestamp": 1675331700270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T09:56:05.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T09:57:01.315Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:57:05.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:58:01.317Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:58:05.436Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T09:59:01.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T09:59:05.438Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:00:01.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:00:05.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:01:01.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:01:05.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:01:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:01:48.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0d540aa3-c6d2-48d8-b7bf-d55b55b6099e","serviceDescription":"service","serviceInvariantUUID":"68755e05-c2c7-4be0-9903-28a26c52dedc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42b2e648-3c36-41b7-9144-532857cc396f","resourceInvariantUUID":"273c380f-c083-4a6f-87ac-8d6d321c9f4e","resourceCustomizationUUID":"999b454e-61b7-4ec9-b415-45cfc3557465","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":"NGQ4YzcwZWY2ZTdjMmI4MGNlMWZiMzUzY2E4NzBmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fec002f-14b5-4fe4-96d1-429463737c06","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":"MDI5MzA2N2U0MmJiYzA0MDZhYjhjYjNmODk1YzkwM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b50f5cae-a15d-4d2c-a5a7-f51e9b6ade91","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":"a7b5ff80-8052-45a8-9387-8af35691e919","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":"4b536ab1-95d0-465f-8b97-8b8d47cff890","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":"b2a04524-2e70-467d-b37c-452b24ddab71","artifactVersion":"2","generatedFromUUID":"a7b5ff80-8052-45a8-9387-8af35691e919"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGYzMzg4MzI5MTU1YjNhZWE5NDZmYjkyZDM2MmEyOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cd799d0-db5c-4a6b-8806-d2d00a96a4d8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2VlOGVlYjg2NGQwNGFkZmIzMTkzYmUzZWVkOWVjNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e27c50d-15bc-4e0a-85da-fbcc868c2419","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:01:48.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:48.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:48.604Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:48.604Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "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-02-02T10:01:48.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-02T10:01:48.701Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:01:48.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:01:48.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-02T10:01:48.703Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:01:48.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:01:48.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-02T10:01:48.704Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:01:48.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:01:49.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:49.629Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:49.629Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:49.629Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "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-02-02T10:01:50.630Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:50.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:50.631Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:50.631Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "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-02-02T10:01:51.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:51.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:51.633Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:51.633Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "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-02-02T10:01:52.633Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:52.634Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:52.634Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:52.634Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "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-02-02T10:01:53.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:53.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:53.636Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:53.636Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:01:54.637Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:01:54.637Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:54.638Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:54.638Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:01:55.640Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "0d540aa3-c6d2-48d8-b7bf-d55b55b6099e", "serviceDescription": "service", "serviceInvariantUUID": "68755e05-c2c7-4be0-9903-28a26c52dedc", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "999b454e-61b7-4ec9-b415-45cfc3557465", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "42b2e648-3c36-41b7-9144-532857cc396f", "resourceInvariantUUID": "273c380f-c083-4a6f-87ac-8d6d321c9f4e", "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": "MDI5MzA2N2U0MmJiYzA0MDZhYjhjYjNmODk1YzkwM2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b50f5cae-a15d-4d2c-a5a7-f51e9b6ade91", "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": "a7b5ff80-8052-45a8-9387-8af35691e919", "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": "b2a04524-2e70-467d-b37c-452b24ddab71", "generatedFromUUID": "a7b5ff80-8052-45a8-9387-8af35691e919" }, "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": "b2a04524-2e70-467d-b37c-452b24ddab71", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2VlOGVlYjg2NGQwNGFkZmIzMTkzYmUzZWVkOWVjNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e27c50d-15bc-4e0a-85da-fbcc868c2419" } ], "workloadContext": "Production" } 2023-02-02T10:01:55.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:01:55.641Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d540aa3-c6d2-48d8-b7bf-d55b55b6099e ASDC 2023-02-02T10:01:55.642Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:0d540aa3-c6d2-48d8-b7bf-d55b55b6099e ServiceInvariantUUID:68755e05-c2c7-4be0-9903-28a26c52dedc 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:2e27c50d-15bc-4e0a-85da-fbcc868c2419 ArtifactChecksum:N2VlOGVlYjg2NGQwNGFkZmIzMTkzYmUzZWVkOWVjNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:999b454e-61b7-4ec9-b415-45cfc3557465 ResourceInvariantUUID:273c380f-c083-4a6f-87ac-8d6d321c9f4e ResourceName:basic_vm ResourceType:VF ResourceUUID:42b2e648-3c36-41b7-9144-532857cc396f 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:b50f5cae-a15d-4d2c-a5a7-f51e9b6ade91 ArtifactChecksum:MDI5MzA2N2U0MmJiYzA0MDZhYjhjYjNmODk1YzkwM2Q= 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:a7b5ff80-8052-45a8-9387-8af35691e919 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:b2a04524-2e70-467d-b37c-452b24ddab71 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:b2a04524-2e70-467d-b37c-452b24ddab71 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T10:01:55.642Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d540aa3-c6d2-48d8-b7bf-d55b55b6099e 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-02-02T10:01:55.955Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:01:55.957Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:01:55.957Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:01:55.957Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2e27c50d-15bc-4e0a-85da-fbcc868c2419 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-02T10:01:55.958Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-02T10:01:55.958Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-02T10:01:56.096Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-02T10:01:56.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2e27c50d-15bc-4e0a-85da-fbcc868c2419 75194 2023-02-02T10:01:56.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-02T10:01:56.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-02T10:01:56.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:01:56.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:56.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:56.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332116101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:01:57.106Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:01:57.107Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:01:57.107Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2e27c50d-15bc-4e0a-85da-fbcc868c2419, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:57.108Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-02T10:01:57.109Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:57.109Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:57.401Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1554428648867232576/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-02-02T10:01:58.686Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:01:58.686Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.687Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-02T10:01:58.688Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-02T10:01:58.688Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.688Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.688Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:01:58.689Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-02T10:01:58.689Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:01:58.690Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-02T10:01:58.691Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.692Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:01:58.693Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:01:58.693Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.693Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:01:58.693Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:01:58.693Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:01:58.694Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=37d1dc64-b8d6-4772-a7ff-07b205af6a92 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.695Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.696Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:01:58.696Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:01:58.696Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:0d540aa3-c6d2-48d8-b7bf-d55b55b6099e Model Version:NULL Model InvariantUuid:68755e05-c2c7-4be0-9903-28a26c52dedc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b92b9f0a-cc1f-4871-954e-a379cf8f3e3c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:273c380f-c083-4a6f-87ac-8d6d321c9f4e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:999b454e-61b7-4ec9-b415-45cfc3557465 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:498d45b1-a292-4d47-a43b-8d3db26d53fa ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:976cae2a-6737-42a3-bc6e-75a70ac2fb92 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:37d1dc64-b8d6-4772-a7ff-07b205af6a92 ModelInvariantUuid:5c53e03a-c24f-4608-a09a-fbe05bf6e64b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:50c0028f-dcc6-408d-b403-6006a301c715 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e4368b52-d11a-48a1-bbac-5b74799f73f3 ModelInvariantUuid:8c10e9e8-2947-4ddd-b7ee-98db0d623c18 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f96859c5-dc62-465a-b5c1-11059754dda5 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-02-02T10:01:58.712Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 42b2e648-3c36-41b7-9144-532857cc396f 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-02-02T10:01:58.723Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||basic_vm 0 2023-02-02T10:01:58.724Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42b2e648-3c36-41b7-9144-532857cc396f 2023-02-02T10:01:58.724Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b50f5cae-a15d-4d2c-a5a7-f51e9b6ade91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-02T10:01:58.724Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-02T10:01:58.724Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-02T10:01:58.798Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-02T10:01:58.799Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b50f5cae-a15d-4d2c-a5a7-f51e9b6ade91 787 2023-02-02T10:01:58.799Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-02T10:01:58.799Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-02T10:01:58.799Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:01:58.800Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:58.800Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:58.800Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332118799, "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-02-02T10:01:59.801Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "498d45b1-a292-4d47-a43b-8d3db26d53fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "976cae2a-6737-42a3-bc6e-75a70ac2fb92", "vfModuleModelCustomizationUUID": "a88d47ec-5114-44bf-88eb-f0097691ec28", "isBase": true, "artifacts": [ "a7b5ff80-8052-45a8-9387-8af35691e919", "b2a04524-2e70-467d-b37c-452b24ddab71" ], "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-02-02T10:01:59.805Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:976cae2a-6737-42a3-bc6e-75a70ac2fb92 VfModuleModelInvariantUUID:498d45b1-a292-4d47-a43b-8d3db26d53fa VfModuleModelDescription:NULL Artifacts UUID List:{ a7b5ff80-8052-45a8-9387-8af35691e919 , b2a04524-2e70-467d-b37c-452b24ddab71 } 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-02-02T10:01:59.807Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "498d45b1-a292-4d47-a43b-8d3db26d53fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "976cae2a-6737-42a3-bc6e-75a70ac2fb92", "vfModuleModelCustomizationUUID": "a88d47ec-5114-44bf-88eb-f0097691ec28", "isBase": true, "artifacts": [ "a7b5ff80-8052-45a8-9387-8af35691e919", "b2a04524-2e70-467d-b37c-452b24ddab71" ], "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-02-02T10:01:59.807Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:976cae2a-6737-42a3-bc6e-75a70ac2fb92 VfModuleModelInvariantUUID:498d45b1-a292-4d47-a43b-8d3db26d53fa VfModuleModelDescription:NULL Artifacts UUID List:{ a7b5ff80-8052-45a8-9387-8af35691e919 , b2a04524-2e70-467d-b37c-452b24ddab71 } 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-02-02T10:01:59.807Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a7b5ff80-8052-45a8-9387-8af35691e919 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-02T10:01:59.807Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-02T10:01:59.807Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-02T10:01:59.902Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-02T10:01:59.904Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a7b5ff80-8052-45a8-9387-8af35691e919 5033 2023-02-02T10:01:59.905Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-02T10:01:59.905Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-02T10:01:59.905Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:01:59.905Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:01:59.906Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:01:59.906Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332119905, "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-02-02T10:02:00.908Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2a04524-2e70-467d-b37c-452b24ddab71 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-02T10:02:00.908Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-02T10:02:00.909Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-02T10:02:00.976Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-02T10:02:00.977Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b2a04524-2e70-467d-b37c-452b24ddab71 903 2023-02-02T10:02:00.979Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-02T10:02:00.979Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-02T10:02:00.979Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:02:00.980Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:02:00.980Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:02:00.980Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332120979, "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-02-02T10:02:01.982Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0d540aa3-c6d2-48d8-b7bf-d55b55b6099e 2023-02-02T10:02:01.983Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 42b2e648-3c36-41b7-9144-532857cc396f 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-02-02T10:02:02.090Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@289a5d6a, org.onap.sdc.toscaparser.api.parameters.Input@7888cc91, org.onap.sdc.toscaparser.api.parameters.Input@4c70c892, org.onap.sdc.toscaparser.api.parameters.Input@212f5c14, org.onap.sdc.toscaparser.api.parameters.Input@5ba42456] 2023-02-02T10:02:02.092Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.093Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.093Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-02-02T10:02:02.093Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 999b454e-61b7-4ec9-b415-45cfc3557465 2023-02-02T10:02:02.093Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 999b454e-61b7-4ec9-b415-45cfc3557465 matches Tosca VF Customization UUID: 999b454e-61b7-4ec9-b415-45cfc3557465 2023-02-02T10:02:02.093Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 999b454e-61b7-4ec9-b415-45cfc3557465 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-02-02T10:02:02.099Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.100Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 999b454e-61b7-4ec9-b415-45cfc3557465: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-02T10:02:02.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@749cc19a 2023-02-02T10:02:02.101Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:02:02.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a88d47ec-5114-44bf-88eb-f0097691ec28 2023-02-02T10:02:02.102Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a88d47ec-5114-44bf-88eb-f0097691ec28 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-02-02T10:02:02.126Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.126Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:02:02.127Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:02:02.127Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.127Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:02:02.127Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:02:02.128Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.128Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-02T10:02:02.128Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-02T10:02:02.128Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:02:02.128Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=37d1dc64-b8d6-4772-a7ff-07b205af6a92 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-02-02T10:02:02.142Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.142Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:02:02.142Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:02:02.143Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.143Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-02T10:02:02.143Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=999b454e-61b7-4ec9-b415-45cfc3557465 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-02-02T10:02:02.150Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.150Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.150Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0d540aa3-c6d2-48d8-b7bf-d55b55b6099e: basic_vm 2023-02-02T10:02:02.150Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.151Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.152Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.152Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:02:02.152Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:02:02.152Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-02T10:02:02.461Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 42b2e648-3c36-41b7-9144-532857cc396f 1 ASDC deployResourceStructure 2023-02-02T10:02:02.461Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-02T10:02:02.462Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-02T10:02:02.462Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:02:02.462Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:02:02.462Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:02:02.462Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332122461, "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-02-02T10:02:03.464Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-02T10:02:03.464Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-02T10:02:03.464Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:02:03.464Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:02:03.465Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:02:03.465Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332123464, "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-02-02T10:02:04.466Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-02T10:02:04.466Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-02T10:02:04.466Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:02:04.467Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:02:04.467Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:02:04.467Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332124466, "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-02-02T10:02:05.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:02:05.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:02:05.437Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:02:05.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:02:05.468Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-02T10:02:05.468Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-02T10:02:05.468Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:02:05.468Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:02:05.468Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:02:05.469Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332125468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:02:06.469Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:02:06.502Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:02:06.505Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:02:06.505Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:02:06.505Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:02:36.505Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:02:36.516Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:02:36.518Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:02:36.518Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:02:36.518Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:03:05.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:03:05.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:03:05.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.442Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332088539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332061323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332103199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332099787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.448Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332068758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332115821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.449Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332114736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332115647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332115802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332116101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332116825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.451Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "cds-sdc-listener", "timestamp": 1675332116687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:03:05.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 2023-02-02T10:03:05.456Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:03:05.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.464Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332116904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.464Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "policy-distribution", "timestamp": 1675332117827, "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-02-02T10:03:05.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 2023-02-02T10:03:05.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:03:05.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332117986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332118799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.473Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332119083, "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-02-02T10:03:05.482Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 2023-02-02T10:03:05.482Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:03:05.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332119905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "multicloud-k8s", "timestamp": 1675332120085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332120979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332122461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332123464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:05.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:03:05.488Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332124466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-02T10:03:05.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:03:06.518Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:03:06.526Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:03:06.534Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:03:06.534Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:03:06.534Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:03:36.536Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:03:36.544Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:03:36.546Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:03:36.546Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:03:36.546Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:04:05.438Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:04:05.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332125468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:04:05.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.443Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.444Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.445Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332129941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:04:05.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.447Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "aai-model-loader", "timestamp": 1675332130943, "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-02-02T10:04:05.452Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 2023-02-02T10:04:05.452Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:04:05.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.471Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:04:05.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332125733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:04:05.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.472Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332133819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:04:05.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.473Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332139451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:04:05.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:04:05.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:04:05.474Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675332140513, "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-02-02T10:04:05.477Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 2023-02-02T10:04:05.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:04:06.546Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:04:06.558Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:04:06.560Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:04:06.560Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:04:06.560Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:04:06.560Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:04:06.560Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:04:06.561Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:04:06.561Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:04:06.561Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:04:06.561Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:04:06.561Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:04:06.563Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:04:36.564Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f 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-02-02T10:04:36.568Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f and serviceModelVersionId: 0d540aa3-c6d2-48d8-b7bf-d55b55b6099e 2023-02-02T10:04:36.569Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68755e05-c2c7-4be0-9903-28a26c52dedc 2023-02-02T10:04:36.570Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?depth=0 2023-02-02T10:04:36.576Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:04:36.636Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?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-02-02T10:04:36.638Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?depth=0|INFO|500||Invoke 2023-02-02T10:04:36.664Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:04:36.780Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?depth=0|INFO|500||InvokeReturn 2023-02-02T10:04:36.781Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68755e05-c2c7-4be0-9903-28a26c52dedc/model-vers/model-ver/0d540aa3-c6d2-48d8-b7bf-d55b55b6099e?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:04:36 GMT], content-length=[0], vertex-id=[258216], x-aai-txid=[2-aai-resources-230202-10:04:36:465-1210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:04:36.782Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:04:36.782Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:04:36.782Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-02T10:04:36.788Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-02T10:04:36.789Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:04:36.789Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:04:36.789Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:04:36.789Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:04:36.790Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332276789, "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-02-02T10:04:37.814Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:05:05.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:05:05.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-02T10:05:05.446Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f", "consumerID": "SO-sdc-controller", "timestamp": 1675332276789, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:05:05.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:05:37.816Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:06:05.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:06:37.817Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:07:05.436Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:07:37.818Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:08:05.437Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:08:37.820Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:09:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:09:37.822Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:10:05.440Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:10:37.823Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:11:05.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:11:37.824Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:12:05.446Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:12:37.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:13:05.446Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:13:37.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:14:05.448Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:14:37.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:15:05.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:15:37.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:16:05.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:16:37.830Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:17:05.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:34.014Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:17:34.015Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7a402e20-c3b0-4527-8b27-afda0417d6b7","serviceName":"Demo_pNF_GCcZ7VMauVZzJJLMkFb1","serviceVersion":"1.0","serviceUUID":"6fa7a5c4-78b9-48d4-9007-f678b628b843","serviceDescription":"catalog service description","serviceInvariantUUID":"c8dba027-5e1a-4b2a-bd70-9645c0285fbb","resources":[{"resourceInstanceName":"pNF 238b9d1c-db1d 0","resourceName":"pNF 238b9d1c-db1d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8bf87e77-56f7-43ff-8a8c-e20cbb972e99","resourceInvariantUUID":"0d06596f-d66f-4873-a2cd-959f210d9c14","resourceCustomizationUUID":"18171682-5ed5-4bc0-8b20-855fc84194ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml","artifactChecksum":"ZTgwMjI5NmM0ZjBjYzYxMTgwMmY5OTZiZTg0ZTZkYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"237a2a9c-930e-408a-a574-4ff77db62794","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar","artifactChecksum":"ZmE5ZjMzYWYxNGJhYmQwMTllZGM0YmQ4NDI3OWE1MTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d833c85f-7de4-475c-95ac-9840f012102a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7611e91-e9da-4631-81a0-3d8b2b4471f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml","artifactChecksum":"OTljMDlkMWQ1NGIwNTZjYTg2MmQwZGY5ZjNhZWEyOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00b1dafb-6388-4aa5-b317-b99a5076cced","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22bc4adb-d23e-44c0-8b57-1489bf0a71af","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"199c5f77-6a04-4f10-8a6c-27dd29004a44","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml","artifactChecksum":"MTJmNTFmYTJmOTJiOGUyYTI3OWUzNDNhNDA1M2Q4MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6128795a-3f13-4b4b-8d5a-bd80c619539e","artifactVersion":"1"},{"artifactName":"service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar","artifactChecksum":"NDZiNWJjMGM4NTEwMWUyOWE1ODg4MDQwOTU3ZjExYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4d3ad92-8ed2-4285-a3de-e948e4f529de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:17:34.042Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:34.048Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:34.048Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:34.049Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:34.059Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.059Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.059Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.060Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.060Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.060Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:17:34.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:17:34.074Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:17:34.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:17:35.062Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:35.063Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:35.063Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:35.064Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:36.065Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:36.066Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:36.066Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:36.066Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:37.067Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:37.068Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:37.069Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:37.069Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:38.070Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:38.073Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:38.073Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:38.074Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:39.074Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:39.076Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:39.077Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:39.078Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:40.079Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:40.079Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:40.079Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:40.080Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:41.082Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:17:41.083Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:41.083Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:41.084Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:42.085Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "serviceName": "Demo_pNF_GCcZ7VMauVZzJJLMkFb1", "serviceVersion": "1.0", "serviceUUID": "6fa7a5c4-78b9-48d4-9007-f678b628b843", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c8dba027-5e1a-4b2a-bd70-9645c0285fbb", "resources": [ { "resourceInstanceName": "pNF 238b9d1c-db1d 0", "resourceCustomizationUUID": "18171682-5ed5-4bc0-8b20-855fc84194ea", "resourceName": "pNF 238b9d1c-db1d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8bf87e77-56f7-43ff-8a8c-e20cbb972e99", "resourceInvariantUUID": "0d06596f-d66f-4873-a2cd-959f210d9c14", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "artifactChecksum": "NDZiNWJjMGM4NTEwMWUyOWE1ODg4MDQwOTU3ZjExYjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4d3ad92-8ed2-4285-a3de-e948e4f529de" } ], "workloadContext": "Production" } 2023-02-02T10:17:42.086Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:17:42.086Z|bb6a0dfa-aaf3-4cbe-81e2-dd1bb5e8539f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6fa7a5c4-78b9-48d4-9007-f678b628b843 ASDC 2023-02-02T10:17:42.087Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7a402e20-c3b0-4527-8b27-afda0417d6b7 ServiceName:Demo_pNF_GCcZ7VMauVZzJJLMkFb1 ServiceVersion:1.0 ServiceUUID:6fa7a5c4-78b9-48d4-9007-f678b628b843 ServiceInvariantUUID:c8dba027-5e1a-4b2a-bd70-9645c0285fbb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar ArtifactUUID:a4d3ad92-8ed2-4285-a3de-e948e4f529de ArtifactChecksum:NDZiNWJjMGM4NTEwMWUyOWE1ODg4MDQwOTU3ZjExYjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 238b9d1c-db1d 0 ResourceCustomizationUUID:18171682-5ed5-4bc0-8b20-855fc84194ea ResourceInvariantUUID:0d06596f-d66f-4873-a2cd-959f210d9c14 ResourceName:pNF 238b9d1c-db1d ResourceType:PNF ResourceUUID:8bf87e77-56f7-43ff-8a8c-e20cbb972e99 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-02T10:17:42.087Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fa7a5c4-78b9-48d4-9007-f678b628b843 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-02-02T10:17:42.214Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:17:42.216Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:17:42.216Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:17:42.216Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4d3ad92-8ed2-4285-a3de-e948e4f529de from URL: /sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:42.216Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-02T10:17:42.217Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:42.316Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-02T10:17:42.325Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar a4d3ad92-8ed2-4285-a3de-e948e4f529de 88023 2023-02-02T10:17:42.325Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar ASDC sendASDCNotification 2023-02-02T10:17:42.325Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:42.325Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:17:42.326Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:42.326Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:42.326Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333062325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:43.328Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:17:43.329Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-02T10:17:43.329Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a4d3ad92-8ed2-4285-a3de-e948e4f529de, URL: /sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar to file: /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:43.330Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:43.331Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:43.331Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:43.581Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16208068981155791998/Definitions/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml 2023-02-02T10:17:44.489Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 238b9d1c-db1d 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-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-02T10:17:44.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Node template pNF 238b9d1c-db1d 0 is matching search criteria 2023-02-02T10:17:44.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-02T10:17:44.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 238b9d1c-db1d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:17:44.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Node template pNF 238b9d1c-db1d 0 is matching search criteria 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 238b9d1c-db1d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.495Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_GCcZ7VMauVZzJJLMkFb1 Description:catalog service description Model UUID:6fa7a5c4-78b9-48d4-9007-f678b628b843 Model Version:NULL Model InvariantUuid:c8dba027-5e1a-4b2a-bd70-9645c0285fbb 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-02-02T10:17:44.500Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8bf87e77-56f7-43ff-8a8c-e20cbb972e99 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-02-02T10:17:44.504Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||pNF 238b9d1c-db1d 0 2023-02-02T10:17:44.504Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8bf87e77-56f7-43ff-8a8c-e20cbb972e99 2023-02-02T10:17:44.504Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 6fa7a5c4-78b9-48d4-9007-f678b628b843 2023-02-02T10:17:44.504Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6fa7a5c4-78b9-48d4-9007-f678b628b843 2023-02-02T10:17:44.504Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 238b9d1c-db1d 0 8bf87e77-56f7-43ff-8a8c-e20cbb972e99 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-02-02T10:17:44.508Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72556894, org.onap.sdc.toscaparser.api.parameters.Input@5a0bc99d, org.onap.sdc.toscaparser.api.parameters.Input@39719bb0, org.onap.sdc.toscaparser.api.parameters.Input@438dfa14, org.onap.sdc.toscaparser.api.parameters.Input@1a452b39] 2023-02-02T10:17:44.508Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.508Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.508Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6fa7a5c4-78b9-48d4-9007-f678b628b843: pNF 238b9d1c-db1d 2023-02-02T10:17:44.509Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Processing PNF resource: 8bf87e77-56f7-43ff-8a8c-e20cbb972e99 2023-02-02T10:17:44.509Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:17:44.509Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GCcZ7VMauVZzJJLMkFb1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:17:44.509Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Resource customization UUID: 18171682-5ed5-4bc0-8b20-855fc84194ea is the same as notified resource customizationUUID: 18171682-5ed5-4bc0-8b20-855fc84194ea 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-02-02T10:17:44.542Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 238b9d1c-db1d 8bf87e77-56f7-43ff-8a8c-e20cbb972e99 0 ASDC deployResourceStructure 2023-02-02T10:17:44.542Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar ASDC sendASDCNotification 2023-02-02T10:17:44.542Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar 2023-02-02T10:17:44.542Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:17:44.543Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:17:44.543Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:17:44.543Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333064542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:17:45.544Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:17:45.558Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:17:45.559Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:17:45.559Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:17:45.559Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:18:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:18:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:18:05.436Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:18:05.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:18:15.560Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:18:15.566Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:18:15.567Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:18:15.567Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:18:15.567Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:18:45.567Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:18:45.573Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:18:45.574Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:18:45.575Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:18:45.575Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:19:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:19:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.437Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.440Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.442Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.448Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333048539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675332997830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333048859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333017770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "multicloud-k8s", "timestamp": 1675333051276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/resourceInstances/pnf238b9d1cdb1d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333061052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333062194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333061865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333062325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:19:05.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.470Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333063198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:19:05.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.477Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "cds-sdc-listener", "timestamp": 1675333062873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-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-02-02T10:19:05.481Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a402e20-c3b0-4527-8b27-afda0417d6b7 2023-02-02T10:19:05.481Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:05.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333055746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:19:05.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "policy-distribution", "timestamp": 1675333064200, "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-02-02T10:19:05.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a402e20-c3b0-4527-8b27-afda0417d6b7 2023-02-02T10:19:05.503Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:05.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333064542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333064973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333068850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:19:05.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.559Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333069973, "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-02-02T10:19:05.563Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a402e20-c3b0-4527-8b27-afda0417d6b7 2023-02-02T10:19:05.563Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:05.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.586Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333072907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGccz7vmauvzzjjlmkfb1/1.0/artifacts/service-DemoPnfGccz7vmauvzzjjlmkfb1-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:19:05.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:19:05.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:19:05.586Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "aai-model-loader", "timestamp": 1675333073909, "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-02-02T10:19:05.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a402e20-c3b0-4527-8b27-afda0417d6b7 2023-02-02T10:19:05.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:15.575Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:19:15.590Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:15.592Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:19:15.592Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:19:15.592Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:19:15.593Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:19:15.594Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:19:15.596Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:19:45.598Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 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-02-02T10:19:45.605Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a402e20-c3b0-4527-8b27-afda0417d6b7 and serviceModelVersionId: 6fa7a5c4-78b9-48d4-9007-f678b628b843 2023-02-02T10:19:45.605Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8dba027-5e1a-4b2a-bd70-9645c0285fbb 2023-02-02T10:19:45.606Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0 2023-02-02T10:19:45.611Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:19:45.658Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0|INFO|500||Invoke 2023-02-02T10:19:45.659Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a402e20-c3b0-4527-8b27-afda0417d6b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[deea92d3-4853-46c4-b9d5-660e12206b21], X-ECOMP-RequestID=[7a402e20-c3b0-4527-8b27-afda0417d6b7], X-TransactionId=[], X-ONAP-RequestID=[7a402e20-c3b0-4527-8b27-afda0417d6b7], Content-Type=[application/merge-patch+json]} 2023-02-02T10:19:45.680Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:19:45.782Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?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/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:19:45 GMT], content-length=[0], vertex-id=[241680], x-aai-txid=[2-aai-resources-230202-10:19:45:454-91689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:19:45.782Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:19:45.783Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8dba027-5e1a-4b2a-bd70-9645c0285fbb/model-vers/model-ver/6fa7a5c4-78b9-48d4-9007-f678b628b843?depth=0|INFO|500||InvokeReturn 2023-02-02T10:19:45.784Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:19:45.784Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-02T10:19:45.791Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-02T10:19:45.792Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a402e20-c3b0-4527-8b27-afda0417d6b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:19:45.792Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:19:45.792Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:19:45.793Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:19:45.793Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333185792, "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-02-02T10:19:46.805Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:20:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:20:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-02T10:20:05.439Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "7a402e20-c3b0-4527-8b27-afda0417d6b7", "consumerID": "SO-sdc-controller", "timestamp": 1675333185792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:20:05.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:20:46.806Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:21:05.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:21:46.810Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:22:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:22:46.811Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:23:05.437Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:23:46.813Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:24:05.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:24:46.815Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:25:05.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:25:46.815Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:26:05.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:26:46.818Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:27:05.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:27:46.818Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:28:05.444Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:28:46.819Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:29:05.445Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:29:46.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:30:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:30:46.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:31:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:31:46.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:32:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-02T10:32:19.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c98b31c7-344b-4fec-9e80-493b63e7fcce","serviceName":"Demo_pNF_jLCQTlOuSL3FIiBu4lL9","serviceVersion":"1.0","serviceUUID":"853df99e-6ab1-4752-ac35-0c34fffe3572","serviceDescription":"catalog service description","serviceInvariantUUID":"15b02b5c-26b4-41bd-b2c4-ea2677b87b93","resources":[{"resourceInstanceName":"pNF d2f54cc1-06bd 0","resourceName":"pNF d2f54cc1-06bd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf12fc57-e6f1-4d0f-aa02-c1681bfe582f","resourceInvariantUUID":"c6ce9ddb-fcbb-45f1-b1c9-27a89d94fda4","resourceCustomizationUUID":"9861ac2e-b1d2-4592-968f-2583aa956f86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml","artifactChecksum":"MTYxYjVlYTc2NjlkNTkzYjc2YzQzNzBjN2Q4YWZkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20c32962-1ea3-4560-9e29-4cc9e466afe4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar","artifactChecksum":"ZmE5ZjMzYWYxNGJhYmQwMTllZGM0YmQ4NDI3OWE1MTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b71b368-bcbc-4dc0-8b07-2df98166aaa0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03452e49-67ab-4f68-a382-57257917d9d9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml","artifactChecksum":"NzFkMDkwMmE3ZmMwZjM5YTY5NGIzZTdkYTk3N2NlMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6fbe80f7-f378-42dd-aa84-7c7d183d26ea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97ac1346-cd7d-4200-8ae1-be9aa6c4e778","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9742c38-54db-4314-9a47-b806025cfce2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml","artifactChecksum":"YmZlNzBlY2NjZmEzMTU3OGVhNzU4YWVkOTZiNTNmZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e0d023c-27de-4ee3-bc46-50158a333ad4","artifactVersion":"1"},{"artifactName":"service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar","artifactChecksum":"ZTUwNGY1ZjA1N2VjZWFiMTI3MTJlZWM5YWE1MzU4Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e833dd34-00e2-4ed8-b46f-f1e567d80736","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:32:19.758Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:19.759Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:19.759Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:19.759Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:19.771Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.773Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.773Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:32:19.804Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:32:19.805Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:32:19.806Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:32:20.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:20.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:20.777Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:20.778Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:21.779Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:21.779Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:21.779Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:21.780Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:22.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:22.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:22.781Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:22.781Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:23.782Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:23.782Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:23.783Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:23.783Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:24.783Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:24.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:24.784Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:24.784Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:25.788Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:25.788Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:25.788Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:25.789Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:26.790Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:32:26.790Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:26.790Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:26.791Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:27.794Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "serviceName": "Demo_pNF_jLCQTlOuSL3FIiBu4lL9", "serviceVersion": "1.0", "serviceUUID": "853df99e-6ab1-4752-ac35-0c34fffe3572", "serviceDescription": "catalog service description", "serviceInvariantUUID": "15b02b5c-26b4-41bd-b2c4-ea2677b87b93", "resources": [ { "resourceInstanceName": "pNF d2f54cc1-06bd 0", "resourceCustomizationUUID": "9861ac2e-b1d2-4592-968f-2583aa956f86", "resourceName": "pNF d2f54cc1-06bd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cf12fc57-e6f1-4d0f-aa02-c1681bfe582f", "resourceInvariantUUID": "c6ce9ddb-fcbb-45f1-b1c9-27a89d94fda4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "artifactChecksum": "ZTUwNGY1ZjA1N2VjZWFiMTI3MTJlZWM5YWE1MzU4Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e833dd34-00e2-4ed8-b46f-f1e567d80736" } ], "workloadContext": "Production" } 2023-02-02T10:32:27.795Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:32:27.795Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 853df99e-6ab1-4752-ac35-0c34fffe3572 ASDC 2023-02-02T10:32:27.797Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c98b31c7-344b-4fec-9e80-493b63e7fcce ServiceName:Demo_pNF_jLCQTlOuSL3FIiBu4lL9 ServiceVersion:1.0 ServiceUUID:853df99e-6ab1-4752-ac35-0c34fffe3572 ServiceInvariantUUID:15b02b5c-26b4-41bd-b2c4-ea2677b87b93 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar ArtifactUUID:e833dd34-00e2-4ed8-b46f-f1e567d80736 ArtifactChecksum:ZTUwNGY1ZjA1N2VjZWFiMTI3MTJlZWM5YWE1MzU4Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d2f54cc1-06bd 0 ResourceCustomizationUUID:9861ac2e-b1d2-4592-968f-2583aa956f86 ResourceInvariantUUID:c6ce9ddb-fcbb-45f1-b1c9-27a89d94fda4 ResourceName:pNF d2f54cc1-06bd ResourceType:PNF ResourceUUID:cf12fc57-e6f1-4d0f-aa02-c1681bfe582f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-02T10:32:27.797Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 853df99e-6ab1-4752-ac35-0c34fffe3572 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-02-02T10:32:27.878Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:32:27.879Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-02T10:32:27.879Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-02T10:32:27.880Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e833dd34-00e2-4ed8-b46f-f1e567d80736 from URL: /sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:27.880Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-02T10:32:27.881Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:27.983Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-02T10:32:27.987Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar e833dd34-00e2-4ed8-b46f-f1e567d80736 88015 2023-02-02T10:32:27.987Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar ASDC sendASDCNotification 2023-02-02T10:32:27.988Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:27.988Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:32:27.988Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:27.988Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:27.988Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333947987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:28.989Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:32:28.990Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-02T10:32:28.991Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e833dd34-00e2-4ed8-b46f-f1e567d80736, URL: /sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar to file: /app/ASDC/1/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:28.991Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:28.992Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:28.992Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:29.222Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3399766546811813310/Definitions/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml 2023-02-02T10:32:30.077Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:32:30.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-02T10:32:30.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T10:32:30.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f54cc1-06bd 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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-02T10:32:30.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.080Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.080Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f54cc1-06bd 0 is matching search criteria 2023-02-02T10:32:30.080Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-02T10:32:30.080Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f54cc1-06bd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:32:30.080Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f54cc1-06bd 0 is matching search criteria 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f54cc1-06bd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.082Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.083Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jLCQTlOuSL3FIiBu4lL9 Description:catalog service description Model UUID:853df99e-6ab1-4752-ac35-0c34fffe3572 Model Version:NULL Model InvariantUuid:15b02b5c-26b4-41bd-b2c4-ea2677b87b93 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-02-02T10:32:30.089Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf12fc57-e6f1-4d0f-aa02-c1681bfe582f 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-02-02T10:32:30.093Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||pNF d2f54cc1-06bd 0 2023-02-02T10:32:30.093Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf12fc57-e6f1-4d0f-aa02-c1681bfe582f 2023-02-02T10:32:30.094Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 853df99e-6ab1-4752-ac35-0c34fffe3572 2023-02-02T10:32:30.094Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 853df99e-6ab1-4752-ac35-0c34fffe3572 2023-02-02T10:32:30.094Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d2f54cc1-06bd 0 cf12fc57-e6f1-4d0f-aa02-c1681bfe582f 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-02-02T10:32:30.097Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ebb75e, org.onap.sdc.toscaparser.api.parameters.Input@aef94f5, org.onap.sdc.toscaparser.api.parameters.Input@402e2e63, org.onap.sdc.toscaparser.api.parameters.Input@673b3c5f, org.onap.sdc.toscaparser.api.parameters.Input@2c2126a1] 2023-02-02T10:32:30.097Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.097Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.098Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 853df99e-6ab1-4752-ac35-0c34fffe3572: pNF d2f54cc1-06bd 2023-02-02T10:32:30.098Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Processing PNF resource: cf12fc57-e6f1-4d0f-aa02-c1681bfe582f 2023-02-02T10:32:30.098Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:32:30.098Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jLCQTlOuSL3FIiBu4lL9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:32:30.098Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9861ac2e-b1d2-4592-968f-2583aa956f86 is the same as notified resource customizationUUID: 9861ac2e-b1d2-4592-968f-2583aa956f86 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-02-02T10:32:30.125Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d2f54cc1-06bd cf12fc57-e6f1-4d0f-aa02-c1681bfe582f 0 ASDC deployResourceStructure 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar ASDC sendASDCNotification 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:32:30.126Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333950126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:32:31.127Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:32:31.137Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:32:31.138Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:32:31.138Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:32:31.138Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:33:01.138Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:33:01.186Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:33:01.189Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:33:01.189Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:33:01.189Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:33:05.435Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:33:05.437Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:33:05.437Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:33:05.438Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:33:31.190Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:33:31.213Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:33:31.214Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:33:31.214Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:33:31.215Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:34:01.215Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:34:01.238Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:01.239Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:34:01.240Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:34:01.240Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:34:05.436Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:34:05.439Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.457Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.457Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.457Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.457Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.458Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.458Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.458Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333935235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.458Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.458Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.459Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333906821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.459Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.459Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.459Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333903902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.459Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.460Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.460Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "multicloud-k8s", "timestamp": 1675333932154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.460Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.460Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.460Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333947946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:34:05.461Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.461Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.461Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333947987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:34:05.461Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333948129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:34:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333948952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:34:05.463Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.463Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.463Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "cds-sdc-listener", "timestamp": 1675333949141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-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-02-02T10:34:05.471Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c98b31c7-344b-4fec-9e80-493b63e7fcce 2023-02-02T10:34:05.471Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:05.478Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.479Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.479Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.479Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.480Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "policy-distribution", "timestamp": 1675333949954, "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-02-02T10:34:05.482Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c98b31c7-344b-4fec-9e80-493b63e7fcce 2023-02-02T10:34:05.483Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:05.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675333950126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:34:05.492Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.492Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.492Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.493Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.493Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.493Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.493Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.493Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.494Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.494Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.494Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.494Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333948539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333956807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:34:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/resourceInstances/pnfd2f54cc106bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:34:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333955734, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:34:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333964900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:34:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333967180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:34:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333968523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJlcqtlousl3fiibu4ll9/1.0/artifacts/service-DemoPnfJlcqtlousl3fiibu4ll9-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:34:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:34:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "aai-model-loader", "timestamp": 1675333968181, "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-02-02T10:34:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c98b31c7-344b-4fec-9e80-493b63e7fcce 2023-02-02T10:34:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:05.527Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:34:05.527Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675333969538, "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-02-02T10:34:05.530Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c98b31c7-344b-4fec-9e80-493b63e7fcce 2023-02-02T10:34:05.530Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:31.240Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:34:31.265Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:34:31.267Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:34:31.267Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:34:31.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:34:31.269Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-02-02T10:34:31.273Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:35:01.273Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c98b31c7-344b-4fec-9e80-493b63e7fcce 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-02-02T10:35:01.284Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c98b31c7-344b-4fec-9e80-493b63e7fcce and serviceModelVersionId: 853df99e-6ab1-4752-ac35-0c34fffe3572 2023-02-02T10:35:01.284Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15b02b5c-26b4-41bd-b2c4-ea2677b87b93 2023-02-02T10:35:01.286Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?depth=0 2023-02-02T10:35:01.296Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:35:01.356Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?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-02-02T10:35:01.360Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?depth=0|INFO|500||Invoke 2023-02-02T10:35:01.390Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:35:01.503Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?depth=0|INFO|500||InvokeReturn 2023-02-02T10:35:01.504Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15b02b5c-26b4-41bd-b2c4-ea2677b87b93/model-vers/model-ver/853df99e-6ab1-4752-ac35-0c34fffe3572?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:35:01 GMT], content-length=[0], vertex-id=[475144], x-aai-txid=[2-aai-resources-230202-10:35:01:144-76312], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:35:01.505Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:35:01.505Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:35:01.505Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-02-02T10:35:01.515Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||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-02-02T10:35:01.515Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c98b31c7-344b-4fec-9e80-493b63e7fcce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:35:01.516Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:35:01.516Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:35:01.516Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:35:01.517Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675334101516, "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-02-02T10:35:02.530Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:35:05.435Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:35:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:35:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "c98b31c7-344b-4fec-9e80-493b63e7fcce", "consumerID": "SO-sdc-controller", "timestamp": 1675334101516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:35:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:36:02.530Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:36:05.435Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:37:02.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:37:05.435Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:38:02.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:38:05.437Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:39:02.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:39:05.439Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:40:02.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:40:05.439Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:41:02.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:41:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:42:02.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:42:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:43:02.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:43:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:44:02.540Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:44:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:02.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:45:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:23.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T10:45:23.979Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"113aedf2-c96b-45e2-82be-46e0d3e55c34","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f281aa78-6d68-4e69-9969-e77a8be0d715","serviceDescription":"service","serviceInvariantUUID":"d13cd21c-b688-48a7-a040-b59b46357b44","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e95aac6c-aea2-4381-8b53-fb761d1a6a33","resourceInvariantUUID":"100d0600-8631-47da-aa8a-df3ecfc5a64f","resourceCustomizationUUID":"18e27463-32d5-45d8-8072-2fedf6941ad6","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":"MzE0NGE4ZDliNmE0MmZjODE1Y2I2YWJiMDU1Mjg4Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64d88957-83bd-45aa-8d67-9b0e415459c0","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":"NWY1ODdmYzQ3MDcyODZiMzE0OGMyNGExNmYyYTJhNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1854dd4a-4397-4a6b-984d-1793b23708be","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":"07769a16-5f83-4fd7-9994-b35a9a3e209a","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":"6d599665-30a2-40d8-a959-301cee51d033","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":"a882027b-d3f4-4dc0-880f-414e42e0fde4","artifactVersion":"2","generatedFromUUID":"ca81cb20-75d0-4943-9192-0fd91a5aff78"},{"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":"405f4eb2-ee11-4d6c-85eb-988b93951ff5","artifactVersion":"2","generatedFromUUID":"07769a16-5f83-4fd7-9994-b35a9a3e209a"},{"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":"ca81cb20-75d0-4943-9192-0fd91a5aff78","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":"ba2dfc87-2e41-4156-ba05-df681b9f74f3","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":"NzU4MmE3NWExMTIyNTY1ZjIxZTMxYTQwYjRmMDU1YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc5f9670-37f9-421c-8f91-b6d121cadc40","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDIyZjlkMmVhNGIyNzIxYjdkMzQ5YjVkZmJhZjgxMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"183cc28c-ed8b-4110-ab77-e1b12ad79208","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:45:23.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:23.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:23.988Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:23.988Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:23.991Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:23.991Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:23.992Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:23.992Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:23.992Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:23.992Z||kafka-producer-network-thread | SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-334e2a19-45b0-47e7-a6bc-7e427916d4fc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to _4WTHLSgT_WlrtPzc7ERmw 2023-02-02T10:45:24.003Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:45:24.003Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:45:24.004Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:45:24.004Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:45:24.004Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:45:24.004Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:45:24.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:24.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:24.997Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:24.998Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:26.000Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:26.000Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:26.000Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:26.001Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:27.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:27.004Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:27.004Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:27.004Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:28.006Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:28.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:28.007Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:28.007Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:29.010Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:29.010Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:29.011Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:29.011Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:30.013Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:30.014Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:30.014Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:30.014Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:31.016Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:31.017Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:31.017Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:31.017Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "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-02-02T10:45:32.020Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:32.020Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:32.020Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:32.021Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:33.023Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:45:33.023Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:33.023Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:33.024Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:34.026Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f281aa78-6d68-4e69-9969-e77a8be0d715", "serviceDescription": "service", "serviceInvariantUUID": "d13cd21c-b688-48a7-a040-b59b46357b44", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "18e27463-32d5-45d8-8072-2fedf6941ad6", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e95aac6c-aea2-4381-8b53-fb761d1a6a33", "resourceInvariantUUID": "100d0600-8631-47da-aa8a-df3ecfc5a64f", "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": "NWY1ODdmYzQ3MDcyODZiMzE0OGMyNGExNmYyYTJhNGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1854dd4a-4397-4a6b-984d-1793b23708be", "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": "07769a16-5f83-4fd7-9994-b35a9a3e209a", "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": "405f4eb2-ee11-4d6c-85eb-988b93951ff5", "generatedFromUUID": "07769a16-5f83-4fd7-9994-b35a9a3e209a" }, "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": "a882027b-d3f4-4dc0-880f-414e42e0fde4", "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": "405f4eb2-ee11-4d6c-85eb-988b93951ff5", "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": "ca81cb20-75d0-4943-9192-0fd91a5aff78", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDIyZjlkMmVhNGIyNzIxYjdkMzQ5YjVkZmJhZjgxMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "183cc28c-ed8b-4110-ab77-e1b12ad79208" } ], "workloadContext": "Production" } 2023-02-02T10:45:34.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:45:34.029Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f281aa78-6d68-4e69-9969-e77a8be0d715 ASDC 2023-02-02T10:45:34.032Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:113aedf2-c96b-45e2-82be-46e0d3e55c34 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f281aa78-6d68-4e69-9969-e77a8be0d715 ServiceInvariantUUID:d13cd21c-b688-48a7-a040-b59b46357b44 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:183cc28c-ed8b-4110-ab77-e1b12ad79208 ArtifactChecksum:NDIyZjlkMmVhNGIyNzIxYjdkMzQ5YjVkZmJhZjgxMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:18e27463-32d5-45d8-8072-2fedf6941ad6 ResourceInvariantUUID:100d0600-8631-47da-aa8a-df3ecfc5a64f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:e95aac6c-aea2-4381-8b53-fb761d1a6a33 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:1854dd4a-4397-4a6b-984d-1793b23708be ArtifactChecksum:NWY1ODdmYzQ3MDcyODZiMzE0OGMyNGExNmYyYTJhNGE= 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:07769a16-5f83-4fd7-9994-b35a9a3e209a 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:405f4eb2-ee11-4d6c-85eb-988b93951ff5 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:a882027b-d3f4-4dc0-880f-414e42e0fde4 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:405f4eb2-ee11-4d6c-85eb-988b93951ff5 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:ca81cb20-75d0-4943-9192-0fd91a5aff78 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T10:45:34.032Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f281aa78-6d68-4e69-9969-e77a8be0d715 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-02-02T10:45:34.107Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:45:34.110Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:45:34.111Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:45:34.111Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 183cc28c-ed8b-4110-ab77-e1b12ad79208 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:34.112Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:34.112Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:34.639Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:34.651Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 183cc28c-ed8b-4110-ab77-e1b12ad79208 163286 2023-02-02T10:45:34.652Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:45:34.652Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:34.653Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:34.654Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:34.654Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:34.654Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334734652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:35.655Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:45:35.656Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:45:35.657Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 183cc28c-ed8b-4110-ab77-e1b12ad79208, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:35.658Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-02T10:45:35.659Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:35.659Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:35.911Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10455703790383100282/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-02T10:45:37.340Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:45:37.341Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:45:37.341Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:37.341Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-02T10:45:37.342Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:37.342Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:37.342Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:37.343Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:37.343Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:45:37.343Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.344Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.344Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.345Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:45:37.345Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:45:37.346Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.346Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.346Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.346Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:45:37.347Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:45:37.347Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.347Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.348Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.348Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-02T10:45:37.348Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-02T10:45:37.349Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-02T10:45:37.349Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T10:45:37.349Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.350Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:45:37.350Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.350Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.350Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:37.351Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.351Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.351Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:37.352Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.352Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.352Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:37.353Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.353Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:37.353Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:37.354Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.354Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-02T10:45:37.354Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-02T10:45:37.354Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d7d516a2-7cc6-48a7-a9a2-828bf27e4f8c 2023-02-02T10:45:37.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.356Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.356Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.356Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.357Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:37.357Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:37.357Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f281aa78-6d68-4e69-9969-e77a8be0d715 Model Version:NULL Model InvariantUuid:d13cd21c-b688-48a7-a040-b59b46357b44 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ee623340-5f1d-41c4-9014-8fbaadc22448 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:100d0600-8631-47da-aa8a-df3ecfc5a64f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:18e27463-32d5-45d8-8072-2fedf6941ad6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:23607957-516c-4b57-b7ea-e37d48f604c2 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e8aa0c90-c1ff-41da-bc4b-74d1953629e4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:74f3db6f-cdaf-4aff-a035-37d0d032a19c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e09e1a8a-9c13-4c03-86bd-1b1a5bc54d7a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7d516a2-7cc6-48a7-a9a2-828bf27e4f8c ModelInvariantUuid:09fb4d08-93f9-40bd-a7b1-7d51fec3b110 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:033f16dc-bf84-437e-bf63-426118f99121 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:8623992b-e221-432a-8ca1-6f4235d42cf1 ModelInvariantUuid:dda23b1f-5228-401f-837e-fac3fe1d911a ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:1415f991-d449-4515-8103-206230d6d200 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-02-02T10:45:37.367Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e95aac6c-aea2-4381-8b53-fb761d1a6a33 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-02-02T10:45:37.374Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2023-02-02T10:45:37.374Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e95aac6c-aea2-4381-8b53-fb761d1a6a33 2023-02-02T10:45:37.374Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1854dd4a-4397-4a6b-984d-1793b23708be from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-02T10:45:37.375Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:37.375Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-02T10:45:37.454Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:37.455Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1854dd4a-4397-4a6b-984d-1793b23708be 1565 2023-02-02T10:45:37.456Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-02T10:45:37.456Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-02T10:45:37.456Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:37.456Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:37.457Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:37.457Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334737455, "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-02-02T10:45:38.458Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "74f3db6f-cdaf-4aff-a035-37d0d032a19c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e09e1a8a-9c13-4c03-86bd-1b1a5bc54d7a", "vfModuleModelCustomizationUUID": "c9ad1260-3682-4b17-814c-4cd9b1ebfc16", "isBase": true, "artifacts": [ "07769a16-5f83-4fd7-9994-b35a9a3e209a", "405f4eb2-ee11-4d6c-85eb-988b93951ff5" ], "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": "23607957-516c-4b57-b7ea-e37d48f604c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8aa0c90-c1ff-41da-bc4b-74d1953629e4", "vfModuleModelCustomizationUUID": "9ca20019-1798-4624-8994-d3ea5c4692bf", "isBase": false, "artifacts": [ "ca81cb20-75d0-4943-9192-0fd91a5aff78" ], "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-02-02T10:45:38.464Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e09e1a8a-9c13-4c03-86bd-1b1a5bc54d7a VfModuleModelInvariantUUID:74f3db6f-cdaf-4aff-a035-37d0d032a19c VfModuleModelDescription:NULL Artifacts UUID List:{ 07769a16-5f83-4fd7-9994-b35a9a3e209a , 405f4eb2-ee11-4d6c-85eb-988b93951ff5 } 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:e8aa0c90-c1ff-41da-bc4b-74d1953629e4 VfModuleModelInvariantUUID:23607957-516c-4b57-b7ea-e37d48f604c2 VfModuleModelDescription:NULL Artifacts UUID List:{ ca81cb20-75d0-4943-9192-0fd91a5aff78 } 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-02-02T10:45:38.466Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "74f3db6f-cdaf-4aff-a035-37d0d032a19c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e09e1a8a-9c13-4c03-86bd-1b1a5bc54d7a", "vfModuleModelCustomizationUUID": "c9ad1260-3682-4b17-814c-4cd9b1ebfc16", "isBase": true, "artifacts": [ "07769a16-5f83-4fd7-9994-b35a9a3e209a", "405f4eb2-ee11-4d6c-85eb-988b93951ff5" ], "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": "23607957-516c-4b57-b7ea-e37d48f604c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8aa0c90-c1ff-41da-bc4b-74d1953629e4", "vfModuleModelCustomizationUUID": "9ca20019-1798-4624-8994-d3ea5c4692bf", "isBase": false, "artifacts": [ "ca81cb20-75d0-4943-9192-0fd91a5aff78" ], "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-02-02T10:45:38.467Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e09e1a8a-9c13-4c03-86bd-1b1a5bc54d7a VfModuleModelInvariantUUID:74f3db6f-cdaf-4aff-a035-37d0d032a19c VfModuleModelDescription:NULL Artifacts UUID List:{ 07769a16-5f83-4fd7-9994-b35a9a3e209a , 405f4eb2-ee11-4d6c-85eb-988b93951ff5 } 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:e8aa0c90-c1ff-41da-bc4b-74d1953629e4 VfModuleModelInvariantUUID:23607957-516c-4b57-b7ea-e37d48f604c2 VfModuleModelDescription:NULL Artifacts UUID List:{ ca81cb20-75d0-4943-9192-0fd91a5aff78 } 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-02-02T10:45:38.467Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07769a16-5f83-4fd7-9994-b35a9a3e209a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-02T10:45:38.467Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:38.468Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-02T10:45:38.536Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:38.537Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 07769a16-5f83-4fd7-9994-b35a9a3e209a 914 2023-02-02T10:45:38.538Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-02T10:45:38.538Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-02T10:45:38.539Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:38.539Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:38.539Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:38.540Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334738538, "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-02-02T10:45:39.541Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a882027b-d3f4-4dc0-880f-414e42e0fde4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-02T10:45:39.542Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:39.542Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-02T10:45:39.640Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:39.641Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a882027b-d3f4-4dc0-880f-414e42e0fde4 12 2023-02-02T10:45:39.642Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-02T10:45:39.642Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-02T10:45:39.642Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:39.642Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:39.643Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:39.643Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334739642, "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-02-02T10:45:40.644Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 405f4eb2-ee11-4d6c-85eb-988b93951ff5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-02T10:45:40.645Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:40.645Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-02T10:45:40.713Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:40.714Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 405f4eb2-ee11-4d6c-85eb-988b93951ff5 96 2023-02-02T10:45:40.714Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-02T10:45:40.715Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-02T10:45:40.715Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:40.715Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:40.716Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:40.716Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334740714, "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-02-02T10:45:41.717Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca81cb20-75d0-4943-9192-0fd91a5aff78 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-02T10:45:41.717Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:45:41.718Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-02T10:45:41.857Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:45:41.858Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ca81cb20-75d0-4943-9192-0fd91a5aff78 20206 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:41.859Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334741858, "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-02-02T10:45:42.866Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f281aa78-6d68-4e69-9969-e77a8be0d715 2023-02-02T10:45:42.866Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e95aac6c-aea2-4381-8b53-fb761d1a6a33 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-02-02T10:45:42.879Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46721b16, org.onap.sdc.toscaparser.api.parameters.Input@73de07b2, org.onap.sdc.toscaparser.api.parameters.Input@293be030, org.onap.sdc.toscaparser.api.parameters.Input@1e6e3950, org.onap.sdc.toscaparser.api.parameters.Input@48122b20] 2023-02-02T10:45:42.881Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.881Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.881Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-02T10:45:42.882Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 18e27463-32d5-45d8-8072-2fedf6941ad6 2023-02-02T10:45:42.882Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18e27463-32d5-45d8-8072-2fedf6941ad6 matches Tosca VF Customization UUID: 18e27463-32d5-45d8-8072-2fedf6941ad6 2023-02-02T10:45:42.882Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 18e27463-32d5-45d8-8072-2fedf6941ad6 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-02-02T10:45:42.886Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.886Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.888Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 18e27463-32d5-45d8-8072-2fedf6941ad6: {\"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-02-02T10:45:42.888Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52751f77 2023-02-02T10:45:42.888Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.888Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:45:42.888Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ca20019-1798-4624-8994-d3ea5c4692bf 2023-02-02T10:45:42.889Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ca20019-1798-4624-8994-d3ea5c4692bf 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-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:42.892Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:45:42.893Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.893Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-02T10:45:42.893Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=18e27463-32d5-45d8-8072-2fedf6941ad6 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-02-02T10:45:42.895Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.895Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.895Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f281aa78-6d68-4e69-9969-e77a8be0d715: basic_cnf_macro 2023-02-02T10:45:42.895Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.895Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.897Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:45:42.898Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:45:42.899Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-02T10:45:42.995Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e95aac6c-aea2-4381-8b53-fb761d1a6a33 2 ASDC deployResourceStructure 2023-02-02T10:45:42.996Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-02T10:45:42.996Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-02T10:45:42.996Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:45:42.996Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:42.997Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:42.997Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334742995, "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-02-02T10:45:44.000Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-02T10:45:44.000Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-02T10:45:44.000Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:45:44.001Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:44.001Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:44.001Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334744000, "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-02-02T10:45:45.004Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-02T10:45:45.016Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-02-02T10:45:45.016Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-02T10:45:45.018Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:45.018Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:45.019Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334745004, "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-02-02T10:45:46.021Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-02T10:45:46.021Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-02T10:45:46.021Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:45:46.021Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:46.022Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:46.023Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334746021, "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-02-02T10:45:47.039Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-02T10:45:47.040Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-02T10:45:47.040Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-02T10:45:47.040Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:47.040Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:47.040Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334747039, "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-02-02T10:45:48.043Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:45:48.043Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-02T10:45:48.043Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:45:48.044Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:45:48.044Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:45:48.044Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334748043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:45:49.047Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:45:49.057Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:45:49.066Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:45:49.066Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:45:49.066Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:46:05.438Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:46:05.439Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:46:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:46:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:46:19.068Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:46:19.094Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:46:19.097Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:46:19.097Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:46:19.098Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:46:49.098Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:46:49.109Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:46:49.111Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:46:49.111Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:46:49.111Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:47:05.434Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:47:05.439Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.440Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.441Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.442Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.443Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.444Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.445Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.446Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.447Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.448Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.449Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.450Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.451Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334700977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334702543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.452Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334670186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334697776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.453Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334734360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334734621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334734201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.454Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334734652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334735626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.455Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334735686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.456Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "policy-distribution", "timestamp": 1675334736628, "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-02-02T10:47:05.466Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 113aedf2-c96b-45e2-82be-46e0d3e55c34 2023-02-02T10:47:05.466Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:05.472Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.473Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.473Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.473Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.473Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334736779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.473Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334737455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.474Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.475Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334737900, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334738538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.476Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.477Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.477Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "cds-sdc-listener", "timestamp": 1675334738132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:47:05.479Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 113aedf2-c96b-45e2-82be-46e0d3e55c34 2023-02-02T10:47:05.479Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:05.488Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.488Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334728539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.488Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.489Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334739367, "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-02-02T10:47:05.491Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 113aedf2-c96b-45e2-82be-46e0d3e55c34 2023-02-02T10:47:05.492Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:05.495Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334739642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334738698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.496Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "multicloud-k8s", "timestamp": 1675334740372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334740714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334741858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334742995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334744000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334745004, "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-02-02T10:47:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334746021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334735742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.505Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334747039, "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-02-02T10:47:05.505Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334747095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334748043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.506Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.508Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:47:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:47:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.511Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.511Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.511Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.511Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:47:05.511Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.512Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.512Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.512Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.512Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.513Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.514Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.514Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.514Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.515Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334753066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.516Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.517Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334754071, "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-02-02T10:47:05.520Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 113aedf2-c96b-45e2-82be-46e0d3e55c34 2023-02-02T10:47:05.520Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:05.543Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334737631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334739135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334741377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.546Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334757203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334756798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334757037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334756704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334758207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334758110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "cds-sdc-listener", "timestamp": 1675334758274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-02T10:47:05.561Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b00e94fc-3301-4309-a1ac-54538071c1c2 2023-02-02T10:47:05.562Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:47:05.583Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.584Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "aai-model-loader", "timestamp": 1675334757706, "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-02-02T10:47:05.586Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 113aedf2-c96b-45e2-82be-46e0d3e55c34 2023-02-02T10:47:05.587Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:05.605Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.605Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "policy-distribution", "timestamp": 1675334759210, "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-02-02T10:47:05.608Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b00e94fc-3301-4309-a1ac-54538071c1c2 2023-02-02T10:47:05.608Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:47:05.619Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.619Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334759203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:47:05.619Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.619Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.620Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.620Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.620Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.620Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334760342, "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-02-02T10:47:05.623Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b00e94fc-3301-4309-a1ac-54538071c1c2 2023-02-02T10:47:05.623Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:47:05.627Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.627Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.627Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.628Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.628Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "multicloud-k8s", "timestamp": 1675334761349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:47:05.628Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.628Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.628Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.629Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.629Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.629Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.629Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.629Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.630Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.630Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:05.630Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-02T10:47:05.630Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:47:05.630Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:47:19.112Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:47:19.129Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:19.131Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:47:19.132Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:47:19.132Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:47:19.132Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:47:19.132Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:47:19.132Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:47:19.133Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:47:19.133Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:47:19.133Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:47:19.133Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:47:19.136Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:47:49.136Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 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-02-02T10:47:49.141Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 113aedf2-c96b-45e2-82be-46e0d3e55c34 and serviceModelVersionId: f281aa78-6d68-4e69-9969-e77a8be0d715 2023-02-02T10:47:49.141Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d13cd21c-b688-48a7-a040-b59b46357b44 2023-02-02T10:47:49.143Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?depth=0 2023-02-02T10:47:49.152Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:47:49.227Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?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-02-02T10:47:49.230Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?depth=0|INFO|500||Invoke 2023-02-02T10:47:49.254Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:47:49.354Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?depth=0|INFO|500||InvokeReturn 2023-02-02T10:47:49.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d13cd21c-b688-48a7-a040-b59b46357b44/model-vers/model-ver/f281aa78-6d68-4e69-9969-e77a8be0d715?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:47:48 GMT], content-length=[0], vertex-id=[262192], x-aai-txid=[2-aai-resources-230202-10:47:48:981-34567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:47:49.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:47:49.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:47:49.355Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-02T10:47:49.360Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-02T10:47:49.361Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 113aedf2-c96b-45e2-82be-46e0d3e55c34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:47:49.361Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:47:49.361Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:49.362Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:49.362Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334869361, "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-02-02T10:47:50.380Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:47:50.389Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T10:47:50.389Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b00e94fc-3301-4309-a1ac-54538071c1c2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"970df2e7-20bf-42c5-a4a0-ea6fe0773735","serviceDescription":"service","serviceInvariantUUID":"5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87a557d5-b09f-4c00-a1a9-49ac8f9b241d","resourceInvariantUUID":"b8dd9e9f-20f2-43c1-a922-92dae9f8f64a","resourceCustomizationUUID":"e84a66b9-5645-4fb4-b64d-7411dedb7576","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":"ODJlNWFjZGQ4ZDM1YzQxNWY3NDVlYWYwYWJmMjkzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"298f5ec5-4819-41f7-90fe-7b7caef87917","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":"ODU5YjUwNmQ0MmQ3OTg5ZmI4NDA1ZmFmNWU0NDg4YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"212d97b2-7d9a-4dd3-844f-a7ab3f85b26f","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":"d570e3ce-3296-4aee-ad66-87289f1f618c","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":"6f1906e3-7ccc-4e20-8545-d7ffe51096dd","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":"0daa2f92-66a2-44ce-b590-d3a0b0cba443","artifactVersion":"2","generatedFromUUID":"d570e3ce-3296-4aee-ad66-87289f1f618c"},{"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":"ZTVlZGM0MTA4OWU3NmIxY2QxOGYxYjQ1ZTU3MWVlMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"15a83590-e608-44e0-9223-f20199593b3b","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":"NDg5NWE5YWVhMjRlMWY3Y2FkMjY0YmVlYWM0MmVkYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"603634d9-7b22-4fca-9f85-17f4f8d11931","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTcyNGZjZDMyOTE1ZmMwNDNlODQyYzQ2MTZiOGVhMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21d623c0-aa6f-4665-922d-9ca4d2a63a33","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:47:50.392Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:50.392Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:50.393Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:50.393Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:51.395Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:51.396Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:51.396Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:51.396Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:52.399Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:52.400Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:52.400Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:52.400Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:53.402Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:53.403Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:53.403Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:53.403Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:54.405Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:54.406Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:54.406Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:54.406Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:55.408Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:55.408Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:55.408Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:55.409Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "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-02-02T10:47:56.410Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:56.411Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:56.412Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:56.412Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:47:57.414Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:47:57.414Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:57.414Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:57.414Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:47:58.417Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "970df2e7-20bf-42c5-a4a0-ea6fe0773735", "serviceDescription": "service", "serviceInvariantUUID": "5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e84a66b9-5645-4fb4-b64d-7411dedb7576", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "87a557d5-b09f-4c00-a1a9-49ac8f9b241d", "resourceInvariantUUID": "b8dd9e9f-20f2-43c1-a922-92dae9f8f64a", "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": "ODU5YjUwNmQ0MmQ3OTg5ZmI4NDA1ZmFmNWU0NDg4YWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "212d97b2-7d9a-4dd3-844f-a7ab3f85b26f", "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": "d570e3ce-3296-4aee-ad66-87289f1f618c", "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": "0daa2f92-66a2-44ce-b590-d3a0b0cba443", "generatedFromUUID": "d570e3ce-3296-4aee-ad66-87289f1f618c" }, "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": "0daa2f92-66a2-44ce-b590-d3a0b0cba443", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTcyNGZjZDMyOTE1ZmMwNDNlODQyYzQ2MTZiOGVhMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21d623c0-aa6f-4665-922d-9ca4d2a63a33" } ], "workloadContext": "Production" } 2023-02-02T10:47:58.417Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:47:58.417Z|113aedf2-c96b-45e2-82be-46e0d3e55c34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 970df2e7-20bf-42c5-a4a0-ea6fe0773735 ASDC 2023-02-02T10:47:58.418Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b00e94fc-3301-4309-a1ac-54538071c1c2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:970df2e7-20bf-42c5-a4a0-ea6fe0773735 ServiceInvariantUUID:5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841 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:21d623c0-aa6f-4665-922d-9ca4d2a63a33 ArtifactChecksum:YTcyNGZjZDMyOTE1ZmMwNDNlODQyYzQ2MTZiOGVhMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e84a66b9-5645-4fb4-b64d-7411dedb7576 ResourceInvariantUUID:b8dd9e9f-20f2-43c1-a922-92dae9f8f64a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:87a557d5-b09f-4c00-a1a9-49ac8f9b241d 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:212d97b2-7d9a-4dd3-844f-a7ab3f85b26f ArtifactChecksum:ODU5YjUwNmQ0MmQ3OTg5ZmI4NDA1ZmFmNWU0NDg4YWY= 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:d570e3ce-3296-4aee-ad66-87289f1f618c 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:0daa2f92-66a2-44ce-b590-d3a0b0cba443 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:0daa2f92-66a2-44ce-b590-d3a0b0cba443 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-02T10:47:58.418Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 970df2e7-20bf-42c5-a4a0-ea6fe0773735 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-02-02T10:47:58.448Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:47:58.448Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:47:58.449Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:47:58.449Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21d623c0-aa6f-4665-922d-9ca4d2a63a33 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-02T10:47:58.449Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:47:58.449Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-02T10:47:58.559Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:47:58.563Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 21d623c0-aa6f-4665-922d-9ca4d2a63a33 82999 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:47:58.564Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334878564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:47:59.567Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:47:59.567Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:47:59.568Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21d623c0-aa6f-4665-922d-9ca4d2a63a33, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:47:59.568Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-02T10:47:59.568Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:47:59.568Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:47:59.683Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17246846205764795679/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-02-02T10:48:00.890Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.891Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:00.892Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:48:00.893Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:48:00.893Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.893Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.893Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:00.894Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:48:00.894Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:48:00.894Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.894Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-02T10:48:00.895Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:00.896Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:00.897Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4307685e-a610-4120-be93-945a60ca0a4b 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.898Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.899Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.899Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.899Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:00.899Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:00.899Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:970df2e7-20bf-42c5-a4a0-ea6fe0773735 Model Version:NULL Model InvariantUuid:5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6723ffc5-781a-4ce2-b93c-e2a7deae4515 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b8dd9e9f-20f2-43c1-a922-92dae9f8f64a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e84a66b9-5645-4fb4-b64d-7411dedb7576 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4e4f4687-6b31-4882-bb70-4ae93882d350 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:d9fec354-dd3f-4ee7-ba39-2bc71ad329cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4307685e-a610-4120-be93-945a60ca0a4b ModelInvariantUuid:7f5c53e8-9e34-4534-a986-ae2b186dd4f8 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:834155f6-b057-43b2-8b34-bb05184f9087 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e53c842b-0898-4a58-a5c1-e5e548fd3ce7 ModelInvariantUuid:c74ebdc1-3907-46df-8ea0-0bba8bc5282e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b8582d2c-f596-462a-95ef-369a4cc263fa 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-02-02T10:48:00.907Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 87a557d5-b09f-4c00-a1a9-49ac8f9b241d 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-02-02T10:48:00.910Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2023-02-02T10:48:00.910Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87a557d5-b09f-4c00-a1a9-49ac8f9b241d 2023-02-02T10:48:00.910Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 212d97b2-7d9a-4dd3-844f-a7ab3f85b26f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-02T10:48:00.910Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:48:00.910Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-02T10:48:01.000Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:48:01.000Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 212d97b2-7d9a-4dd3-844f-a7ab3f85b26f 792 2023-02-02T10:48:01.001Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-02T10:48:01.001Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-02T10:48:01.001Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:48:01.001Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:01.001Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:01.002Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334881001, "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-02-02T10:48:02.006Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4e4f4687-6b31-4882-bb70-4ae93882d350", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9fec354-dd3f-4ee7-ba39-2bc71ad329cb", "vfModuleModelCustomizationUUID": "c1944c20-b292-4178-9003-09ca674cd34f", "isBase": true, "artifacts": [ "d570e3ce-3296-4aee-ad66-87289f1f618c", "0daa2f92-66a2-44ce-b590-d3a0b0cba443" ], "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-02-02T10:48:02.009Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9fec354-dd3f-4ee7-ba39-2bc71ad329cb VfModuleModelInvariantUUID:4e4f4687-6b31-4882-bb70-4ae93882d350 VfModuleModelDescription:NULL Artifacts UUID List:{ d570e3ce-3296-4aee-ad66-87289f1f618c , 0daa2f92-66a2-44ce-b590-d3a0b0cba443 } 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-02-02T10:48:02.011Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4e4f4687-6b31-4882-bb70-4ae93882d350", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9fec354-dd3f-4ee7-ba39-2bc71ad329cb", "vfModuleModelCustomizationUUID": "c1944c20-b292-4178-9003-09ca674cd34f", "isBase": true, "artifacts": [ "d570e3ce-3296-4aee-ad66-87289f1f618c", "0daa2f92-66a2-44ce-b590-d3a0b0cba443" ], "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-02-02T10:48:02.011Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9fec354-dd3f-4ee7-ba39-2bc71ad329cb VfModuleModelInvariantUUID:4e4f4687-6b31-4882-bb70-4ae93882d350 VfModuleModelDescription:NULL Artifacts UUID List:{ d570e3ce-3296-4aee-ad66-87289f1f618c , 0daa2f92-66a2-44ce-b590-d3a0b0cba443 } 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-02-02T10:48:02.011Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d570e3ce-3296-4aee-ad66-87289f1f618c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-02T10:48:02.011Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:48:02.012Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-02T10:48:02.067Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:48:02.067Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d570e3ce-3296-4aee-ad66-87289f1f618c 5033 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:02.068Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334882068, "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-02-02T10:48:03.069Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0daa2f92-66a2-44ce-b590-d3a0b0cba443 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-02T10:48:03.070Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:48:03.070Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-02T10:48:03.131Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:48:03.132Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0daa2f92-66a2-44ce-b590-d3a0b0cba443 903 2023-02-02T10:48:03.132Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-02T10:48:03.132Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-02T10:48:03.132Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:48:03.133Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:03.133Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:03.133Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334883132, "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-02-02T10:48:04.134Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 970df2e7-20bf-42c5-a4a0-ea6fe0773735 2023-02-02T10:48:04.134Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 87a557d5-b09f-4c00-a1a9-49ac8f9b241d 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-02-02T10:48:04.143Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ac270f3, org.onap.sdc.toscaparser.api.parameters.Input@68fc4206, org.onap.sdc.toscaparser.api.parameters.Input@2a53cdef, org.onap.sdc.toscaparser.api.parameters.Input@419ab930, org.onap.sdc.toscaparser.api.parameters.Input@48560c18] 2023-02-02T10:48:04.145Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.145Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.145Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-02T10:48:04.146Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e84a66b9-5645-4fb4-b64d-7411dedb7576 2023-02-02T10:48:04.146Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e84a66b9-5645-4fb4-b64d-7411dedb7576 matches Tosca VF Customization UUID: e84a66b9-5645-4fb4-b64d-7411dedb7576 2023-02-02T10:48:04.146Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e84a66b9-5645-4fb4-b64d-7411dedb7576 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-02-02T10:48:04.148Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.148Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.148Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e84a66b9-5645-4fb4-b64d-7411dedb7576: {\"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-02-02T10:48:04.149Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62ff7eb4 2023-02-02T10:48:04.149Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.149Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-02T10:48:04.149Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1944c20-b292-4178-9003-09ca674cd34f 2023-02-02T10:48:04.150Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1944c20-b292-4178-9003-09ca674cd34f 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-02-02T10:48:04.151Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.152Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:04.152Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:04.152Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.153Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:04.153Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:04.153Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.153Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-02T10:48:04.154Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-02T10:48:04.154Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-02T10:48:04.154Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4307685e-a610-4120-be93-945a60ca0a4b 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-02-02T10:48:04.156Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.157Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:04.157Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-02T10:48:04.157Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.157Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-02T10:48:04.158Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e84a66b9-5645-4fb4-b64d-7411dedb7576 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-02-02T10:48:04.159Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.159Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.160Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 970df2e7-20bf-42c5-a4a0-ea6fe0773735: basic_vm_macro 2023-02-02T10:48:04.160Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.160Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.160Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.160Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.161Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.161Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.161Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.161Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.162Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:04.162Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:04.162Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-02T10:48:04.241Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 87a557d5-b09f-4c00-a1a9-49ac8f9b241d 1 ASDC deployResourceStructure 2023-02-02T10:48:04.242Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-02T10:48:04.242Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-02T10:48:04.242Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:48:04.243Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:04.243Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:04.243Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334884242, "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-02-02T10:48:05.244Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-02T10:48:05.244Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-02T10:48:05.245Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:48:05.245Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:05.245Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:05.245Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334885244, "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-02-02T10:48:05.435Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:05.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.437Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334758708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334766819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:48:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334765734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:48:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334774986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:48:05.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.443Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334779617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:48:05.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.443Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334780645, "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-02-02T10:48:05.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b00e94fc-3301-4309-a1ac-54538071c1c2 2023-02-02T10:48:05.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:48:05.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.462Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334783124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:48:05.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:48:05.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:48:05.463Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "aai-model-loader", "timestamp": 1675334784126, "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-02-02T10:48:05.465Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b00e94fc-3301-4309-a1ac-54538071c1c2 2023-02-02T10:48:05.466Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:48:06.249Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-02T10:48:06.250Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-02T10:48:06.250Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:48:06.250Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:06.250Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:06.250Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334886249, "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-02-02T10:48:07.253Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:48:07.253Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-02T10:48:07.253Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:48:07.254Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:07.254Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:07.254Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334887253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:08.258Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b00e94fc-3301-4309-a1ac-54538071c1c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:48:08.270Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:48:08.272Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:48:08.272Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:48:08.272Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:48:08.272Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:48:08.272Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:48:08.273Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:48:08.273Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:48:08.273Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:48:08.273Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:48:08.273Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:48:08.276Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:48:38.277Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b00e94fc-3301-4309-a1ac-54538071c1c2 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-02-02T10:48:38.288Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b00e94fc-3301-4309-a1ac-54538071c1c2 and serviceModelVersionId: 970df2e7-20bf-42c5-a4a0-ea6fe0773735 2023-02-02T10:48:38.288Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841 2023-02-02T10:48:38.289Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?depth=0 2023-02-02T10:48:38.306Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:48:38.367Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?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-02-02T10:48:38.370Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?depth=0|INFO|500||Invoke 2023-02-02T10:48:38.400Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:48:38.615Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?depth=0|INFO|500||InvokeReturn 2023-02-02T10:48:38.615Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a6fc5d7-e7ad-45a9-9f30-93bd8abe5841/model-vers/model-ver/970df2e7-20bf-42c5-a4a0-ea6fe0773735?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:48:38 GMT], content-length=[0], vertex-id=[299104], x-aai-txid=[2-aai-resources-230202-10:48:38:122-46593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:48:38.616Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:48:38.617Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:48:38.617Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-02T10:48:38.622Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-02T10:48:38.623Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b00e94fc-3301-4309-a1ac-54538071c1c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:48:38.623Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:48:38.624Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:38.624Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:38.625Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334918623, "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-02-02T10:48:39.634Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:48:39.636Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-02T10:48:39.636Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4e6327fa-9823-4774-a687-f13e331c306d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"35773183-09f7-4e90-8ba4-cb451ec4693c","serviceDescription":"service","serviceInvariantUUID":"fcd77ba7-f463-4e0a-b776-5276c2675023","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c086db90-d286-4562-9360-9342ea483d41","resourceInvariantUUID":"69747610-55fc-4ee2-a65a-14428e152117","resourceCustomizationUUID":"0400f908-3e7f-492e-8757-70363b10e243","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":"YTM3MTliYTM0NTEwNWM2MGM0NzcyMzM5NTM4NTliNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1305e85-6f12-4a95-a75a-9900b468019b","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":"204484dd-9fd4-4ab9-bf68-ef3327e50497","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":"7ec8f74c-6e16-426b-9b45-0664184d17c6","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":"ZGRlYjYxY2U4NzcyZWQ1OTcwMjFmODc5ZGI1YTgyY2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4c94c78f-6e1e-4a66-a955-d8833ecbbe70","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":"a9d9f37b-9c17-43da-bc58-217f447c40b1","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":"78fbfc8b-5694-42f7-8675-28d53b656a97","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":"7e07dc8c-c83b-43e5-8670-1047ddb5fba8","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":"ZmExY2E3ZjI3ODFhODI5MmM2YWNiOTdlZjQzZTVmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4288a2a-b34e-4a66-bb0c-4cb79714a147","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDZjOWNlYTUxMjgxOTJlNTNiMWU3YmIzMTQ2MDExMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93959e95-e032-46eb-9357-30d8ecaf29a1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-02T10:48:39.638Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:39.639Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:39.639Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:39.639Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "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-02-02T10:48:40.641Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:40.642Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:40.642Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:40.642Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:41.644Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:41.645Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:41.645Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:41.646Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:42.648Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:42.648Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:42.649Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:42.649Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "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-02-02T10:48:43.651Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:43.652Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:43.652Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:43.653Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "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-02-02T10:48:44.655Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:44.656Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:44.656Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:44.656Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "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-02-02T10:48:45.658Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:45.659Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:45.659Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:45.660Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "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-02-02T10:48:46.661Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:46.662Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:46.662Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:46.663Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:47.665Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-02T10:48:47.666Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:47.666Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:47.666Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:48.668Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "35773183-09f7-4e90-8ba4-cb451ec4693c", "serviceDescription": "service", "serviceInvariantUUID": "fcd77ba7-f463-4e0a-b776-5276c2675023", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0400f908-3e7f-492e-8757-70363b10e243", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c086db90-d286-4562-9360-9342ea483d41", "resourceInvariantUUID": "69747610-55fc-4ee2-a65a-14428e152117", "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": "MDZjOWNlYTUxMjgxOTJlNTNiMWU3YmIzMTQ2MDExMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93959e95-e032-46eb-9357-30d8ecaf29a1" } ], "workloadContext": "Production" } 2023-02-02T10:48:48.669Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-02T10:48:48.669Z|b00e94fc-3301-4309-a1ac-54538071c1c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35773183-09f7-4e90-8ba4-cb451ec4693c ASDC 2023-02-02T10:48:48.670Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4e6327fa-9823-4774-a687-f13e331c306d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:35773183-09f7-4e90-8ba4-cb451ec4693c ServiceInvariantUUID:fcd77ba7-f463-4e0a-b776-5276c2675023 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:93959e95-e032-46eb-9357-30d8ecaf29a1 ArtifactChecksum:MDZjOWNlYTUxMjgxOTJlNTNiMWU3YmIzMTQ2MDExMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0400f908-3e7f-492e-8757-70363b10e243 ResourceInvariantUUID:69747610-55fc-4ee2-a65a-14428e152117 ResourceName:test-pnf ResourceType:PNF ResourceUUID:c086db90-d286-4562-9360-9342ea483d41 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-02T10:48:48.670Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35773183-09f7-4e90-8ba4-cb451ec4693c 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-02-02T10:48:48.706Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:48:48.707Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:48:48.707Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:48:48.707Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 93959e95-e032-46eb-9357-30d8ecaf29a1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-02T10:48:48.707Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-02T10:48:48.708Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-02T10:48:48.800Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-02T10:48:48.806Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 93959e95-e032-46eb-9357-30d8ecaf29a1 111105 2023-02-02T10:48:48.806Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:48:48.806Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-02T10:48:48.807Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-02T10:48:48.807Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:48.807Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:48.808Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334928806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:49.810Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-02T10:48:49.811Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-02T10:48:49.811Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 93959e95-e032-46eb-9357-30d8ecaf29a1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:49.812Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-02T10:48:49.813Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:49.813Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:49.941Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7244413188280242861/Definitions/service-TestPnfMacro-template.yml 2023-02-02T10:48:50.697Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.698Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:48:50.699Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.700Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.701Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:35773183-09f7-4e90-8ba4-cb451ec4693c Model Version:NULL Model InvariantUuid:fcd77ba7-f463-4e0a-b776-5276c2675023 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-02-02T10:48:50.711Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c086db90-d286-4562-9360-9342ea483d41 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-02-02T10:48:50.714Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||test-pnf 0 2023-02-02T10:48:50.714Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c086db90-d286-4562-9360-9342ea483d41 2023-02-02T10:48:50.714Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 35773183-09f7-4e90-8ba4-cb451ec4693c 2023-02-02T10:48:50.714Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 35773183-09f7-4e90-8ba4-cb451ec4693c 2023-02-02T10:48:50.714Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c086db90-d286-4562-9360-9342ea483d41 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-02-02T10:48:50.718Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47f1071b, org.onap.sdc.toscaparser.api.parameters.Input@305f28ae, org.onap.sdc.toscaparser.api.parameters.Input@760087a2, org.onap.sdc.toscaparser.api.parameters.Input@468a9039, org.onap.sdc.toscaparser.api.parameters.Input@98c8e2c] 2023-02-02T10:48:50.718Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.718Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.719Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 35773183-09f7-4e90-8ba4-cb451ec4693c: test-pnf 2023-02-02T10:48:50.719Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Processing PNF resource: c086db90-d286-4562-9360-9342ea483d41 2023-02-02T10:48:50.719Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-02T10:48:50.719Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-02T10:48:50.719Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0400f908-3e7f-492e-8757-70363b10e243 is the same as notified resource customizationUUID: 0400f908-3e7f-492e-8757-70363b10e243 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-02-02T10:48:50.753Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c086db90-d286-4562-9360-9342ea483d41 0 ASDC deployResourceStructure 2023-02-02T10:48:50.754Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-02T10:48:50.754Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-02T10:48:50.754Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-02T10:48:50.754Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:48:50.754Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:48:50.755Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334930754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:48:51.756Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:48:51.765Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:48:51.767Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:48:51.767Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:48:51.767Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:49:05.435Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:49:05.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.437Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "113aedf2-c96b-45e2-82be-46e0d3e55c34", "consumerID": "SO-sdc-controller", "timestamp": 1675334869361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.444Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.445Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334870380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334878564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334850217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334819277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "multicloud-k8s", "timestamp": 1675334852381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334879945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334879699, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334880954, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.454Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334881001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.454Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "cds-sdc-listener", "timestamp": 1675334881190, "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=? 2023-02-02T10:49:05.477Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e6327fa-9823-4774-a687-f13e331c306d 2023-02-02T10:49:05.478Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:49:05.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.504Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "policy-distribution", "timestamp": 1675334881956, "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-02-02T10:49:05.508Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e6327fa-9823-4774-a687-f13e331c306d 2023-02-02T10:49:05.508Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:49:05.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334882068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334883132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-02T10:49:05.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.554Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.555Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334884242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-02T10:49:05.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.555Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:49:05.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:05.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-02T10:49:05.556Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334885244, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-02T10:49:05.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:49:21.768Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:49:21.779Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:49:21.781Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:49:21.781Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:49:21.781Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:49:51.782Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:49:51.807Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:49:51.809Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:49:51.809Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-02T10:49:51.809Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-02T10:50:05.435Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:50:05.438Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.438Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.439Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.439Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.440Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334886249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-02T10:50:05.440Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.440Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.440Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.441Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.442Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.442Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.442Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.442Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.442Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334887253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:50:05.443Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.443Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.443Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.443Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.444Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.444Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334878539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:50:05.444Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.444Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.445Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.445Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.445Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.445Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334887932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:50:05.446Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.446Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.446Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.446Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.446Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.447Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.447Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.447Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.447Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.447Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.448Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.448Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.448Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.448Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.448Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.449Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.449Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.449Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334885734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:50:05.449Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.450Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.450Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334895929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:50:05.450Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.450Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.451Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334899434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:50:05.451Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.451Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.451Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334900902, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:50:05.452Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.452Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.452Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "aai-model-loader", "timestamp": 1675334900436, "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-02-02T10:50:05.468Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e6327fa-9823-4774-a687-f13e331c306d 2023-02-02T10:50:05.468Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:50:05.477Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.478Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675334901913, "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-02-02T10:50:05.480Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e6327fa-9823-4774-a687-f13e331c306d 2023-02-02T10:50:05.480Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:50:05.487Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.487Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b00e94fc-3301-4309-a1ac-54538071c1c2", "consumerID": "SO-sdc-controller", "timestamp": 1675334918623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:50:05.487Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.487Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.488Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.488Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.488Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.489Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.489Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.489Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.489Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.490Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.491Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.492Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-02T10:50:05.493Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334919634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-02T10:50:05.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.494Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334928806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-02T10:50:05.495Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:05.495Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-02T10:50:05.495Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675334930754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-02T10:50:05.495Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:50:21.809Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-02T10:50:21.819Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:50:21.821Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:50:21.822Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:50:21.822Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:50:21.822Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-02T10:50:21.822Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-02T10:50:21.825Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-02T10:50:51.825Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e6327fa-9823-4774-a687-f13e331c306d 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-02-02T10:50:51.829Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e6327fa-9823-4774-a687-f13e331c306d and serviceModelVersionId: 35773183-09f7-4e90-8ba4-cb451ec4693c 2023-02-02T10:50:51.829Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcd77ba7-f463-4e0a-b776-5276c2675023 2023-02-02T10:50:51.831Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0 2023-02-02T10:50:51.843Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-02T10:50:51.904Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0|INFO|500||Invoke 2023-02-02T10:50:51.905Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e6327fa-9823-4774-a687-f13e331c306d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe8e8957-24d1-44da-a61b-b2bf67988d09], X-ECOMP-RequestID=[4e6327fa-9823-4774-a687-f13e331c306d], X-TransactionId=[], X-ONAP-RequestID=[4e6327fa-9823-4774-a687-f13e331c306d], Content-Type=[application/merge-patch+json]} 2023-02-02T10:50:51.926Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-02T10:50:52.028Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?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/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0 has http status code:200 and response headers:{date=[Thu, 02 Feb 2023 10:50:51 GMT], content-length=[0], vertex-id=[278696], x-aai-txid=[1-aai-resources-230202-10:50:51:648-33645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-02T10:50:52.029Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-02T10:50:52.029Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcd77ba7-f463-4e0a-b776-5276c2675023/model-vers/model-ver/35773183-09f7-4e90-8ba4-cb451ec4693c?depth=0|INFO|500||InvokeReturn 2023-02-02T10:50:52.030Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-02T10:50:52.030Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-02T10:50:52.034Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-02T10:50:52.034Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e6327fa-9823-4774-a687-f13e331c306d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-02T10:50:52.034Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-02T10:50:52.035Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-02T10:50:52.035Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-02T10:50:52.035Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675335052034, "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-02-02T10:50:53.057Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:51:05.435Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:51:05.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-02T10:51:05.491Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4e6327fa-9823-4774-a687-f13e331c306d", "consumerID": "SO-sdc-controller", "timestamp": 1675335052034, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-02T10:51:05.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-02T10:51:53.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:52:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:52:53.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:53:05.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:53:53.062Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:54:05.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:54:53.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:55:05.437Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:55:53.065Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:56:05.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:56:53.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:57:05.440Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:57:53.068Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:58:05.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:58:53.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T10:59:05.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T10:59:53.070Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:00:05.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:00:53.070Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:01:05.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:01:53.071Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:02:05.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:02:53.074Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:03:05.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:03:53.074Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:04:05.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:04:53.076Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:05:05.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:05:53.076Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:06:05.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:06:53.076Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:07:05.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:07:53.078Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:08:05.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:08:53.079Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:09:05.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:09:53.081Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:10:05.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:10:53.082Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:11:05.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:11:53.083Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:12:05.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:12:53.083Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:13:05.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:13:53.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:14:05.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:14:53.086Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:15:05.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:15:53.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:16:05.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:16:53.089Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:17:05.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:17:53.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:18:05.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:18:53.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:19:05.462Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:19:53.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:20:05.466Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:20:53.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:21:05.466Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:21:53.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:22:05.467Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:22:53.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:23:05.468Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:23:53.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:24:05.470Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:24:53.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:25:05.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:25:53.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:26:05.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:26:53.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:27:05.474Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:27:53.103Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:28:05.475Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:28:53.103Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:29:05.475Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:29:53.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:30:05.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:30:53.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:31:05.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:31:53.107Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:32:05.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:32:53.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:33:05.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:33:53.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:34:05.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:34:53.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:35:05.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:35:53.114Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:36:05.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:36:53.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:37:05.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:37:53.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:38:05.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:38:53.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:39:05.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:39:53.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:40:05.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:40:53.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:41:05.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:41:53.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:42:05.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:42:53.128Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:43:05.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:43:53.129Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:44:05.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:44:53.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:45:05.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:45:53.132Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:46:05.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:46:53.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:47:05.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:47:53.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:48:05.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:48:53.136Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:49:05.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:49:53.136Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:50:05.497Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:50:53.138Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:51:05.498Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:51:53.138Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:52:05.499Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:52:53.139Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:53:05.500Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:53:53.141Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:54:05.501Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:54:53.143Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:55:05.502Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:55:53.144Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:56:05.503Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:56:53.144Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:57:05.504Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:57:53.146Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:58:05.505Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:58:53.146Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T11:59:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T11:59:53.147Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:00:05.507Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:00:53.148Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:01:05.509Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:01:53.150Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:02:05.510Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:02:53.150Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:03:05.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:03:53.152Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:04:05.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:04:53.153Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:05:05.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:05:53.154Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:06:05.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:06:53.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:07:05.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:07:53.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:08:05.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:08:53.162Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:09:05.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:09:53.162Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:10:05.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:10:53.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:11:05.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:11:53.164Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:12:05.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:12:53.165Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:13:05.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:13:53.167Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:14:05.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:14:53.169Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:15:05.521Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:15:53.170Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:16:05.522Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:16:53.171Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:17:05.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:17:53.172Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:18:05.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:18:53.173Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:19:05.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:19:53.175Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:20:05.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:20:53.176Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:21:05.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:21:53.177Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:22:05.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:22:53.177Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:23:05.530Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:23:53.178Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:24:05.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:24:53.180Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:25:05.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:25:53.183Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:26:05.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:26:53.184Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:27:05.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:27:53.186Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:28:05.535Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:28:53.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:29:05.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:29:53.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:30:05.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:30:53.189Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:31:05.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:31:53.189Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:32:05.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:32:53.190Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:33:05.538Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:33:53.191Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:34:05.538Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:34:53.192Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:35:05.540Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:35:53.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:36:05.540Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:36:53.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:37:05.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:37:53.195Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:38:05.543Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:38:53.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:39:05.544Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:39:53.198Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:40:05.544Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:40:53.200Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:41:05.545Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:41:53.200Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:42:05.547Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:42:53.202Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:43:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:43:53.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:44:05.548Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:44:53.204Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:45:05.549Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:45:53.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:46:05.550Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:46:53.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:47:05.551Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:47:53.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:48:05.552Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:48:53.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:49:05.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:49:53.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:50:05.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:50:53.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:51:05.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:51:53.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:52:05.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:52:53.214Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:53:05.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:53:53.214Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:54:05.559Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:54:53.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:55:05.560Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:55:53.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:56:05.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:56:53.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:57:05.564Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:57:53.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:58:05.565Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:58:53.219Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T12:59:05.565Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T12:59:53.220Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:00:05.567Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:00:53.221Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:01:05.567Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:01:53.222Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:02:05.569Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:02:53.224Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:03:05.570Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:03:53.224Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:04:05.571Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:04:53.226Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:05:05.572Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:05:53.228Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:06:05.574Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:06:53.230Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:07:05.574Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:07:53.231Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:08:05.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:08:53.234Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:09:05.576Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:09:53.236Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:10:05.576Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:10:53.236Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:11:05.578Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:11:53.237Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:12:05.579Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:12:53.238Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:13:05.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:13:53.240Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:14:05.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:14:53.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:15:05.583Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:15:53.242Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:16:05.586Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:16:53.243Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:17:05.587Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:17:53.245Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:18:05.587Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:18:53.246Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:19:05.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:19:53.246Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:20:05.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:20:53.246Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:21:05.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:21:53.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:22:05.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:22:53.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:23:05.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:23:53.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:24:05.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:24:53.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:25:05.598Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:25:53.259Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:26:05.600Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:26:53.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:27:05.600Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:27:53.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:28:05.602Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:28:53.263Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:29:05.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:29:53.263Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:30:05.604Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:30:53.264Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:31:05.604Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:31:53.265Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:32:05.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:32:53.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:33:05.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:33:53.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:34:05.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:34:53.267Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:35:05.610Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:35:53.268Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:36:05.611Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:36:53.270Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:37:05.612Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:37:53.271Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:38:05.613Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:38:53.271Z|c98b31c7-344b-4fec-9e80-493b63e7fcce|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:39:05.614Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:39:53.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:40:05.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:40:53.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:41:05.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:41:53.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:42:05.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:42:53.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:43:05.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:43:53.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:44:05.618Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:44:53.278Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:45:05.619Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:45:53.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:46:05.619Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:46:53.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:47:05.622Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:47:53.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:48:05.623Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:48:53.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:49:05.624Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:49:53.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:50:05.625Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:50:53.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:51:05.626Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:51:53.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:52:05.626Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:52:53.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:53:05.626Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:53:53.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:54:05.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:54:53.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:55:05.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:55:53.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:56:05.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:56:53.289Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:57:05.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:57:53.290Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:58:05.631Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:58:53.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T13:59:05.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T13:59:53.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:00:05.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:00:53.294Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:01:05.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:01:53.295Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:02:05.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:02:53.298Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:03:05.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:03:53.299Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:04:05.639Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:04:53.299Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:05:05.639Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:05:53.301Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:06:05.641Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:06:53.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:07:05.642Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:07:53.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:08:05.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:08:53.304Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:09:05.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:09:53.306Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:10:05.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:10:53.309Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:11:05.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:11:53.311Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:12:05.646Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:12:53.312Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:13:05.647Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:13:53.314Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:14:05.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:14:53.315Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:15:05.649Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:15:53.315Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:16:05.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:16:53.317Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:17:05.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:17:53.318Z|7a402e20-c3b0-4527-8b27-afda0417d6b7|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:18:05.652Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:18:53.321Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:19:05.654Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:19:53.322Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:20:05.654Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:20:53.322Z|4e6327fa-9823-4774-a687-f13e331c306d|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:21:05.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:21:53.324Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:22:05.655Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:22:53.327Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:23:05.656Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:23:53.328Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:24:05.657Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:24:53.328Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:25:05.658Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:25:53.329Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:26:05.659Z|a81f64ac-63af-4452-bc5a-235dffbddb33|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:26:53.330Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:27:05.659Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:27:53.332Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:28:05.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:28:53.334Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:29:05.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:29:53.335Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:30:05.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:30:53.337Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:31:05.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:31:53.338Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:32:05.666Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:32:53.340Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:33:05.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-02T14:33:53.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-02T14:34:05.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO