JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-01-22T05:21:06.208Z||main|||||INFO|500||The following profiles are active: basic 2023-01-22T05:21:19.012Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-22T05:21:19.013Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-22T05:21:19.138Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-22T05:21:23.297Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-22T05:21:23.699Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-22T05:21:24.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-22T05:21:24.623Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-22T05:21:25.199Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-22T05:21:27.190Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-22T05:21:27.926Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2023-01-22T05:21:31.189Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-22T05:21:31.382Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-22T05:21:31.395Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-22T05:21:31.410Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-22T05:21:32.084Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-22T05:21:32.590Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-22T05:21:34.083Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-22T05:21:34.105Z||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$$5917c19b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-01-22T05:21:34.106Z||main|||||WARN|500||The sdc end point is not alive 2023-01-22T05:21:37.913Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2023-01-22T05:21:41.564Z||main|||||WARN|500||--- 2023-01-22T05:21:41.564Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-22T05:21:41.565Z||main|||||WARN|500||--- 2023-01-22T05:21:41.973Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-22T05:21:47.631Z||main|||||INFO|500||Started Application in 45.212 seconds (JVM running for 47.681) 2023-01-22T05:21:47.656Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-22T05:21:47.657Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-22T05:21:47.669Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-22T05:21:47.726Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6714b4a0-4cc0-46b2-b5f3-49c72448df9b url= /sdc/v1/artifactTypes 2023-01-22T05:21:47.732Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-22T05:21:48.005Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-22T05:21:48.053Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server 2023-01-22T05:21:48.054Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-22T05:21:48.054Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 480b6416-c219-437f-ade6-de553794b3b9 url= /sdc/v1/distributionKafkaData 2023-01-22T05:21:48.054Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-22T05:21:48.070Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-22T05:21:48.076Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@9473e93 2023-01-22T05:21:48.141Z||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-27c8cc60-d74e-46ea-a9b1-777dd20da655 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-01-22T05:21:48.193Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Instantiated an idempotent producer. 2023-01-22T05:21:48.274Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-22T05:21:48.335Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-22T05:21:48.336Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-22T05:21:48.336Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674364908332 2023-01-22T05:21:48.342Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-22T05:21:48.361Z||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-edca4255-fa52-4f34-ac0b-870d232b75aa client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-01-22T05:21:48.439Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-22T05:21:48.440Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-22T05:21:48.440Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674364908439 2023-01-22T05:21:48.442Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:21:48.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:21:48.445Z||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-354b9707-d74a-446f-ad98-b210a02b39f4 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-01-22T05:21:48.460Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-22T05:21:48.460Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-22T05:21:48.461Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674364908460 2023-01-22T05:21:48.462Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:21:48.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:21:48.470Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-22T05:21:49.228Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.230Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:49.230Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.231Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.231Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.232Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.232Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 8WpCUL8SRry0UJFkfAMyaw 2023-01-22T05:21:49.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Cluster ID: 1z3DyDr3Rum8ERYCER9BvQ 2023-01-22T05:21:49.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Cluster ID: 1z3DyDr3Rum8ERYCER9BvQ 2023-01-22T05:21:49.236Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-22T05:21:49.235Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Cluster ID: 1z3DyDr3Rum8ERYCER9BvQ 2023-01-22T05:21:49.236Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-22T05:21:49.239Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] ProducerId set to 2001 with epoch 0 2023-01-22T05:21:49.259Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] (Re-)joining group 2023-01-22T05:21:49.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] (Re-)joining group 2023-01-22T05:21:49.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa-68bde10c-0d27-4ad7-982a-ba7671be77dc 2023-01-22T05:21:49.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-01-22T05:21:49.318Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4-a6a3f537-8224-4de4-8c81-385ac0067e85 2023-01-22T05:21:49.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] (Re-)joining group 2023-01-22T05:21:49.318Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-01-22T05:21:49.318Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] (Re-)joining group 2023-01-22T05:21:55.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa-68bde10c-0d27-4ad7-982a-ba7671be77dc', protocol='range'} 2023-01-22T05:21:55.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4-a6a3f537-8224-4de4-8c81-385ac0067e85', protocol='range'} 2023-01-22T05:21:55.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.393Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, 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 IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T05:21:55.397Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa-68bde10c-0d27-4ad7-982a-ba7671be77dc=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-354b9707-d74a-446f-ad98-b210a02b39f4-a6a3f537-8224-4de4-8c81-385ac0067e85=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-01-22T05:21:55.418Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa-68bde10c-0d27-4ad7-982a-ba7671be77dc', protocol='range'} 2023-01-22T05:21:55.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4-a6a3f537-8224-4de4-8c81-385ac0067e85', protocol='range'} 2023-01-22T05:21:55.420Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-01-22T05:21:55.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-01-22T05:21:55.426Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-22T05:21:55.426Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-22T05:21:55.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-22T05:21:55.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-22T05:21:55.443Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-22T05:21:55.444Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-22T05:21:55.444Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-22T05:21:55.444Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-22T05:21:55.444Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-22T05:21:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-22T05:21:55.445Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-22T05:21:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-22T05:21:55.445Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-22T05:21:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-22T05:21:55.474Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-22T05:21:55.475Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-22T05:21:55.531Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-22T05:21:55.532Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-22T05:21:55.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-22T05:21:55.535Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-22T05:21:55.537Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-22T05:21:55.537Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-22T05:21:55.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-22T05:21:55.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-22T05:21:55.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-22T05:21:55.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-22T05:22:48.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:22:48.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:23:48.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:23:48.468Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:24:48.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:24:48.468Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:25:48.453Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:25:48.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:26:48.455Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:26:48.471Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:27:48.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:27:48.471Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:28:48.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:28:48.473Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:29:48.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:29:48.474Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:30:48.463Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:30:48.474Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:30:49.413Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-edca4255-fa52-4f34-ac0b-870d232b75aa, groupId=so] Node -1 disconnected. 2023-01-22T05:30:49.424Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-354b9707-d74a-446f-ad98-b210a02b39f4, groupId=so] Node -1 disconnected. 2023-01-22T05:30:49.496Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Node -1 disconnected. 2023-01-22T05:31:48.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:31:48.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:31:59.044Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-22T05:32:48.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:32:48.477Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:33:48.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:33:48.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:34:48.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:34:48.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:35:48.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:35:48.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:36:48.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:36:48.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:37:48.475Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:37:48.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:38:48.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:38:48.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:39:48.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:39:48.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:40:48.480Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:40:48.485Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:41:48.480Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:41:48.486Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:42:48.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:42:48.486Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:43:48.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:43:48.487Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:44:48.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:44:48.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:45:48.486Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:45:48.490Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:46:48.488Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:46:48.491Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:47:48.490Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:47:48.492Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:48:48.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:48:48.492Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:49:48.492Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:49:48.494Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:50:48.494Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:50:48.495Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:51:48.495Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:51:48.495Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:52:48.496Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:52:48.497Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:53:48.497Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:53:48.497Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:54:48.498Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:54:48.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:55:48.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:55:48.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:56:48.501Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:56:48.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:57:48.503Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:57:48.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:58:48.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:58:48.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T05:59:48.507Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T05:59:48.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:00:48.509Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:00:48.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:01:48.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:01:48.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:02:48.512Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:02:48.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:03:48.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:03:48.514Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:04:48.515Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:04:48.515Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:05:48.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:05:48.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:06:48.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:06:48.521Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:07:48.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:07:48.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:08:48.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:08:48.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:09:48.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:09:48.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:10:48.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:10:48.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:11:48.528Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:11:48.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:12:48.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:12:48.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:13:48.532Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:13:48.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:14:48.534Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:14:48.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:15:48.535Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:15:48.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:16:48.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:16:48.536Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:17:48.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:17:48.539Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:18:48.540Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:18:48.542Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:19:48.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:19:48.543Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:20:48.543Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:20:48.545Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:21:48.545Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:21:48.546Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:22:25.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:22:25.731Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d19d3d17-4310-409b-8a67-a6726f71dc42","serviceName":"vFW 2023-01-22 06-21-39","serviceVersion":"1.0","serviceUUID":"f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca","serviceDescription":"catalog service description","serviceInvariantUUID":"ce5a9748-46af-4674-bde5-ee52695ee72d","resources":[{"resourceInstanceName":"vFW b4d597b7-4754 0","resourceName":"vFW b4d597b7-4754","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"95a20395-f4f8-4a35-b655-f0b56ae0557c","resourceInvariantUUID":"961af110-fdde-4919-84d1-1f5d0c34ee8d","resourceCustomizationUUID":"32aaf357-3546-4be8-a5f9-f115fdd932ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml","artifactChecksum":"NmEzMTQwZTkxNzFiZmFhMTFlNGNiNWVhN2UyYmM5Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd8cb71a-b76b-45e5-b018-e390ad00e6c1","artifactVersion":"1"},{"artifactName":"vfwb4d597b747540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json","artifactChecksum":"NTc2YzQ1OGVlOWU3MzgxMmIxMDllMjI1MjY5YTdmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24796bb4-e768-48a5-8f94-7b9f8fb154a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72984626-c79a-467c-8b41-5dde190ec35e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml","artifactChecksum":"MGZhOTI4OTZmNjg0MGYxOGMwZGUwY2Y5YjA5NDZlYTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18bb8863-c63d-4025-add9-29e4411d6149","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"890a30e7-7414-42e1-bcfe-d6dd1b322155","artifactVersion":"2","generatedFromUUID":"72984626-c79a-467c-8b41-5dde190ec35e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230122062139-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml","artifactChecksum":"ZTMwNGRjMzM4OGZmNmY0YjY4YTdhNDZlMDY4ZTg2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"441b736a-b0bb-4359-9703-832a7460a16b","artifactVersion":"1"},{"artifactName":"service-Vfw20230122062139-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar","artifactChecksum":"MjUwNGE0MzBiY2I5ZDJlZDc2ZTgyZjMzYzhiOWQ5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6502a9b1-65fe-4b93-ab44-752f4627ae83","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:22:25.749Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:25.760Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:25.761Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:25.761Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:25.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.772Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.773Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.773Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T06:22:25.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:22:25.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:22:25.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:22:26.800Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:26.800Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:26.801Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:26.801Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:27.802Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:27.803Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:27.803Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:27.803Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:28.804Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:28.805Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:28.806Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:28.806Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:29.807Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:29.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:29.808Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:29.808Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:30.809Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:30.810Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:30.810Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:30.810Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:31.811Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:22:31.811Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:31.812Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:31.812Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:32.814Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "serviceName": "vFW 2023-01-22 06-21-39", "serviceVersion": "1.0", "serviceUUID": "f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce5a9748-46af-4674-bde5-ee52695ee72d", "resources": [ { "resourceInstanceName": "vFW b4d597b7-4754 0", "resourceCustomizationUUID": "32aaf357-3546-4be8-a5f9-f115fdd932ef", "resourceName": "vFW b4d597b7-4754", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "95a20395-f4f8-4a35-b655-f0b56ae0557c", "resourceInvariantUUID": "961af110-fdde-4919-84d1-1f5d0c34ee8d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb4d597b747540_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "artifactChecksum": "NTc2YzQ1OGVlOWU3MzgxMmIxMDllMjI1MjY5YTdmNWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24796bb4-e768-48a5-8f94-7b9f8fb154a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "72984626-c79a-467c-8b41-5dde190ec35e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "890a30e7-7414-42e1-bcfe-d6dd1b322155", "generatedFromUUID": "72984626-c79a-467c-8b41-5dde190ec35e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "890a30e7-7414-42e1-bcfe-d6dd1b322155", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230122062139-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "artifactChecksum": "MjUwNGE0MzBiY2I5ZDJlZDc2ZTgyZjMzYzhiOWQ5YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6502a9b1-65fe-4b93-ab44-752f4627ae83" } ], "workloadContext": "Production" } 2023-01-22T06:22:32.816Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:22:32.816Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca ASDC 2023-01-22T06:22:32.956Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d19d3d17-4310-409b-8a67-a6726f71dc42 ServiceName:vFW 2023-01-22 06-21-39 ServiceVersion:1.0 ServiceUUID:f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca ServiceInvariantUUID:ce5a9748-46af-4674-bde5-ee52695ee72d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230122062139-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar ArtifactUUID:6502a9b1-65fe-4b93-ab44-752f4627ae83 ArtifactChecksum:MjUwNGE0MzBiY2I5ZDJlZDc2ZTgyZjMzYzhiOWQ5YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b4d597b7-4754 0 ResourceCustomizationUUID:32aaf357-3546-4be8-a5f9-f115fdd932ef ResourceInvariantUUID:961af110-fdde-4919-84d1-1f5d0c34ee8d ResourceName:vFW b4d597b7-4754 ResourceType:VF ResourceUUID:95a20395-f4f8-4a35-b655-f0b56ae0557c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb4d597b747540_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json ArtifactUUID:24796bb4-e768-48a5-8f94-7b9f8fb154a5 ArtifactChecksum:NTc2YzQ1OGVlOWU3MzgxMmIxMDllMjI1MjY5YTdmNWM= 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/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml ArtifactUUID:72984626-c79a-467c-8b41-5dde190ec35e 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/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env ArtifactUUID:890a30e7-7414-42e1-bcfe-d6dd1b322155 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/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env ArtifactUUID:890a30e7-7414-42e1-bcfe-d6dd1b322155 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T06:22:32.957Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:22:33.256Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:22:33.258Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:22:33.259Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:22:33.259Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6502a9b1-65fe-4b93-ab44-752f4627ae83 from URL: /sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:33.259Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:22:33.260Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:33.514Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:22:33.535Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar 6502a9b1-65fe-4b93-ab44-752f4627ae83 101515 2023-01-22T06:22:33.536Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar ASDC sendASDCNotification 2023-01-22T06:22:33.536Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:33.537Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:22:33.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:33.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:33.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368553535, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:34.540Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:22:34.541Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:22:34.541Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6502a9b1-65fe-4b93-ab44-752f4627ae83, URL: /sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar to file: /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:34.542Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230122062139-csar.csar 2023-01-22T06:22:34.646Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:34.647Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:35.372Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2415835238019928919/Definitions/service-Vfw20230122062139-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-22T06:22:38.159Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:22:38.164Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:22:38.164Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.164Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-22T06:22:38.164Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4d597b7-4754 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-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.165Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.166Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.166Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.166Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:38.166Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:22:38.173Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.175Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.179Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:38.180Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:22:38.181Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:22:38.183Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.183Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:38.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:22:38.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:22:38.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.188Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.188Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:38.188Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:38.188Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-22T06:22:38.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-22T06:22:38.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-22T06:22:38.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.191Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-22T06:22:38.191Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.191Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T06:22:38.191Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.191Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:22:38.192Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.193Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:38.193Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:38.193Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.193Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:38.194Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:38.194Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.194Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:38.194Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:38.194Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-22T06:22:38.195Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-22T06:22:38.196Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.196Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.196Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-22T06:22:38.196Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.196Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-22T06:22:38.197Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.197Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b7bfc4d-2ff8-43c5-b13f-2c64a88890e6 2023-01-22T06:22:38.197Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.197Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:38.197Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.198Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.199Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d064cc53-579d-46cc-af02-1c5d04888949 2023-01-22T06:22:38.200Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.200Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:38.200Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:38.200Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-22T06:22:38.200Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-22T06:22:38.201Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-22T06:22:38.202Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:38.202Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:38.202Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-22T06:22:38.202Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=399c00b2-1c44-4418-8712-c91fdf660b17 2023-01-22T06:22:38.202Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.203Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.203Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.203Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.203Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.203Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.204Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:38.204Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:38.204Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-22 06-21-39 Description:catalog service description Model UUID:f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca Model Version:NULL Model InvariantUuid:ce5a9748-46af-4674-bde5-ee52695ee72d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b4d597b7-4754 Model UUID:b9a53f21-9511-4407-af4a-fabdfcba61a6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:961af110-fdde-4919-84d1-1f5d0c34ee8d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:32aaf357-3546-4be8-a5f9-f115fdd932ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e959cf54-0512-4eb0-8bbc-e8f4a794725a ModelName:VfwB4d597b74754..base_vfw..module-0 ModelUuid:569274d7-d8a0-4062-aabe-d97db6dc3a9e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8b7bfc4d-2ff8-43c5-b13f-2c64a88890e6 ModelInvariantUuid:6719662c-31f0-4e70-9b35-63c2e9ab8bfc ModelName:vFW b4d597b7-4754-nodes.vfwCvfc ModelUuid:458c6260-9dfb-425e-81ee-49550f313ae6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9b1d4725-874b-46bf-a867-7604a15d6711 ModelInvariantUuid:d1f2174d-309c-4465-adb2-ba0963828f6b ModelName:VfwB4d597b74754.compute.nodes.heat.vfw ModelUuid:40651fa8-254f-4b69-8462-cd995c5578dd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d064cc53-579d-46cc-af02-1c5d04888949 ModelInvariantUuid:c0e8c590-a514-43a9-876a-a07b0aaf7e9b ModelName:vFW b4d597b7-4754-nodes.vsnCvfc ModelUuid:cfa7e32f-01bf-4688-a095-df65c724f230 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0bb38848-6c8e-4a1f-82ec-72d8b6a578be ModelInvariantUuid:13503266-892b-46cf-bf94-5ea681ef8efd ModelName:VfwB4d597b74754.compute.nodes.heat.vsn ModelUuid:3037047e-2e1a-43ee-bfed-e529756e6f0e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:399c00b2-1c44-4418-8712-c91fdf660b17 ModelInvariantUuid:caf721e8-b8b2-43cd-b5d7-dbb62ae33ad0 ModelName:vFW b4d597b7-4754-nodes.vpgCvfc ModelUuid:ae5c3cc7-9fa5-46cf-9d7d-e90dd3a07c9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9f1d955e-adff-4d51-8b56-0d7b25d69dd0 ModelInvariantUuid:68d0f483-c86c-4809-9878-ef2c71ae92e2 ModelName:VfwB4d597b74754.compute.nodes.heat.vpg ModelUuid:e6f62bfc-5c7c-4fb0-88cd-03ed0974a19f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:22:38.227Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 95a20395-f4f8-4a35-b655-f0b56ae0557c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:22:38.318Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||vFW b4d597b7-4754 0 2023-01-22T06:22:38.325Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 95a20395-f4f8-4a35-b655-f0b56ae0557c 2023-01-22T06:22:38.325Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24796bb4-e768-48a5-8f94-7b9f8fb154a5 from URL: /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json 2023-01-22T06:22:38.325Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:22:38.326Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json 2023-01-22T06:22:38.386Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:22:38.386Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json 24796bb4-e768-48a5-8f94-7b9f8fb154a5 785 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json ASDC sendASDCNotification 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:38.387Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368558386, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:39.389Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB4d597b74754..base_vfw..module-0", "vfModuleModelInvariantUUID": "e959cf54-0512-4eb0-8bbc-e8f4a794725a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "569274d7-d8a0-4062-aabe-d97db6dc3a9e", "vfModuleModelCustomizationUUID": "f61ab1fc-9bc3-45a7-a70c-8a848da917ce", "isBase": true, "artifacts": [ "72984626-c79a-467c-8b41-5dde190ec35e", "890a30e7-7414-42e1-bcfe-d6dd1b322155" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:22:39.405Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB4d597b74754..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:569274d7-d8a0-4062-aabe-d97db6dc3a9e VfModuleModelInvariantUUID:e959cf54-0512-4eb0-8bbc-e8f4a794725a VfModuleModelDescription:NULL Artifacts UUID List:{ 72984626-c79a-467c-8b41-5dde190ec35e , 890a30e7-7414-42e1-bcfe-d6dd1b322155 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:22:39.408Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB4d597b74754..base_vfw..module-0", "vfModuleModelInvariantUUID": "e959cf54-0512-4eb0-8bbc-e8f4a794725a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "569274d7-d8a0-4062-aabe-d97db6dc3a9e", "vfModuleModelCustomizationUUID": "f61ab1fc-9bc3-45a7-a70c-8a848da917ce", "isBase": true, "artifacts": [ "72984626-c79a-467c-8b41-5dde190ec35e", "890a30e7-7414-42e1-bcfe-d6dd1b322155" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:22:39.408Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB4d597b74754..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:569274d7-d8a0-4062-aabe-d97db6dc3a9e VfModuleModelInvariantUUID:e959cf54-0512-4eb0-8bbc-e8f4a794725a VfModuleModelDescription:NULL Artifacts UUID List:{ 72984626-c79a-467c-8b41-5dde190ec35e , 890a30e7-7414-42e1-bcfe-d6dd1b322155 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:22:39.408Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72984626-c79a-467c-8b41-5dde190ec35e from URL: /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml 2023-01-22T06:22:39.408Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:22:39.409Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml 2023-01-22T06:22:39.463Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:22:39.465Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml 72984626-c79a-467c-8b41-5dde190ec35e 20368 2023-01-22T06:22:39.466Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-22T06:22:39.466Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml 2023-01-22T06:22:39.466Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:22:39.467Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:39.467Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:39.468Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368559466, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:40.470Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 890a30e7-7414-42e1-bcfe-d6dd1b322155 from URL: /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env 2023-01-22T06:22:40.470Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:22:40.471Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env 2023-01-22T06:22:40.537Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:22:40.538Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env 890a30e7-7414-42e1-bcfe-d6dd1b322155 2098 2023-01-22T06:22:40.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-22T06:22:40.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env 2023-01-22T06:22:40.539Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:22:40.540Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:40.540Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:40.541Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368560539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:41.542Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca 2023-01-22T06:22:41.542Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b4d597b7-4754 0 95a20395-f4f8-4a35-b655-f0b56ae0557c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:22:41.583Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21ff550c, org.onap.sdc.toscaparser.api.parameters.Input@4b779722, org.onap.sdc.toscaparser.api.parameters.Input@182206ce, org.onap.sdc.toscaparser.api.parameters.Input@74be10d2, org.onap.sdc.toscaparser.api.parameters.Input@2fb27c7c] 2023-01-22T06:22:41.587Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.588Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.588Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T06:22:41.588Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 32aaf357-3546-4be8-a5f9-f115fdd932ef 2023-01-22T06:22:41.588Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32aaf357-3546-4be8-a5f9-f115fdd932ef matches Tosca VF Customization UUID: 32aaf357-3546-4be8-a5f9-f115fdd932ef 2023-01-22T06:22:41.588Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 32aaf357-3546-4be8-a5f9-f115fdd932ef matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T06:22:41.596Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.596Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.598Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 32aaf357-3546-4be8-a5f9-f115fdd932ef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-22T06:22:41.598Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d7c5106 2023-01-22T06:22:41.598Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.598Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:22:41.599Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f61ab1fc-9bc3-45a7-a70c-8a848da917ce 2023-01-22T06:22:41.600Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f61ab1fc-9bc3-45a7-a70c-8a848da917ce Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T06:22:41.607Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.607Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.608Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:41.608Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.609Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.609Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:41.609Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.609Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:41.610Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:41.610Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-22T06:22:41.610Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:41.610Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-22T06:22:41.610Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-22T06:22:41.611Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.612Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b7bfc4d-2ff8-43c5-b13f-2c64a88890e6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:22:41.621Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.621Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.621Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:41.622Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.622Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:41.622Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:41.623Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-22T06:22:41.623Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.623Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.623Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-22T06:22:41.624Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.624Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:41.624Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-22T06:22:41.624Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-22T06:22:41.625Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.625Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-22T06:22:41.625Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.625Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d064cc53-579d-46cc-af02-1c5d04888949 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:22:41.628Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.628Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.628Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:41.631Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.631Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is not matching search criteria 2023-01-22T06:22:41.632Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-22T06:22:41.632Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-22T06:22:41.632Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.632Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.632Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-22T06:22:41.633Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-22T06:22:41.634Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-22T06:22:41.634Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=399c00b2-1c44-4418-8712-c91fdf660b17 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:22:41.636Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.636Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.636Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:22:41.637Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.637Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Node template vFW b4d597b7-4754 0 is matching search criteria 2023-01-22T06:22:41.637Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b4d597b7-4754 0] matching following query criteria: sdcType=VF, customizationUUID=32aaf357-3546-4be8-a5f9-f115fdd932ef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:22:41.639Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.639Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.640Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca: vFW b4d597b7-4754 2023-01-22T06:22:41.640Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.640Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.640Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.640Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.641Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.641Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.641Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.641Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.641Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:22:41.642Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-22 06-21-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:22:41.642Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-22 06-21-39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:22:41.956Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b4d597b7-4754 95a20395-f4f8-4a35-b655-f0b56ae0557c 1 ASDC deployResourceStructure 2023-01-22T06:22:41.957Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json ASDC sendASDCNotification 2023-01-22T06:22:41.957Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json 2023-01-22T06:22:41.957Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:22:41.958Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:41.958Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:41.958Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368561957, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:42.959Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-22T06:22:42.960Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml 2023-01-22T06:22:42.960Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:22:42.960Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:42.960Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:42.961Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368562959, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:43.963Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-22T06:22:43.964Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env 2023-01-22T06:22:43.964Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:22:43.965Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:43.965Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:43.965Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368563963, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:44.968Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar ASDC sendASDCNotification 2023-01-22T06:22:44.968Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar 2023-01-22T06:22:44.968Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:22:44.969Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:22:44.970Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:22:44.970Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368564968, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:45.972Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:22:46.001Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:22:46.003Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:22:46.004Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:22:46.004Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:22:48.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:22:48.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:22:48.468Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:22:48.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:16.004Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:23:16.015Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:23:16.017Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:23:16.017Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:23:16.017Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:23:46.018Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:23:46.029Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:23:46.031Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:23:46.032Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:23:46.032Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:23:48.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:23:48.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.470Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOTIFIED" } 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOTIFIED" } 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.475Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.477Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.477Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.479Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.480Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.482Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.483Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.484Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368545109, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "ves-openapi-manager", "timestamp": 1674368535854, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368502697, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368537553, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368534202, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368508546, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368554377, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368554471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368554486, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368554888, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.490Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368553535, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.490Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "cds-sdc-listener", "timestamp": 1674368555489, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:23:48.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d19d3d17-4310-409b-8a67-a6726f71dc42 2023-01-22T06:23:48.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19d3d17-4310-409b-8a67-a6726f71dc42 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:23:48.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.507Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368555508, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.508Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368555464, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.509Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.509Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "policy-distribution", "timestamp": 1674368556512, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:23:48.514Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d19d3d17-4310-409b-8a67-a6726f71dc42 2023-01-22T06:23:48.514Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19d3d17-4310-409b-8a67-a6726f71dc42 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:23:48.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.522Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368556519, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.523Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368557610, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:23:48.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d19d3d17-4310-409b-8a67-a6726f71dc42 2023-01-22T06:23:48.529Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19d3d17-4310-409b-8a67-a6726f71dc42 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T06:23:48.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "multicloud-k8s", "timestamp": 1674368558614, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368558386, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368551727, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368559466, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368559559, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368560539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:23:48.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368561957, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/vfwb4d597b747540_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368562959, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368563963, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/resourceInstances/vfwb4d597b747540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368564968, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368565064, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:23:48.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368566072, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:23:48.551Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d19d3d17-4310-409b-8a67-a6726f71dc42 2023-01-22T06:23:48.551Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19d3d17-4310-409b-8a67-a6726f71dc42 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:23:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:23:48.560Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368570138, "artifactURL": "/sdc/v1/catalog/services/Vfw20230122062139/1.0/artifacts/service-Vfw20230122062139-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:23:48.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:16.033Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:24:16.048Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:24:16.052Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:24:16.052Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:24:16.052Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:24:46.053Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:24:46.074Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:24:46.077Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:24:46.077Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:24:46.077Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:24:48.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:24:48.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.479Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "aai-model-loader", "timestamp": 1674368571141, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:24:48.489Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d19d3d17-4310-409b-8a67-a6726f71dc42 2023-01-22T06:24:48.489Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19d3d17-4310-409b-8a67-a6726f71dc42 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:24:48.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.501Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.503Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.504Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.506Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-22T06:24:48.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.506Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.507Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.509Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.510Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.512Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368557514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.513Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368572143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "ves-openapi-manager", "timestamp": 1674368555593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.514Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368556497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368559623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368580914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368581376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368580993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368580999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368581995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:24:48.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "cds-sdc-listener", "timestamp": 1674368582005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:24:48.534Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf94dfc0-d43c-47e3-9bd2-cb8058c5538d 2023-01-22T06:24:48.534Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:24:48.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368581969, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "policy-distribution", "timestamp": 1674368582996, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:24:48.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf94dfc0-d43c-47e3-9bd2-cb8058c5538d 2023-01-22T06:24:48.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:24:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.564Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368583023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.565Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.565Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368584047, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:24:48.570Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf94dfc0-d43c-47e3-9bd2-cb8058c5538d 2023-01-22T06:24:48.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T06:24:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.578Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "multicloud-k8s", "timestamp": 1674368585050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:24:48.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.580Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.580Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.581Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368588703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:24:48.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.582Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:24:48.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.582Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "aai-model-loader", "timestamp": 1674368589705, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:24:48.591Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf94dfc0-d43c-47e3-9bd2-cb8058c5538d 2023-01-22T06:24:48.591Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:24:48.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368581727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:24:48.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.603Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368589456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:24:48.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.604Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368591754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:24:48.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:24:48.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:24:48.605Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674368592758, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:24:48.611Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf94dfc0-d43c-47e3-9bd2-cb8058c5538d 2023-01-22T06:24:48.611Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:25:16.078Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:25:16.089Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:25:16.092Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:25:16.092Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:25:16.093Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:25:16.094Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:25:16.101Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:25:46.101Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d19d3d17-4310-409b-8a67-a6726f71dc42 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:25:46.117Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d19d3d17-4310-409b-8a67-a6726f71dc42 and serviceModelVersionId: f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca 2023-01-22T06:25:46.118Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce5a9748-46af-4674-bde5-ee52695ee72d 2023-01-22T06:25:48.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:03.006Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0 2023-01-22T06:26:03.141Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:26:03.703Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0|INFO|500||Invoke 2023-01-22T06:26:03.709Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d19d3d17-4310-409b-8a67-a6726f71dc42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e3f2697-9eaa-4c61-979a-8e695a6b65ef], X-ECOMP-RequestID=[d19d3d17-4310-409b-8a67-a6726f71dc42], X-TransactionId=[], X-ONAP-RequestID=[d19d3d17-4310-409b-8a67-a6726f71dc42], Content-Type=[application/merge-patch+json]} 2023-01-22T06:26:03.843Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:26:04.116Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?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/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:26:05 GMT], content-length=[0], vertex-id=[372984], x-aai-txid=[1-aai-resources-230122-06:26:05:215-9108], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:26:04.118Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:26:04.119Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce5a9748-46af-4674-bde5-ee52695ee72d/model-vers/model-ver/f900d9a8-95e6-4cfc-a9cc-07a3fdaa52ca?depth=0|INFO|500||InvokeReturn 2023-01-22T06:26:04.123Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:26:04.124Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:26:04.138Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:26:04.139Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d19d3d17-4310-409b-8a67-a6726f71dc42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:26:04.140Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:26:04.141Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:04.141Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:04.142Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368764139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:04.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-22T06:26:04.153Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "d19d3d17-4310-409b-8a67-a6726f71dc42", "consumerID": "SO-sdc-controller", "timestamp": 1674368764139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:26:04.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:26:05.160Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:26:05.166Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:26:05.167Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"cf94dfc0-d43c-47e3-9bd2-cb8058c5538d","serviceName":"basic_onboard_TCtROv","serviceVersion":"1.0","serviceUUID":"2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f","serviceDescription":"service","serviceInvariantUUID":"73068cf1-64a7-4d64-a7f0-779543bd2dbb","resources":[{"resourceInstanceName":"basic_onboard_TCtROv 0","resourceName":"basic_onboard_TCtROv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"824d054f-9643-4764-bab4-5e0a13851055","resourceInvariantUUID":"6f165fad-a15a-4794-9778-1a731c6beb86","resourceCustomizationUUID":"646ae1bb-001b-4fa0-9fdd-22f65875bff0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ4ZDRkNjMwOWNmMjc1ODg3NDU0YTdmMTc1N2EwMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcf26db9-06c5-49ee-bf49-7969a6b38c8d","artifactVersion":"1"},{"artifactName":"basic_onboard_tctrov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json","artifactChecksum":"MGE2YjkwN2Q1ODE4ZmYyMWM0MTI0YTFjODI4OWYzNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f77a0b3-3e7a-4129-9a8e-d2e32c106df7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a8bed2be-f45a-4fc1-931d-f1a71ec61e5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"318f6aba-3560-4f90-992b-e996755d09c8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91a587af-e047-442f-922b-6a0e66e0e839","artifactVersion":"2","generatedFromUUID":"a8bed2be-f45a-4fc1-931d-f1a71ec61e5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTctrov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml","artifactChecksum":"NTUzOGYwN2U3MmQ1YzBlMWM2OGQ1NDM5NWIzNmMzNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc340a3e-54cf-484e-af4e-ade010725cfb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTctrov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar","artifactChecksum":"ZjJkYjRkMjlkMzI2Mjk3YWZlM2M1ODliNzI1MTBiOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f76d7505-2db7-487b-8197-f7a2869e10c7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:26:05.170Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:05.170Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:05.170Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:05.171Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:06.176Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:06.177Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:06.177Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:06.177Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:07.178Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:07.178Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:07.179Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:07.179Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:08.180Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:08.181Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:08.181Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:08.182Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:09.183Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:09.183Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:09.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:09.184Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:10.185Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:10.185Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:10.186Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:10.186Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:11.186Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:26:11.187Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:11.187Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:11.188Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:12.189Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "serviceName": "basic_onboard_TCtROv", "serviceVersion": "1.0", "serviceUUID": "2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f", "serviceDescription": "service", "serviceInvariantUUID": "73068cf1-64a7-4d64-a7f0-779543bd2dbb", "resources": [ { "resourceInstanceName": "basic_onboard_TCtROv 0", "resourceCustomizationUUID": "646ae1bb-001b-4fa0-9fdd-22f65875bff0", "resourceName": "basic_onboard_TCtROv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "824d054f-9643-4764-bab4-5e0a13851055", "resourceInvariantUUID": "6f165fad-a15a-4794-9778-1a731c6beb86", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_tctrov0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "artifactChecksum": "MGE2YjkwN2Q1ODE4ZmYyMWM0MTI0YTFjODI4OWYzNjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f77a0b3-3e7a-4129-9a8e-d2e32c106df7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a8bed2be-f45a-4fc1-931d-f1a71ec61e5e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "91a587af-e047-442f-922b-6a0e66e0e839", "generatedFromUUID": "a8bed2be-f45a-4fc1-931d-f1a71ec61e5e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "91a587af-e047-442f-922b-6a0e66e0e839", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardTctrov-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "artifactChecksum": "ZjJkYjRkMjlkMzI2Mjk3YWZlM2M1ODliNzI1MTBiOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f76d7505-2db7-487b-8197-f7a2869e10c7" } ], "workloadContext": "Production" } 2023-01-22T06:26:12.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:26:12.190Z|d19d3d17-4310-409b-8a67-a6726f71dc42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f ASDC 2023-01-22T06:26:12.190Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:cf94dfc0-d43c-47e3-9bd2-cb8058c5538d ServiceName:basic_onboard_TCtROv ServiceVersion:1.0 ServiceUUID:2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f ServiceInvariantUUID:73068cf1-64a7-4d64-a7f0-779543bd2dbb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardTctrov-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar ArtifactUUID:f76d7505-2db7-487b-8197-f7a2869e10c7 ArtifactChecksum:ZjJkYjRkMjlkMzI2Mjk3YWZlM2M1ODliNzI1MTBiOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_TCtROv 0 ResourceCustomizationUUID:646ae1bb-001b-4fa0-9fdd-22f65875bff0 ResourceInvariantUUID:6f165fad-a15a-4794-9778-1a731c6beb86 ResourceName:basic_onboard_TCtROv ResourceType:VF ResourceUUID:824d054f-9643-4764-bab4-5e0a13851055 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_tctrov0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json ArtifactUUID:0f77a0b3-3e7a-4129-9a8e-d2e32c106df7 ArtifactChecksum:MGE2YjkwN2Q1ODE4ZmYyMWM0MTI0YTFjODI4OWYzNjA= 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/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml ArtifactUUID:a8bed2be-f45a-4fc1-931d-f1a71ec61e5e 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/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env ArtifactUUID:91a587af-e047-442f-922b-6a0e66e0e839 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/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env ArtifactUUID:91a587af-e047-442f-922b-6a0e66e0e839 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T06:26:12.191Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:26:12.224Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:26:12.226Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:26:12.226Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:26:12.227Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f76d7505-2db7-487b-8197-f7a2869e10c7 from URL: /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:12.228Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:26:12.230Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:12.459Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:26:12.464Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar f76d7505-2db7-487b-8197-f7a2869e10c7 75667 2023-01-22T06:26:12.464Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar ASDC sendASDCNotification 2023-01-22T06:26:12.464Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:12.465Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:26:12.465Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:12.465Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:12.465Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368772464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:13.466Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:26:13.467Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:26:13.467Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f76d7505-2db7-487b-8197-f7a2869e10c7, URL: /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar to file: /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:13.468Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:13.468Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:13.468Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:13.620Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17870971120258107898/Definitions/service-BasicOnboardTctrov-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-22T06:26:14.928Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TCtROv 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-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.929Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.930Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:14.930Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:26:14.930Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.930Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.931Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:14.932Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:26:14.932Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:26:14.932Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.932Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.932Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is not matching search criteria 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T06:26:14.933Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.934Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:26:14.934Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.934Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:14.934Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:14.934Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.935Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:14.935Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:14.935Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.935Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:14.935Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is not matching search criteria 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3821d83-594b-425a-9ce6-ea807f41cfc7 2023-01-22T06:26:14.936Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.937Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:14.938Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:14.938Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_TCtROv Description:service Model UUID:2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f Model Version:NULL Model InvariantUuid:73068cf1-64a7-4d64-a7f0-779543bd2dbb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_TCtROv Model UUID:29921126-6eab-4ba4-a4a6-9f43bc6254e6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6f165fad-a15a-4794-9778-1a731c6beb86 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:646ae1bb-001b-4fa0-9fdd-22f65875bff0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:207c52b1-1d37-47f8-aa5e-f9b332537907 ModelName:BasicOnboardTctrov..base_ubuntu18..module-0 ModelUuid:d8dc990b-7b6f-406e-999d-1f8dec513e64 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f3821d83-594b-425a-9ce6-ea807f41cfc7 ModelInvariantUuid:532cfc44-8902-4939-9953-27e9b9123fc2 ModelName:basic_onboard_TCtROv-nodes.ubuntu18Cvfc ModelUuid:1a9f2686-12c0-4429-9935-a439f0c86a8d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:83eea305-1122-49ea-9fa0-94a47f0b8437 ModelInvariantUuid:a5b97788-dd25-4cc9-b9ac-cf0ae66c3a5b ModelName:BasicOnboardTctrov.compute.nodes.heat.ubuntu18 ModelUuid:0b54eeeb-fd8a-4a53-b59b-6aa326e03c82 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:26:14.946Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 824d054f-9643-4764-bab4-5e0a13851055 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:26:14.950Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||basic_onboard_TCtROv 0 2023-01-22T06:26:14.950Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 824d054f-9643-4764-bab4-5e0a13851055 2023-01-22T06:26:14.950Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f77a0b3-3e7a-4129-9a8e-d2e32c106df7 from URL: /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json 2023-01-22T06:26:14.951Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:26:14.951Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json 2023-01-22T06:26:15.000Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:26:15.001Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json 0f77a0b3-3e7a-4129-9a8e-d2e32c106df7 798 2023-01-22T06:26:15.001Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json ASDC sendASDCNotification 2023-01-22T06:26:15.001Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json 2023-01-22T06:26:15.001Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:26:15.002Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:15.002Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:15.002Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368775001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:16.003Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTctrov..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "207c52b1-1d37-47f8-aa5e-f9b332537907", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8dc990b-7b6f-406e-999d-1f8dec513e64", "vfModuleModelCustomizationUUID": "809a1156-6bd8-421b-bf14-ea8325ccef36", "isBase": true, "artifacts": [ "a8bed2be-f45a-4fc1-931d-f1a71ec61e5e", "91a587af-e047-442f-922b-6a0e66e0e839" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:26:16.008Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTctrov..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8dc990b-7b6f-406e-999d-1f8dec513e64 VfModuleModelInvariantUUID:207c52b1-1d37-47f8-aa5e-f9b332537907 VfModuleModelDescription:NULL Artifacts UUID List:{ a8bed2be-f45a-4fc1-931d-f1a71ec61e5e , 91a587af-e047-442f-922b-6a0e66e0e839 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:26:16.009Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardTctrov..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "207c52b1-1d37-47f8-aa5e-f9b332537907", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8dc990b-7b6f-406e-999d-1f8dec513e64", "vfModuleModelCustomizationUUID": "809a1156-6bd8-421b-bf14-ea8325ccef36", "isBase": true, "artifacts": [ "a8bed2be-f45a-4fc1-931d-f1a71ec61e5e", "91a587af-e047-442f-922b-6a0e66e0e839" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:26:16.010Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardTctrov..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8dc990b-7b6f-406e-999d-1f8dec513e64 VfModuleModelInvariantUUID:207c52b1-1d37-47f8-aa5e-f9b332537907 VfModuleModelDescription:NULL Artifacts UUID List:{ a8bed2be-f45a-4fc1-931d-f1a71ec61e5e , 91a587af-e047-442f-922b-6a0e66e0e839 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:26:16.010Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8bed2be-f45a-4fc1-931d-f1a71ec61e5e from URL: /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml 2023-01-22T06:26:16.010Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:26:16.010Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml 2023-01-22T06:26:16.063Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:26:16.064Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml a8bed2be-f45a-4fc1-931d-f1a71ec61e5e 5033 2023-01-22T06:26:16.064Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-22T06:26:16.064Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml 2023-01-22T06:26:16.064Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:26:16.064Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:16.065Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:16.065Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368776064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:17.066Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91a587af-e047-442f-922b-6a0e66e0e839 from URL: /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env 2023-01-22T06:26:17.066Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:26:17.066Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env 2023-01-22T06:26:17.108Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:26:17.109Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env 91a587af-e047-442f-922b-6a0e66e0e839 909 2023-01-22T06:26:17.109Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-22T06:26:17.109Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env 2023-01-22T06:26:17.109Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:26:17.110Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:17.110Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:17.110Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368777109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:18.111Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f 2023-01-22T06:26:18.112Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TCtROv 0 824d054f-9643-4764-bab4-5e0a13851055 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:26:18.126Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3537eb15, org.onap.sdc.toscaparser.api.parameters.Input@23f4d1a6, org.onap.sdc.toscaparser.api.parameters.Input@affa5c7, org.onap.sdc.toscaparser.api.parameters.Input@3bf712be, org.onap.sdc.toscaparser.api.parameters.Input@31123996] 2023-01-22T06:26:18.127Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.128Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.128Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T06:26:18.128Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 646ae1bb-001b-4fa0-9fdd-22f65875bff0 2023-01-22T06:26:18.129Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 646ae1bb-001b-4fa0-9fdd-22f65875bff0 matches Tosca VF Customization UUID: 646ae1bb-001b-4fa0-9fdd-22f65875bff0 2023-01-22T06:26:18.129Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 646ae1bb-001b-4fa0-9fdd-22f65875bff0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T06:26:18.132Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.132Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.133Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 646ae1bb-001b-4fa0-9fdd-22f65875bff0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-22T06:26:18.133Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40a96511 2023-01-22T06:26:18.133Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.133Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:26:18.134Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 809a1156-6bd8-421b-bf14-ea8325ccef36 2023-01-22T06:26:18.134Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 809a1156-6bd8-421b-bf14-ea8325ccef36 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T06:26:18.139Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.139Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:18.140Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:18.140Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.140Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:18.140Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:18.141Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.141Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is not matching search criteria 2023-01-22T06:26:18.141Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-22T06:26:18.141Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-22T06:26:18.141Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3821d83-594b-425a-9ce6-ea807f41cfc7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:26:18.143Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.144Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:18.144Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:26:18.144Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.144Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TCtROv 0 is matching search criteria 2023-01-22T06:26:18.144Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TCtROv 0] matching following query criteria: sdcType=VF, customizationUUID=646ae1bb-001b-4fa0-9fdd-22f65875bff0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:26:18.146Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.146Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.146Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f: basic_onboard_TCtROv 2023-01-22T06:26:18.146Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.147Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.147Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.147Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.147Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.147Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.148Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.148Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.148Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:26:18.148Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TCtROv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:26:18.148Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_TCtROv Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:26:18.241Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TCtROv 824d054f-9643-4764-bab4-5e0a13851055 1 ASDC deployResourceStructure 2023-01-22T06:26:18.242Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json ASDC sendASDCNotification 2023-01-22T06:26:18.242Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json 2023-01-22T06:26:18.242Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:26:18.243Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:18.243Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:18.244Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368778242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:19.245Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-22T06:26:19.246Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml 2023-01-22T06:26:19.246Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:26:19.247Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:19.247Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:19.247Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368779245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:20.248Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-22T06:26:20.249Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env 2023-01-22T06:26:20.249Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:26:20.249Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:20.249Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:20.250Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368780248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:21.251Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar ASDC sendASDCNotification 2023-01-22T06:26:21.251Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar 2023-01-22T06:26:21.251Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:26:21.252Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:21.252Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:21.252Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368781250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:22.253Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf94dfc0-d43c-47e3-9bd2-cb8058c5538d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:26:22.268Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf94dfc0-d43c-47e3-9bd2-cb8058c5538d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:26:22.271Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:26:22.272Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:26:22.278Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:26:48.465Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:26:48.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.477Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:26:48.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:26:48.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368765160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368772464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368775001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368776064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368777109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368778242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/basic_onboard_tctrov0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368779245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368780248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/resourceInstances/basic_onboard_tctrov0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-22T06:26:48.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368781250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTctrov/1.0/artifacts/service-BasicOnboardTctrov-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:26:48.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:26:52.278Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:26:52.285Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and serviceModelVersionId: 2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f 2023-01-22T06:26:52.285Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73068cf1-64a7-4d64-a7f0-779543bd2dbb 2023-01-22T06:26:52.286Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0 2023-01-22T06:26:52.291Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:26:52.344Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-22T06:26:52.345Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0|INFO|500||Invoke 2023-01-22T06:26:52.371Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:26:52.473Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0|INFO|500||InvokeReturn 2023-01-22T06:26:52.474Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73068cf1-64a7-4d64-a7f0-779543bd2dbb/model-vers/model-ver/2d8b0f85-42e0-4e6d-9b44-1f0e52a1900f?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:26:53 GMT], content-length=[0], vertex-id=[196784], x-aai-txid=[1-aai-resources-230122-06:26:53:740-97034], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:26:52.474Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:26:52.474Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:26:52.474Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:26:52.481Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:26:52.481Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf94dfc0-d43c-47e3-9bd2-cb8058c5538d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:26:52.482Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:26:52.482Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:26:52.482Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:26:52.482Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368812481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:26:53.495Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:27:48.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:27:48.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:27:48.473Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cf94dfc0-d43c-47e3-9bd2-cb8058c5538d", "consumerID": "SO-sdc-controller", "timestamp": 1674368812481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:27:48.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:27:53.496Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:28:48.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:28:53.497Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:29:48.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:29:53.498Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:30:48.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:30:53.498Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:31:48.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:31:53.499Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:32:48.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:32:53.499Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:33:48.472Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:33:53.501Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:34:48.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:34:53.502Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:35:48.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:35:53.502Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:36:48.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:36:53.503Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:36:57.258Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:36:57.259Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"72a48dbe-60df-4bc8-8334-dbbd57769ca1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"01c22cfe-99bc-4092-8e83-475ac0251b32","serviceDescription":"service","serviceInvariantUUID":"2aba3b12-619d-47e9-a2c8-cbb078fe2743","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5299f7a8-447a-4c0a-a838-aade18de926a","resourceInvariantUUID":"d18236d2-8fc4-4757-a959-695cc5f2ed3e","resourceCustomizationUUID":"8107ff60-8c70-4af8-afce-5231a1d142c1","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":"N2M3MDhjODljZmEwNDVmZGI0ZmM2NTAyZDc3Y2JlNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"154c71d3-f2f4-4304-8fae-c06dbe86e5bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjM5Y2QyZTI0MWYzY2NlMzM1N2EwZTE1YTQ3MWJiYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0e112bc-a1b4-49b1-9634-617d2076eeb2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:36:57.269Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:36:57.269Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:36:57.269Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:36:57.270Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369413503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:36:57.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:36:57.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "policy-distribution", "timestamp": 1674369394027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:36:57.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:36:58.282Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:36:58.283Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:36:58.283Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:36:58.284Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369413503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:36:59.285Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "01c22cfe-99bc-4092-8e83-475ac0251b32", "serviceDescription": "service", "serviceInvariantUUID": "2aba3b12-619d-47e9-a2c8-cbb078fe2743", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8107ff60-8c70-4af8-afce-5231a1d142c1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5299f7a8-447a-4c0a-a838-aade18de926a", "resourceInvariantUUID": "d18236d2-8fc4-4757-a959-695cc5f2ed3e", "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": "NjM5Y2QyZTI0MWYzY2NlMzM1N2EwZTE1YTQ3MWJiYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0e112bc-a1b4-49b1-9634-617d2076eeb2" } ], "workloadContext": "Production" } 2023-01-22T06:36:59.285Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:36:59.285Z|cf94dfc0-d43c-47e3-9bd2-cb8058c5538d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01c22cfe-99bc-4092-8e83-475ac0251b32 ASDC 2023-01-22T06:36:59.286Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:72a48dbe-60df-4bc8-8334-dbbd57769ca1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:01c22cfe-99bc-4092-8e83-475ac0251b32 ServiceInvariantUUID:2aba3b12-619d-47e9-a2c8-cbb078fe2743 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:e0e112bc-a1b4-49b1-9634-617d2076eeb2 ArtifactChecksum:NjM5Y2QyZTI0MWYzY2NlMzM1N2EwZTE1YTQ3MWJiYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8107ff60-8c70-4af8-afce-5231a1d142c1 ResourceInvariantUUID:d18236d2-8fc4-4757-a959-695cc5f2ed3e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5299f7a8-447a-4c0a-a838-aade18de926a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-22T06:36:59.287Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01c22cfe-99bc-4092-8e83-475ac0251b32 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:36:59.322Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:36:59.323Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:36:59.323Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:36:59.323Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0e112bc-a1b4-49b1-9634-617d2076eeb2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-22T06:36:59.324Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:36:59.324Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-22T06:36:59.477Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:36:59.480Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e0e112bc-a1b4-49b1-9634-617d2076eeb2 57794 2023-01-22T06:36:59.480Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-22T06:36:59.480Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-22T06:36:59.480Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:36:59.481Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:36:59.481Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:36:59.481Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369419480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:37:00.481Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:37:00.482Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:37:00.483Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e0e112bc-a1b4-49b1-9634-617d2076eeb2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:00.483Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-22T06:37:00.484Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:00.484Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:00.660Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1050077165164111549/Definitions/service-BasicNetwork-template.yml 2023-01-22T06:37:01.246Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:37:01.247Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:37:01.247Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.247Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-22T06:37:01.247Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.247Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.248Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:37:01.249Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.249Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.250Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-22T06:37:01.250Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:37:01.250Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:37:01.250Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.250Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.251Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.252Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.252Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.252Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.252Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.253Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.253Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.253Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:01c22cfe-99bc-4092-8e83-475ac0251b32 Model Version:NULL Model InvariantUuid:2aba3b12-619d-47e9-a2c8-cbb078fe2743 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d18236d2-8fc4-4757-a959-695cc5f2ed3e Model UUID:4d103556-0638-4e96-90df-eb7689807082 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8107ff60-8c70-4af8-afce-5231a1d142c1 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:37:01.260Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 5299f7a8-447a-4c0a-a838-aade18de926a 2023-01-22T06:37:01.260Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||No resources found for Service: 01c22cfe-99bc-4092-8e83-475ac0251b32 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:37:01.266Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500|| 2023-01-22T06:37:01.267Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-22T06:37:01.268Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 01c22cfe-99bc-4092-8e83-475ac0251b32 2023-01-22T06:37:01.268Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01c22cfe-99bc-4092-8e83-475ac0251b32 2023-01-22T06:37:01.268Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-22T06:37:01.268Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:37:01.272Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7504897a, org.onap.sdc.toscaparser.api.parameters.Input@7b1017b3, org.onap.sdc.toscaparser.api.parameters.Input@26d342fe, org.onap.sdc.toscaparser.api.parameters.Input@4c2b1008, org.onap.sdc.toscaparser.api.parameters.Input@1d351fae] 2023-01-22T06:37:01.274Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.274Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.274Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.275Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.275Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01c22cfe-99bc-4092-8e83-475ac0251b32: Generic NeutronNet 2023-01-22T06:37:01.275Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.275Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.276Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.276Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-01-22T06:37:01.313Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.314Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.314Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.315Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.315Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:37:01.315Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:37:01.315Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-22T06:37:01.368Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-22T06:37:01.369Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-22T06:37:01.369Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-22T06:37:01.369Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:37:01.369Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:37:01.370Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:37:01.370Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369421369, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:37:02.372Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:37:02.386Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:37:02.390Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:37:02.390Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:37:02.390Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:37:32.390Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:37:32.404Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:37:32.406Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:37:32.407Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:37:32.407Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:37:48.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:37:48.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:37:48.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369413503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:37:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:37:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:37:48.470Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "cds-sdc-listener", "timestamp": 1674369363025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:37:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:37:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:37:48.471Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "aai-model-loader", "timestamp": 1674369404202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:37:48.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:37:48.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-22T06:37:48.471Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "multicloud-k8s", "timestamp": 1674369396084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:37:48.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:02.407Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:38:02.420Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:38:02.422Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:38:02.422Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:38:02.423Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:38:32.423Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:38:32.434Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:38:32.440Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:38:32.440Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T06:38:32.440Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T06:38:48.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:38:48.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.470Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "ves-openapi-manager", "timestamp": 1674369399515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "ves-openapi-manager", "timestamp": 1674369399515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "policy-distribution", "timestamp": 1674369394027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.471Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369413503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.472Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "aai-model-loader", "timestamp": 1674369404202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.473Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "cds-sdc-listener", "timestamp": 1674369363025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "multicloud-k8s", "timestamp": 1674369396084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "policy-distribution", "timestamp": 1674369420896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "cds-sdc-listener", "timestamp": 1674369420937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369419480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "aai-model-loader", "timestamp": 1674369421301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "policy-distribution", "timestamp": 1674369421901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "cds-sdc-listener", "timestamp": 1674369421941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.482Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72a48dbe-60df-4bc8-8334-dbbd57769ca1 2023-01-22T06:38:48.482Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369421369, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "policy-distribution", "timestamp": 1674369422902, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.498Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72a48dbe-60df-4bc8-8334-dbbd57769ca1 2023-01-22T06:38:48.498Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369421727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369421727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "aai-model-loader", "timestamp": 1674369425578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369424505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "aai-model-loader", "timestamp": 1674369426580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.512Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72a48dbe-60df-4bc8-8334-dbbd57769ca1 2023-01-22T06:38:48.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369426191, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369427198, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72a48dbe-60df-4bc8-8334-dbbd57769ca1 2023-01-22T06:38:48.534Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369423903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369439279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "multicloud-k8s", "timestamp": 1674369420683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369422946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369434202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369458143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369457800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369457798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369456376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "cds-sdc-listener", "timestamp": 1674369458804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13214851-0475-45fd-9a10-0de047e9b730 2023-01-22T06:38:48.575Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13214851-0475-45fd-9a10-0de047e9b730 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369458805, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369457568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "policy-distribution", "timestamp": 1674369459806, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.591Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13214851-0475-45fd-9a10-0de047e9b730 2023-01-22T06:38:48.591Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13214851-0475-45fd-9a10-0de047e9b730 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:38:48.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "ves-openapi-manager", "timestamp": 1674369458571, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.605Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 13214851-0475-45fd-9a10-0de047e9b730 2023-01-22T06:38:48.606Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13214851-0475-45fd-9a10-0de047e9b730 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369451727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:38:48.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369460471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:38:48.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369463173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "aai-model-loader", "timestamp": 1674369464176, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13214851-0475-45fd-9a10-0de047e9b730 2023-01-22T06:38:48.620Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13214851-0475-45fd-9a10-0de047e9b730 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:38:48.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369462463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:38:48.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:38:48.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-22T06:38:48.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369463468, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:38:48.635Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13214851-0475-45fd-9a10-0de047e9b730 2023-01-22T06:38:48.635Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13214851-0475-45fd-9a10-0de047e9b730 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:02.440Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:39:02.452Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:02.455Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:02.456Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:02.456Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:02.461Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:39:32.461Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:39:32.470Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and serviceModelVersionId: 01c22cfe-99bc-4092-8e83-475ac0251b32 2023-01-22T06:39:32.470Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2aba3b12-619d-47e9-a2c8-cbb078fe2743 2023-01-22T06:39:32.471Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0 2023-01-22T06:39:32.479Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:39:32.550Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0|INFO|500||Invoke 2023-01-22T06:39:32.551Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72a48dbe-60df-4bc8-8334-dbbd57769ca1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45682767-35e4-4f22-bf3a-c4376b5c47a0], X-ECOMP-RequestID=[72a48dbe-60df-4bc8-8334-dbbd57769ca1], X-TransactionId=[], X-ONAP-RequestID=[72a48dbe-60df-4bc8-8334-dbbd57769ca1], Content-Type=[application/merge-patch+json]} 2023-01-22T06:39:32.579Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:39:32.699Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?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/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:39:33 GMT], content-length=[0], vertex-id=[377024], x-aai-txid=[0-aai-resources-230122-06:39:33:980-67271], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:39:32.699Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:39:32.700Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aba3b12-619d-47e9-a2c8-cbb078fe2743/model-vers/model-ver/01c22cfe-99bc-4092-8e83-475ac0251b32?depth=0|INFO|500||InvokeReturn 2023-01-22T06:39:32.701Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:39:32.701Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:39:32.706Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:39:32.707Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72a48dbe-60df-4bc8-8334-dbbd57769ca1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:39:32.707Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:39:32.708Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:32.708Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:32.708Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369572707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:39:33.722Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:39:33.727Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:39:33.728Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"13214851-0475-45fd-9a10-0de047e9b730","serviceName":"Demo_pNF_puKFLEXpEh2HcNgWglGn","serviceVersion":"1.0","serviceUUID":"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b","serviceDescription":"catalog service description","serviceInvariantUUID":"0c3735c2-5b1e-4fa0-801c-f6587bf7712c","resources":[{"resourceInstanceName":"pNF 37ca6bdf-84e7 0","resourceName":"pNF 37ca6bdf-84e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"10bf02f0-95be-4558-9f41-9958b0e33da6","resourceInvariantUUID":"66427800-3536-4624-b765-cfb01a8bb3c9","resourceCustomizationUUID":"288d93d7-7db2-463f-a9d7-55ef5f7e8d6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml","artifactChecksum":"ZThmYWQ0NmUxNjY5YzY0MDRiNzUyM2IxNjNlNzM1ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91d096c8-383d-4fda-874f-0e0d97fe97ac","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar","artifactChecksum":"ZmYzODM0ODEyNzI4ZmUwNThjYTc0YmQ4NWM5MWE4ZDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af6ad012-d56c-4e89-b801-372797a707e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2fb5b8e-4d8b-4f07-8010-6e1a58c0a9e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDVmMzY3NTdkNTg3MmQ5MGI4OGFiYTcxNGViNTQ2OGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6f0f3ed-ef04-48f5-90da-7fda6a5a8cef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1db45054-6288-40c7-a880-2e768722fb69","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64be6cf2-0e8f-43ba-8bf1-9bc596c603c0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPukflexpeh2hcngwglgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml","artifactChecksum":"Y2Y2ODhlYzJhZTgyZWM4OWRiYjMxNzEyNWJkOTAwMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3451e3e-03f7-4c6d-8e11-b7c33794ee29","artifactVersion":"1"},{"artifactName":"service-DemoPnfPukflexpeh2hcngwglgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar","artifactChecksum":"YjkxNGU1M2JjMjNhNGYzMDgzYzRjOTVkYmE4ZTBlMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53128f5a-edee-4785-949c-1552c5ed9b78","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:39:33.731Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:33.731Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:33.731Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:33.732Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:34.733Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:34.733Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:34.734Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:34.734Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:35.735Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:35.736Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:35.736Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:35.736Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:36.737Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:36.738Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:36.738Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:36.738Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:37.739Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:37.740Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:37.740Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:37.740Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:38.741Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:38.741Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:38.742Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:38.742Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:39.742Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:39.743Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:39.743Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:39.743Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:40.744Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:39:40.745Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:40.745Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:40.745Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:41.746Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "serviceName": "Demo_pNF_puKFLEXpEh2HcNgWglGn", "serviceVersion": "1.0", "serviceUUID": "f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0c3735c2-5b1e-4fa0-801c-f6587bf7712c", "resources": [ { "resourceInstanceName": "pNF 37ca6bdf-84e7 0", "resourceCustomizationUUID": "288d93d7-7db2-463f-a9d7-55ef5f7e8d6e", "resourceName": "pNF 37ca6bdf-84e7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "10bf02f0-95be-4558-9f41-9958b0e33da6", "resourceInvariantUUID": "66427800-3536-4624-b765-cfb01a8bb3c9", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "artifactChecksum": "YjkxNGU1M2JjMjNhNGYzMDgzYzRjOTVkYmE4ZTBlMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53128f5a-edee-4785-949c-1552c5ed9b78" } ], "workloadContext": "Production" } 2023-01-22T06:39:41.747Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:39:41.747Z|72a48dbe-60df-4bc8-8334-dbbd57769ca1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b ASDC 2023-01-22T06:39:41.748Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:13214851-0475-45fd-9a10-0de047e9b730 ServiceName:Demo_pNF_puKFLEXpEh2HcNgWglGn ServiceVersion:1.0 ServiceUUID:f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b ServiceInvariantUUID:0c3735c2-5b1e-4fa0-801c-f6587bf7712c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPukflexpeh2hcngwglgn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar ArtifactUUID:53128f5a-edee-4785-949c-1552c5ed9b78 ArtifactChecksum:YjkxNGU1M2JjMjNhNGYzMDgzYzRjOTVkYmE4ZTBlMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 37ca6bdf-84e7 0 ResourceCustomizationUUID:288d93d7-7db2-463f-a9d7-55ef5f7e8d6e ResourceInvariantUUID:66427800-3536-4624-b765-cfb01a8bb3c9 ResourceName:pNF 37ca6bdf-84e7 ResourceType:PNF ResourceUUID:10bf02f0-95be-4558-9f41-9958b0e33da6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-22T06:39:41.748Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:39:41.774Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:39:41.775Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:39:41.775Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:39:41.776Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53128f5a-edee-4785-949c-1552c5ed9b78 from URL: /sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:41.776Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:39:41.776Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:41.856Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:39:41.860Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 53128f5a-edee-4785-949c-1552c5ed9b78 88015 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar ASDC sendASDCNotification 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:41.861Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369581860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:42.862Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:39:42.863Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:39:42.863Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 53128f5a-edee-4785-949c-1552c5ed9b78, URL: /sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar to file: /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:42.863Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:42.864Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:42.864Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.037Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3088521864631805970/Definitions/service-DemoPnfPukflexpeh2hcngwglgn-template.yml 2023-01-22T06:39:43.848Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:39:43.849Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:39:43.849Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.849Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-22T06:39:43.849Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.849Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.850Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.850Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.850Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 37ca6bdf-84e7 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-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.850Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.851Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.851Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:39:43.851Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.851Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.852Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Node template pNF 37ca6bdf-84e7 0 is matching search criteria 2023-01-22T06:39:43.852Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:39:43.852Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 37ca6bdf-84e7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:39:43.853Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.853Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.853Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Node template pNF 37ca6bdf-84e7 0 is matching search criteria 2023-01-22T06:39:43.853Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:39:43.854Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 37ca6bdf-84e7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:39:43.854Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.854Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.854Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.855Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.855Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.855Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.856Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.856Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.856Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.856Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.857Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_puKFLEXpEh2HcNgWglGn Description:catalog service description Model UUID:f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b Model Version:NULL Model InvariantUuid:0c3735c2-5b1e-4fa0-801c-f6587bf7712c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:39:43.865Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 10bf02f0-95be-4558-9f41-9958b0e33da6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:39:43.868Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||pNF 37ca6bdf-84e7 0 2023-01-22T06:39:43.868Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 10bf02f0-95be-4558-9f41-9958b0e33da6 2023-01-22T06:39:43.868Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:39:43.869Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:39:43.869Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 37ca6bdf-84e7 0 10bf02f0-95be-4558-9f41-9958b0e33da6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:39:43.874Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c36fbad, org.onap.sdc.toscaparser.api.parameters.Input@7adcd17c, org.onap.sdc.toscaparser.api.parameters.Input@1ec6bb95, org.onap.sdc.toscaparser.api.parameters.Input@94ffea2, org.onap.sdc.toscaparser.api.parameters.Input@22f87b5] 2023-01-22T06:39:43.874Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.875Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.875Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b: pNF 37ca6bdf-84e7 2023-01-22T06:39:43.875Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Processing PNF resource: 10bf02f0-95be-4558-9f41-9958b0e33da6 2023-01-22T06:39:43.876Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:39:43.876Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_puKFLEXpEh2HcNgWglGn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:39:43.876Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Resource customization UUID: 288d93d7-7db2-463f-a9d7-55ef5f7e8d6e is the same as notified resource customizationUUID: 288d93d7-7db2-463f-a9d7-55ef5f7e8d6e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-22T06:39:43.920Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 37ca6bdf-84e7 10bf02f0-95be-4558-9f41-9958b0e33da6 0 ASDC deployResourceStructure 2023-01-22T06:39:43.921Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar ASDC sendASDCNotification 2023-01-22T06:39:43.921Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar 2023-01-22T06:39:43.921Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:39:43.921Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:39:43.922Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:39:43.922Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369583921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:44.923Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13214851-0475-45fd-9a10-0de047e9b730 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:39:44.935Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13214851-0475-45fd-9a10-0de047e9b730 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.939Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.940Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:39:44.940Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:44.945Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:39:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:39:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-22T06:39:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369460808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "ves-openapi-manager", "timestamp": 1674369459572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369465177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369459807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369457457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369485515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369485593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369485557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369485950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369486560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "cds-sdc-listener", "timestamp": 1674369486600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3f094b75-a450-41b5-80da-7a4a0b89c55c 2023-01-22T06:39:48.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f094b75-a450-41b5-80da-7a4a0b89c55c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.513Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369486594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.513Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.514Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "policy-distribution", "timestamp": 1674369487562, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.520Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f094b75-a450-41b5-80da-7a4a0b89c55c 2023-01-22T06:39:48.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f094b75-a450-41b5-80da-7a4a0b89c55c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369487658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369488702, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.535Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f094b75-a450-41b5-80da-7a4a0b89c55c 2023-01-22T06:39:48.535Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f094b75-a450-41b5-80da-7a4a0b89c55c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T06:39:48.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "multicloud-k8s", "timestamp": 1674369489706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369489443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369493267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369491663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "ves-openapi-manager", "timestamp": 1674369484029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:39:48.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "aai-model-loader", "timestamp": 1674369494269, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.555Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f094b75-a450-41b5-80da-7a4a0b89c55c 2023-01-22T06:39:48.555Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f094b75-a450-41b5-80da-7a4a0b89c55c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.563Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369492667, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.567Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f094b75-a450-41b5-80da-7a4a0b89c55c 2023-01-22T06:39:48.567Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f094b75-a450-41b5-80da-7a4a0b89c55c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369487602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369488565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369496726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369497639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.581Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "cds-sdc-listener", "timestamp": 1674369497730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff5de883-b828-4a0c-9142-dbefe06df5d1 2023-01-22T06:39:48.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff5de883-b828-4a0c-9142-dbefe06df5d1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.603Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.604Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.605Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.605Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369498642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.606Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369490709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.606Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.607Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "policy-distribution", "timestamp": 1674369499643, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.613Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff5de883-b828-4a0c-9142-dbefe06df5d1 2023-01-22T06:39:48.613Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff5de883-b828-4a0c-9142-dbefe06df5d1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.622Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369499798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.623Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.623Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.624Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369500852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.625Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369501900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.627Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369495270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.628Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369502953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.629Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369481727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:39:48.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.629Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369504347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.630Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369504001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.636Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff5de883-b828-4a0c-9142-dbefe06df5d1 2023-01-22T06:39:48.636Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff5de883-b828-4a0c-9142-dbefe06df5d1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T06:39:48.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.642Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369502782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:39:48.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "multicloud-k8s", "timestamp": 1674369505004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369505056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674369506060, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff5de883-b828-4a0c-9142-dbefe06df5d1 2023-01-22T06:39:48.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff5de883-b828-4a0c-9142-dbefe06df5d1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:39:48.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.657Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369511484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:39:48.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:39:48.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:39:48.657Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "aai-model-loader", "timestamp": 1674369512487, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:39:48.662Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff5de883-b828-4a0c-9142-dbefe06df5d1 2023-01-22T06:39:48.663Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff5de883-b828-4a0c-9142-dbefe06df5d1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:40:14.946Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13214851-0475-45fd-9a10-0de047e9b730 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:40:14.955Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13214851-0475-45fd-9a10-0de047e9b730 and serviceModelVersionId: f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:40:14.955Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c3735c2-5b1e-4fa0-801c-f6587bf7712c 2023-01-22T06:40:14.956Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0 2023-01-22T06:40:14.961Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:40:15.005Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-22T06:40:15.006Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0|INFO|500||Invoke 2023-01-22T06:40:15.025Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:40:15.132Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0|INFO|500||InvokeReturn 2023-01-22T06:40:15.133Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c3735c2-5b1e-4fa0-801c-f6587bf7712c/model-vers/model-ver/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:40:16 GMT], content-length=[0], vertex-id=[393408], x-aai-txid=[2-aai-resources-230122-06:40:16:427-11384], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:40:15.133Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:40:15.134Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:40:15.134Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:40:15.140Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:40:15.140Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13214851-0475-45fd-9a10-0de047e9b730 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:40:15.140Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:40:15.141Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:15.141Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:15.141Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369615140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:40:16.155Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:40:16.155Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3f094b75-a450-41b5-80da-7a4a0b89c55c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"10d7a903-d624-4d39-83f3-1abb37e55b77","serviceDescription":"service","serviceInvariantUUID":"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31e8aa09-79f0-45ee-b953-661af6885539","resourceInvariantUUID":"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d","resourceCustomizationUUID":"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d","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":"ZmNjYjBmMTU2NDA0MTBiZTc1MDUzOGE1MGJjMjMwNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50bfd14d-4b56-489a-8179-b881efdf812d","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":"NGU3ZGEyNjA0OWM0MGM5NTU5ZTRlZjNhMzM2OTdhMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5b687c4-6786-4cc1-b6bd-5cf875331939","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":"2cfcd4df-f656-4bcc-99f1-7e68a41b8417","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":"ff18bb66-419a-4ea0-b3cb-324e6e325464","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":"1ad89849-9ed3-4345-b66a-bc68b1490d7b","artifactVersion":"2","generatedFromUUID":"2cfcd4df-f656-4bcc-99f1-7e68a41b8417"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmM1NTMwNGZmMWY0MTYxOWM3NjlhNTA5YmE1OGRkNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24ebf091-0c2f-4bb6-ab02-61d3633794b0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmFmMzgyMWUwOTJhZDk3ZWFkMjU4MDI2MjFlOTU2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5a2ab78-e27e-47f4-8cba-b059e735f9ac","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:40:16.156Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:16.156Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:16.156Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:16.156Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:17.157Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:17.158Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:17.158Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:17.158Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:18.159Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:18.160Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:18.160Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:18.161Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:19.162Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:19.162Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:19.163Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:19.163Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:20.164Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:20.165Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:20.165Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:20.165Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:21.166Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:21.167Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:21.167Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:21.167Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:22.168Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:40:22.169Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:22.169Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:22.169Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:23.170Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "10d7a903-d624-4d39-83f3-1abb37e55b77", "serviceDescription": "service", "serviceInvariantUUID": "3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "31e8aa09-79f0-45ee-b953-661af6885539", "resourceInvariantUUID": "d424f3ce-2fdc-4144-bfdb-1d6b91ac789d", "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": "NGU3ZGEyNjA0OWM0MGM5NTU5ZTRlZjNhMzM2OTdhMDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5b687c4-6786-4cc1-b6bd-5cf875331939", "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": "2cfcd4df-f656-4bcc-99f1-7e68a41b8417", "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": "1ad89849-9ed3-4345-b66a-bc68b1490d7b", "generatedFromUUID": "2cfcd4df-f656-4bcc-99f1-7e68a41b8417" }, "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": "1ad89849-9ed3-4345-b66a-bc68b1490d7b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZmFmMzgyMWUwOTJhZDk3ZWFkMjU4MDI2MjFlOTU2MGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5a2ab78-e27e-47f4-8cba-b059e735f9ac" } ], "workloadContext": "Production" } 2023-01-22T06:40:23.170Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:40:23.171Z|13214851-0475-45fd-9a10-0de047e9b730|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10d7a903-d624-4d39-83f3-1abb37e55b77 ASDC 2023-01-22T06:40:23.171Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3f094b75-a450-41b5-80da-7a4a0b89c55c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:10d7a903-d624-4d39-83f3-1abb37e55b77 ServiceInvariantUUID:3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 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:f5a2ab78-e27e-47f4-8cba-b059e735f9ac ArtifactChecksum:ZmFmMzgyMWUwOTJhZDk3ZWFkMjU4MDI2MjFlOTU2MGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d ResourceInvariantUUID:d424f3ce-2fdc-4144-bfdb-1d6b91ac789d ResourceName:basic_vm ResourceType:VF ResourceUUID:31e8aa09-79f0-45ee-b953-661af6885539 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:a5b687c4-6786-4cc1-b6bd-5cf875331939 ArtifactChecksum:NGU3ZGEyNjA0OWM0MGM5NTU5ZTRlZjNhMzM2OTdhMDA= 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:2cfcd4df-f656-4bcc-99f1-7e68a41b8417 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:1ad89849-9ed3-4345-b66a-bc68b1490d7b 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:1ad89849-9ed3-4345-b66a-bc68b1490d7b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T06:40:23.171Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10d7a903-d624-4d39-83f3-1abb37e55b77 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:40:23.202Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:40:23.202Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:40:23.203Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:40:23.203Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5a2ab78-e27e-47f4-8cba-b059e735f9ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-22T06:40:23.203Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:40:23.203Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-22T06:40:23.263Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:40:23.266Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f5a2ab78-e27e-47f4-8cba-b059e735f9ac 75199 2023-01-22T06:40:23.266Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-22T06:40:23.266Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-22T06:40:23.267Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:40:23.267Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:23.267Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:23.267Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369623266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:24.268Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:40:24.268Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:40:24.269Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5a2ab78-e27e-47f4-8cba-b059e735f9ac, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:24.269Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-22T06:40:24.269Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:24.270Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:24.434Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6989677825744216834/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-22T06:40:25.645Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.646Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:40:25.647Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.648Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.648Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:25.648Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:40:25.648Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:40:25.648Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.649Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.650Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.650Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-22T06:40:25.650Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-22T06:40:25.650Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-22T06:40:25.650Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-22T06:40:25.651Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T06:40:25.651Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T06:40:25.651Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.651Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:40:25.651Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.652Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:25.652Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:25.652Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.652Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:25.652Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:25.653Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.653Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:25.653Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:25.653Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.653Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-22T06:40:25.654Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-22T06:40:25.654Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T06:40:25.654Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3140983f-a836-42cd-8f0e-5f6a3469e384 2023-01-22T06:40:25.654Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.654Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.655Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.655Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.655Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.655Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.656Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:25.656Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:25.656Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:10d7a903-d624-4d39-83f3-1abb37e55b77 Model Version:NULL Model InvariantUuid:3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:8766e9fe-2e14-43d3-837c-a735fda43908 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d424f3ce-2fdc-4144-bfdb-1d6b91ac789d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9794d98-7921-44ef-a031-d62af30a5203 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:626ed399-7e65-4bfd-b36d-fbf229c07977 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3140983f-a836-42cd-8f0e-5f6a3469e384 ModelInvariantUuid:659025de-20d0-4cee-bd5e-d4fcbc2c7d05 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:04d59340-442a-4514-8591-48e0d562b6ae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d4da2fee-d1dd-4404-a4c6-779b1e380314 ModelInvariantUuid:50437a03-0ff2-461d-a4db-d65917e9d7c8 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:2ba1c9a7-f8f8-4181-a773-a85a795375bd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:40:25.662Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 31e8aa09-79f0-45ee-b953-661af6885539 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:40:25.664Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||basic_vm 0 2023-01-22T06:40:25.665Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31e8aa09-79f0-45ee-b953-661af6885539 2023-01-22T06:40:25.665Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5b687c4-6786-4cc1-b6bd-5cf875331939 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-22T06:40:25.665Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:40:25.665Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-22T06:40:25.728Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:40:25.729Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a5b687c4-6786-4cc1-b6bd-5cf875331939 787 2023-01-22T06:40:25.729Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-22T06:40:25.729Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-22T06:40:25.729Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:40:25.730Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:25.730Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:25.730Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369625729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:26.731Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9794d98-7921-44ef-a031-d62af30a5203", "vfModuleModelVersion": "1", "vfModuleModelUUID": "626ed399-7e65-4bfd-b36d-fbf229c07977", "vfModuleModelCustomizationUUID": "fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6", "isBase": true, "artifacts": [ "2cfcd4df-f656-4bcc-99f1-7e68a41b8417", "1ad89849-9ed3-4345-b66a-bc68b1490d7b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:40:26.735Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:626ed399-7e65-4bfd-b36d-fbf229c07977 VfModuleModelInvariantUUID:a9794d98-7921-44ef-a031-d62af30a5203 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cfcd4df-f656-4bcc-99f1-7e68a41b8417 , 1ad89849-9ed3-4345-b66a-bc68b1490d7b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:40:26.739Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9794d98-7921-44ef-a031-d62af30a5203", "vfModuleModelVersion": "1", "vfModuleModelUUID": "626ed399-7e65-4bfd-b36d-fbf229c07977", "vfModuleModelCustomizationUUID": "fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6", "isBase": true, "artifacts": [ "2cfcd4df-f656-4bcc-99f1-7e68a41b8417", "1ad89849-9ed3-4345-b66a-bc68b1490d7b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:40:26.739Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:626ed399-7e65-4bfd-b36d-fbf229c07977 VfModuleModelInvariantUUID:a9794d98-7921-44ef-a031-d62af30a5203 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cfcd4df-f656-4bcc-99f1-7e68a41b8417 , 1ad89849-9ed3-4345-b66a-bc68b1490d7b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:40:26.739Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2cfcd4df-f656-4bcc-99f1-7e68a41b8417 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-22T06:40:26.739Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:40:26.740Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-22T06:40:26.862Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:40:26.863Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2cfcd4df-f656-4bcc-99f1-7e68a41b8417 5033 2023-01-22T06:40:26.863Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-22T06:40:26.863Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-22T06:40:26.863Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:40:26.864Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:26.864Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:26.864Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369626863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:27.865Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ad89849-9ed3-4345-b66a-bc68b1490d7b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-22T06:40:27.866Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:40:27.866Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-22T06:40:27.920Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:40:27.921Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1ad89849-9ed3-4345-b66a-bc68b1490d7b 903 2023-01-22T06:40:27.921Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-22T06:40:27.921Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-22T06:40:27.922Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:40:27.922Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:27.922Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:27.922Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369627921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:28.923Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10d7a903-d624-4d39-83f3-1abb37e55b77 2023-01-22T06:40:28.923Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 31e8aa09-79f0-45ee-b953-661af6885539 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:40:28.936Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@679adc25, org.onap.sdc.toscaparser.api.parameters.Input@35e474b0, org.onap.sdc.toscaparser.api.parameters.Input@388288db, org.onap.sdc.toscaparser.api.parameters.Input@33638d08, org.onap.sdc.toscaparser.api.parameters.Input@22904b5] 2023-01-22T06:40:28.937Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.937Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.938Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T06:40:28.938Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d 2023-01-22T06:40:28.938Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d matches Tosca VF Customization UUID: 183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d 2023-01-22T06:40:28.938Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T06:40:28.940Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.940Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.941Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-22T06:40:28.941Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1732e667 2023-01-22T06:40:28.941Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.941Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:40:28.942Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6 2023-01-22T06:40:28.942Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T06:40:28.944Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.944Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:28.944Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:28.945Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.945Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:28.945Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:28.945Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.945Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-22T06:40:28.946Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-22T06:40:28.946Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T06:40:28.946Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3140983f-a836-42cd-8f0e-5f6a3469e384 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:40:28.948Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.948Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:28.948Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:40:28.949Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.949Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-22T06:40:28.949Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:40:28.951Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.951Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.951Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10d7a903-d624-4d39-83f3-1abb37e55b77: basic_vm 2023-01-22T06:40:28.951Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.952Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.952Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.952Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.952Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.952Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.953Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.953Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.953Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:40:28.953Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:40:28.953Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:40:29.025Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 31e8aa09-79f0-45ee-b953-661af6885539 1 ASDC deployResourceStructure 2023-01-22T06:40:29.025Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-22T06:40:29.026Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-22T06:40:29.026Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:40:29.027Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:29.027Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:29.027Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369629025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:30.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-22T06:40:30.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-22T06:40:30.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:40:30.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:30.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:30.030Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369630028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:31.030Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-22T06:40:31.031Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-22T06:40:31.031Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:40:31.031Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:31.031Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:31.031Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369631030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:32.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-22T06:40:32.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-22T06:40:32.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:40:32.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:40:32.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:40:32.035Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369632033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:33.035Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f094b75-a450-41b5-80da-7a4a0b89c55c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:40:34.025Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f094b75-a450-41b5-80da-7a4a0b89c55c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:40:34.028Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:40:34.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:40:34.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:40:34.029Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:40:34.034Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:40:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:40:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "72a48dbe-60df-4bc8-8334-dbbd57769ca1", "consumerID": "SO-sdc-controller", "timestamp": 1674369572707, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:40:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/resourceInstances/pnf37ca6bdf84e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:40:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:40:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369581860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:40:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:40:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:40:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369583921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPukflexpeh2hcngwglgn/1.0/artifacts/service-DemoPnfPukflexpeh2hcngwglgn-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:40:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:04.035Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f094b75-a450-41b5-80da-7a4a0b89c55c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:41:04.041Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f094b75-a450-41b5-80da-7a4a0b89c55c and serviceModelVersionId: 10d7a903-d624-4d39-83f3-1abb37e55b77 2023-01-22T06:41:04.041Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 2023-01-22T06:41:04.042Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0 2023-01-22T06:41:04.045Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:41:04.095Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0|INFO|500||Invoke 2023-01-22T06:41:04.095Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3f094b75-a450-41b5-80da-7a4a0b89c55c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2cccbcce-16ca-4553-ad39-f78c3c3bc218], X-ECOMP-RequestID=[3f094b75-a450-41b5-80da-7a4a0b89c55c], X-TransactionId=[], X-ONAP-RequestID=[3f094b75-a450-41b5-80da-7a4a0b89c55c], Content-Type=[application/merge-patch+json]} 2023-01-22T06:41:04.115Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:41:04.208Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?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/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:41:05 GMT], content-length=[0], vertex-id=[209072], x-aai-txid=[0-aai-resources-230122-06:41:05:523-24667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:41:04.209Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:41:04.211Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3/model-vers/model-ver/10d7a903-d624-4d39-83f3-1abb37e55b77?depth=0|INFO|500||InvokeReturn 2023-01-22T06:41:04.212Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:41:04.212Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:41:04.221Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:41:04.221Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f094b75-a450-41b5-80da-7a4a0b89c55c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:41:04.221Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:41:04.222Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:04.222Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:04.222Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369664221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:41:05.234Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T06:41:05.234Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"ff5de883-b828-4a0c-9142-dbefe06df5d1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c0b92fea-09af-4149-879b-c036c3fc7390","serviceDescription":"service","serviceInvariantUUID":"e2d35a93-e8a8-48ec-967d-9c3fc8781b59","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4db7bdd4-298d-496e-a120-864a66b46113","resourceInvariantUUID":"c1d4e286-6de9-460d-89bc-08455e2eaede","resourceCustomizationUUID":"a47ac5cf-5b35-4611-9644-c981430d86c5","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":"ZmQ0MjQzN2QzMzkzOTBjMjE0YzIyNjUyMmQ0NjI1MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46b30575-e6b7-4564-bb4c-6cadc741f8ed","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":"cd1cf2c8-68e0-4a79-b017-7cfe7dce4d00","artifactVersion":"2","generatedFromUUID":"118d0575-a389-475a-adb3-b7cfdfb4c98a"},{"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":"118d0575-a389-475a-adb3-b7cfdfb4c98a","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":"ZWQyYTJkMDhmYjk5NGU1OTk2NzE5NzFlYWRhMDc3ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5f684d0-d69f-4ee1-922a-f71edc8e74df","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":"4604bf69-d274-4aa1-97f6-78ad73f65b15","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":"ae65a0db-63a9-4340-8390-673a956e259a","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":"0bd3d2cb-ddd1-4749-836a-a67a4593b212","artifactVersion":"2","generatedFromUUID":"4604bf69-d274-4aa1-97f6-78ad73f65b15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2NlYjg0ZTA1ZjFhNDI0ZTQ5OTdhMmY3NmE5ZjQ1N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"956b969b-f186-4358-a8e0-0ba41f6ef0d2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjBkYzkzYjMzM2I5YTVhYThhZmVjZTRmYTBlODQ2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f9d65f1-2da8-4d28-8448-45bfe65b485a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T06:41:05.235Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:05.236Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:05.236Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:05.236Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:06.242Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:06.243Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:06.243Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:06.243Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:07.244Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:07.244Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:07.244Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:07.245Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:08.245Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:08.246Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:08.246Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:08.246Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:09.247Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:09.248Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:09.248Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:09.248Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:10.249Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:10.250Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:10.250Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:10.250Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:11.251Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:11.251Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:11.251Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:11.252Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:12.252Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:12.253Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:12.253Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:12.253Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:13.254Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T06:41:13.254Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:13.254Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:13.254Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:14.255Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c0b92fea-09af-4149-879b-c036c3fc7390", "serviceDescription": "service", "serviceInvariantUUID": "e2d35a93-e8a8-48ec-967d-9c3fc8781b59", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a47ac5cf-5b35-4611-9644-c981430d86c5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4db7bdd4-298d-496e-a120-864a66b46113", "resourceInvariantUUID": "c1d4e286-6de9-460d-89bc-08455e2eaede", "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": "cd1cf2c8-68e0-4a79-b017-7cfe7dce4d00", "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": "118d0575-a389-475a-adb3-b7cfdfb4c98a", "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": "ZWQyYTJkMDhmYjk5NGU1OTk2NzE5NzFlYWRhMDc3ZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5f684d0-d69f-4ee1-922a-f71edc8e74df", "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": "4604bf69-d274-4aa1-97f6-78ad73f65b15", "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": "0bd3d2cb-ddd1-4749-836a-a67a4593b212", "generatedFromUUID": "4604bf69-d274-4aa1-97f6-78ad73f65b15" }, "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": "0bd3d2cb-ddd1-4749-836a-a67a4593b212", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjBkYzkzYjMzM2I5YTVhYThhZmVjZTRmYTBlODQ2MjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f9d65f1-2da8-4d28-8448-45bfe65b485a" } ], "workloadContext": "Production" } 2023-01-22T06:41:14.256Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T06:41:14.256Z|3f094b75-a450-41b5-80da-7a4a0b89c55c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c0b92fea-09af-4149-879b-c036c3fc7390 ASDC 2023-01-22T06:41:14.256Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ff5de883-b828-4a0c-9142-dbefe06df5d1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c0b92fea-09af-4149-879b-c036c3fc7390 ServiceInvariantUUID:e2d35a93-e8a8-48ec-967d-9c3fc8781b59 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:7f9d65f1-2da8-4d28-8448-45bfe65b485a ArtifactChecksum:NjBkYzkzYjMzM2I5YTVhYThhZmVjZTRmYTBlODQ2MjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a47ac5cf-5b35-4611-9644-c981430d86c5 ResourceInvariantUUID:c1d4e286-6de9-460d-89bc-08455e2eaede ResourceName:basic_cnf ResourceType:VF ResourceUUID:4db7bdd4-298d-496e-a120-864a66b46113 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:cd1cf2c8-68e0-4a79-b017-7cfe7dce4d00 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:118d0575-a389-475a-adb3-b7cfdfb4c98a 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:e5f684d0-d69f-4ee1-922a-f71edc8e74df ArtifactChecksum:ZWQyYTJkMDhmYjk5NGU1OTk2NzE5NzFlYWRhMDc3ZWM= 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:4604bf69-d274-4aa1-97f6-78ad73f65b15 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:0bd3d2cb-ddd1-4749-836a-a67a4593b212 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:0bd3d2cb-ddd1-4749-836a-a67a4593b212 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T06:41:14.257Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0b92fea-09af-4149-879b-c036c3fc7390 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:41:14.287Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:41:14.287Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:41:14.288Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:41:14.288Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f9d65f1-2da8-4d28-8448-45bfe65b485a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-22T06:41:14.288Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:14.288Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-22T06:41:14.401Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:14.404Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7f9d65f1-2da8-4d28-8448-45bfe65b485a 73990 2023-01-22T06:41:14.404Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-22T06:41:14.405Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-22T06:41:14.405Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:14.405Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:14.405Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:14.405Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369674404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:15.406Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T06:41:15.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T06:41:15.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7f9d65f1-2da8-4d28-8448-45bfe65b485a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:15.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-22T06:41:15.408Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:15.408Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:15.513Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11440794155551985266/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-22T06:41:16.722Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T06:41:16.722Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:41:16.722Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:16.723Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-22T06:41:16.723Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:16.723Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:16.723Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:16.723Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-22T06:41:16.724Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T06:41:16.724Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.724Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.724Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:16.725Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:41:16.725Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:41:16.725Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.725Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.726Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:41:16.727Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:16.728Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-22T06:41:16.729Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3225a232-c1e3-40e1-9e98-15cd3c9a10ec 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.730Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:16.731Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:16.731Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c0b92fea-09af-4149-879b-c036c3fc7390 Model Version:NULL Model InvariantUuid:e2d35a93-e8a8-48ec-967d-9c3fc8781b59 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7962c827-bd92-4a87-895e-2679490fcbf9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c1d4e286-6de9-460d-89bc-08455e2eaede Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a47ac5cf-5b35-4611-9644-c981430d86c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a985ae3d-f3f4-432e-bd3c-b53784c69c11 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7e2ffb59-6e18-409e-bf22-35e6cf6f337c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3225a232-c1e3-40e1-9e98-15cd3c9a10ec ModelInvariantUuid:8cf58c4a-408a-4ae8-9d17-8343ed8dcbf0 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a4c7885c-9a58-44a3-ad65-5831406575ff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:37be1a70-a333-43b8-a82f-a7b11866e669 ModelInvariantUuid:aace15d9-c655-4ea1-8e7a-2b3b1ec43619 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c50d38f9-76a1-4b5e-9858-439993c68f5b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T06:41:16.738Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4db7bdd4-298d-496e-a120-864a66b46113 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:41:16.742Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||basic_cnf 0 2023-01-22T06:41:16.742Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4db7bdd4-298d-496e-a120-864a66b46113 2023-01-22T06:41:16.742Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd1cf2c8-68e0-4a79-b017-7cfe7dce4d00 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-22T06:41:16.743Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:16.743Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-22T06:41:16.863Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:16.864Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cd1cf2c8-68e0-4a79-b017-7cfe7dce4d00 12 2023-01-22T06:41:16.864Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-22T06:41:16.864Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-22T06:41:16.864Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:16.865Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:16.865Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:16.865Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369676864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:17.866Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 118d0575-a389-475a-adb3-b7cfdfb4c98a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-22T06:41:17.866Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:17.867Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-22T06:41:17.914Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:17.914Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 118d0575-a389-475a-adb3-b7cfdfb4c98a 2688 2023-01-22T06:41:17.915Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-22T06:41:17.915Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-22T06:41:17.915Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:17.916Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:17.916Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:17.916Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369677915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:18.919Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e5f684d0-d69f-4ee1-922a-f71edc8e74df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-22T06:41:18.919Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:18.919Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-22T06:41:18.978Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:18.978Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e5f684d0-d69f-4ee1-922a-f71edc8e74df 828 2023-01-22T06:41:18.978Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-22T06:41:18.979Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-22T06:41:18.979Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:18.979Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:18.979Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:18.979Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369678978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:19.981Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "vfModuleModelCustomizationUUID": "4f6948b1-c762-469a-b045-29699737731a", "isBase": true, "artifacts": [ "118d0575-a389-475a-adb3-b7cfdfb4c98a", "4604bf69-d274-4aa1-97f6-78ad73f65b15", "0bd3d2cb-ddd1-4749-836a-a67a4593b212" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:41:19.984Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e2ffb59-6e18-409e-bf22-35e6cf6f337c VfModuleModelInvariantUUID:a985ae3d-f3f4-432e-bd3c-b53784c69c11 VfModuleModelDescription:NULL Artifacts UUID List:{ 118d0575-a389-475a-adb3-b7cfdfb4c98a , 4604bf69-d274-4aa1-97f6-78ad73f65b15 , 0bd3d2cb-ddd1-4749-836a-a67a4593b212 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:41:19.986Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "vfModuleModelCustomizationUUID": "4f6948b1-c762-469a-b045-29699737731a", "isBase": true, "artifacts": [ "118d0575-a389-475a-adb3-b7cfdfb4c98a", "4604bf69-d274-4aa1-97f6-78ad73f65b15", "0bd3d2cb-ddd1-4749-836a-a67a4593b212" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T06:41:19.986Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e2ffb59-6e18-409e-bf22-35e6cf6f337c VfModuleModelInvariantUUID:a985ae3d-f3f4-432e-bd3c-b53784c69c11 VfModuleModelDescription:NULL Artifacts UUID List:{ 118d0575-a389-475a-adb3-b7cfdfb4c98a , 4604bf69-d274-4aa1-97f6-78ad73f65b15 , 0bd3d2cb-ddd1-4749-836a-a67a4593b212 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T06:41:19.986Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4604bf69-d274-4aa1-97f6-78ad73f65b15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-22T06:41:19.986Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:19.986Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-22T06:41:20.051Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:20.051Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4604bf69-d274-4aa1-97f6-78ad73f65b15 1164 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:20.052Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369680052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:21.053Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0bd3d2cb-ddd1-4749-836a-a67a4593b212 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-22T06:41:21.054Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T06:41:21.054Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-22T06:41:21.097Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T06:41:21.097Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0bd3d2cb-ddd1-4749-836a-a67a4593b212 200 2023-01-22T06:41:21.097Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-22T06:41:21.097Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-22T06:41:21.098Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T06:41:21.098Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:21.098Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:21.098Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369681097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:22.100Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c0b92fea-09af-4149-879b-c036c3fc7390 2023-01-22T06:41:22.101Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4db7bdd4-298d-496e-a120-864a66b46113 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-01-22T06:41:22.115Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-01-22T06:41:22.122Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f4f56d3, org.onap.sdc.toscaparser.api.parameters.Input@288abf84, org.onap.sdc.toscaparser.api.parameters.Input@29395885, org.onap.sdc.toscaparser.api.parameters.Input@17f2c20a, org.onap.sdc.toscaparser.api.parameters.Input@120ef7e9] 2023-01-22T06:41:22.123Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.124Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.124Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T06:41:22.124Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:41:22.124Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a47ac5cf-5b35-4611-9644-c981430d86c5 matches Tosca VF Customization UUID: a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:41:22.124Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a47ac5cf-5b35-4611-9644-c981430d86c5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T06:41:22.126Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.126Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a47ac5cf-5b35-4611-9644-c981430d86c5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@df8edad 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f6948b1-c762-469a-b045-29699737731a 2023-01-22T06:41:22.127Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f6948b1-c762-469a-b045-29699737731a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T06:41:22.129Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.129Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:22.130Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:22.130Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.131Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:22.131Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:22.131Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.132Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-22T06:41:22.132Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-22T06:41:22.132Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3225a232-c1e3-40e1-9e98-15cd3c9a10ec Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T06:41:22.135Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.135Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:22.135Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T06:41:22.135Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.136Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-22T06:41:22.136Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a47ac5cf-5b35-4611-9644-c981430d86c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c0b92fea-09af-4149-879b-c036c3fc7390: basic_cnf 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.138Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.139Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T06:41:22.140Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T06:41:22.140Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T06:41:22.205Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4db7bdd4-298d-496e-a120-864a66b46113 1 ASDC deployResourceStructure 2023-01-22T06:41:22.206Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-22T06:41:22.206Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-01-22T06:41:22.207Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-22T06:41:22.207Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:22.207Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:22.208Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369682206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:23.209Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-22T06:41:23.210Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-22T06:41:23.210Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-22T06:41:23.210Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:23.210Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:23.210Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369683209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:24.211Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-22T06:41:24.211Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-22T06:41:24.211Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:41:24.212Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:24.212Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:24.212Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369684211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:25.213Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-22T06:41:25.213Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-22T06:41:25.214Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:41:25.214Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:25.214Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:25.214Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369685213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:26.215Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-22T06:41:26.215Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-22T06:41:26.215Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:41:26.216Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:26.216Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:26.216Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369686215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:27.217Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-22T06:41:27.217Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-22T06:41:27.218Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T06:41:27.218Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:27.218Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:27.218Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369687217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:28.219Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff5de883-b828-4a0c-9142-dbefe06df5d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:41:28.230Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff5de883-b828-4a0c-9142-dbefe06df5d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T06:41:28.233Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T06:41:28.234Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T06:41:28.234Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T06:41:28.234Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T06:41:28.234Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:41:28.235Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:41:28.235Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:41:28.235Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:41:28.235Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T06:41:28.236Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T06:41:28.241Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T06:41:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:41:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "13214851-0475-45fd-9a10-0de047e9b730", "consumerID": "SO-sdc-controller", "timestamp": 1674369615140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:41:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:41:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369623266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369625729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:41:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369626863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369627921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369629025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:41:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369630028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369631030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369632033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:41:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:41:58.241Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff5de883-b828-4a0c-9142-dbefe06df5d1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T06:41:58.249Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff5de883-b828-4a0c-9142-dbefe06df5d1 and serviceModelVersionId: c0b92fea-09af-4149-879b-c036c3fc7390 2023-01-22T06:41:58.249Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:41:58.250Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0 2023-01-22T06:41:58.255Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:41:58.299Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-22T06:41:58.300Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0|INFO|500||Invoke 2023-01-22T06:41:58.318Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T06:41:58.406Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0|INFO|500||InvokeReturn 2023-01-22T06:41:58.406Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2d35a93-e8a8-48ec-967d-9c3fc8781b59/model-vers/model-ver/c0b92fea-09af-4149-879b-c036c3fc7390?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:41:59 GMT], content-length=[0], vertex-id=[241880], x-aai-txid=[0-aai-resources-230122-06:41:59:725-93994], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:41:58.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-22T06:41:58.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T06:41:58.407Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T06:41:58.413Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:41:58.413Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff5de883-b828-4a0c-9142-dbefe06df5d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T06:41:58.413Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T06:41:58.413Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T06:41:58.413Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T06:41:58.414Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369718413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T06:41:59.426Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:42:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:42:48.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.466Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3f094b75-a450-41b5-80da-7a4a0b89c55c", "consumerID": "SO-sdc-controller", "timestamp": 1674369664221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:42:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:42:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-22T06:42:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369573722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369674404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369676864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369677915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369678978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369680052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369681097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-22T06:42:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369682206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369683209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369684211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369685213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369686215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-22T06:42:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T06:42:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369687217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T06:42:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:42:59.427Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:43:48.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:43:48.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-22T06:43:48.466Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ff5de883-b828-4a0c-9142-dbefe06df5d1", "consumerID": "SO-sdc-controller", "timestamp": 1674369718413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T06:43:48.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T06:43:59.429Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:44:48.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:44:59.429Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:45:48.466Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:45:59.431Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:46:48.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:46:59.433Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:47:48.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:47:59.435Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:48:48.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:48:59.436Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:49:48.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:49:59.438Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:50:48.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:50:59.439Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:51:48.475Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:51:59.440Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:52:48.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:52:59.440Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:53:48.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:53:59.441Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:54:48.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:54:59.442Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:55:48.479Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:55:59.443Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:56:48.481Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:56:59.445Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:57:48.483Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:57:59.446Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:58:48.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:58:59.446Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T06:59:48.485Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T06:59:59.448Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:00:48.486Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:00:59.449Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:01:48.486Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:01:59.449Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:02:48.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:02:59.451Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:03:48.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:03:59.452Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:04:48.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:04:59.453Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:05:48.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:05:59.454Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:06:48.492Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:06:59.454Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:07:48.493Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:07:59.456Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:08:48.494Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:08:59.458Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:09:48.496Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:09:59.460Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:10:48.496Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:10:59.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:11:48.498Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:11:59.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:12:48.500Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:12:59.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:13:48.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:13:59.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:14:48.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:14:59.464Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:15:48.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:15:59.465Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:16:48.504Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:16:59.466Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:17:48.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:17:59.467Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:18:48.507Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:50.644Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T07:18:50.645Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"490779fa-8645-4eaa-ac56-7bf1a5d0e2f0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"77b9a958-cb06-49cd-84bb-02aabace442b","serviceDescription":"service","serviceInvariantUUID":"fa6d3364-af0d-40a1-8be6-e65b60e50c3e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b438db8-693d-49a8-bd39-592b03345a88","resourceInvariantUUID":"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267","resourceCustomizationUUID":"c83f5920-24de-40af-bbe9-c124c37286e6","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":"ZjU5ZWE2MWI0OGJlNTk1NjRkMjk2MWNmMGFmYmI5MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0dd4714f-06f0-4fb4-87cc-da8df1d7faa6","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":"ZmNlNzczOGYzMDcxMDk4MDcwZWY4ZDkzOTVjN2YxNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbcf0e10-931b-4969-a45c-502eb69dec12","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":"bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938","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":"7e82f9c1-3749-4e87-9c16-4c9585be3002","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":"977eb42c-0414-418c-ae3b-b36d1f02abad","artifactVersion":"2","generatedFromUUID":"ba93117f-c541-4290-bcb2-e342fe85efff"},{"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":"75963993-8e1a-435b-b6ae-bc2ef9f80cdd","artifactVersion":"2","generatedFromUUID":"bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938"},{"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":"ba93117f-c541-4290-bcb2-e342fe85efff","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":"5976821e-7241-466c-a786-0c6c31518de0","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":"NzkzODE1Nzk1MjRkZmRkN2NjOWZjMGNkNGZmMTdhYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63786805-96a8-4394-ab0f-f9afa05a7f67","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzJlMWU2M2NiNWVmMDZlZjgxMmZhMjIxNDNhZjRiYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"527f80d4-148e-40a0-b1ab-0a5eb2ce6b24","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T07:18:50.649Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:50.650Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:50.650Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:50.650Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:50.653Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.654Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.654Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.654Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.654Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.655Z||kafka-producer-network-thread | SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-27c8cc60-d74e-46ea-a9b1-777dd20da655] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvrW55ZeQ1uZG9h2ppCFkg 2023-01-22T07:18:50.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-22T07:18:50.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:18:50.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:18:51.656Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:51.657Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:51.657Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:51.658Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:52.659Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:52.659Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:52.660Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:52.660Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:53.661Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:53.662Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:53.662Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:53.663Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:54.664Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:54.665Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:54.665Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:54.665Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:55.666Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:55.667Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:55.667Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:55.668Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:56.669Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:56.670Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:56.670Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:56.670Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:57.671Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:57.671Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:57.672Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:57.672Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:58.673Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:58.674Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:58.674Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:58.676Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:18:59.677Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:18:59.678Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:18:59.678Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:18:59.678Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:00.680Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "77b9a958-cb06-49cd-84bb-02aabace442b", "serviceDescription": "service", "serviceInvariantUUID": "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c83f5920-24de-40af-bbe9-c124c37286e6", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2b438db8-693d-49a8-bd39-592b03345a88", "resourceInvariantUUID": "7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267", "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": "ZmNlNzczOGYzMDcxMDk4MDcwZWY4ZDkzOTVjN2YxNzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbcf0e10-931b-4969-a45c-502eb69dec12", "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": "bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938", "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": "75963993-8e1a-435b-b6ae-bc2ef9f80cdd", "generatedFromUUID": "bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938" }, "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": "977eb42c-0414-418c-ae3b-b36d1f02abad", "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": "75963993-8e1a-435b-b6ae-bc2ef9f80cdd", "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": "ba93117f-c541-4290-bcb2-e342fe85efff", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzJlMWU2M2NiNWVmMDZlZjgxMmZhMjIxNDNhZjRiYTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "527f80d4-148e-40a0-b1ab-0a5eb2ce6b24" } ], "workloadContext": "Production" } 2023-01-22T07:19:00.680Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T07:19:00.681Z|ff5de883-b828-4a0c-9142-dbefe06df5d1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 77b9a958-cb06-49cd-84bb-02aabace442b ASDC 2023-01-22T07:19:00.682Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:77b9a958-cb06-49cd-84bb-02aabace442b ServiceInvariantUUID:fa6d3364-af0d-40a1-8be6-e65b60e50c3e 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:527f80d4-148e-40a0-b1ab-0a5eb2ce6b24 ArtifactChecksum:MzJlMWU2M2NiNWVmMDZlZjgxMmZhMjIxNDNhZjRiYTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c83f5920-24de-40af-bbe9-c124c37286e6 ResourceInvariantUUID:7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:2b438db8-693d-49a8-bd39-592b03345a88 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:cbcf0e10-931b-4969-a45c-502eb69dec12 ArtifactChecksum:ZmNlNzczOGYzMDcxMDk4MDcwZWY4ZDkzOTVjN2YxNzE= 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:bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938 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:75963993-8e1a-435b-b6ae-bc2ef9f80cdd 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:977eb42c-0414-418c-ae3b-b36d1f02abad 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:75963993-8e1a-435b-b6ae-bc2ef9f80cdd 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:ba93117f-c541-4290-bcb2-e342fe85efff ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T07:19:00.683Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77b9a958-cb06-49cd-84bb-02aabace442b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:19:00.726Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:19:00.729Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:19:00.729Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:19:00.729Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 527f80d4-148e-40a0-b1ab-0a5eb2ce6b24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:00.729Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:00.730Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:00.895Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:00.906Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 527f80d4-148e-40a0-b1ab-0a5eb2ce6b24 163285 2023-01-22T07:19:00.906Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:19:00.906Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:00.906Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:00.907Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:00.907Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:00.907Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371940906, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:01.908Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:19:01.909Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:19:01.910Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 527f80d4-148e-40a0-b1ab-0a5eb2ce6b24, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:01.910Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-22T07:19:01.911Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:01.911Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:02.121Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11625869320602564940/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-22T07:19:03.345Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:03.346Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:03.347Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:19:03.347Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.347Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.347Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.348Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-22T07:19:03.349Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.350Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:03.351Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.351Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.351Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:03.351Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.351Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.352Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=50a078f1-1bb3-4627-b1c5-99e054e4257f 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.353Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.354Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.354Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.354Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:03.354Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:03.354Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:77b9a958-cb06-49cd-84bb-02aabace442b Model Version:NULL Model InvariantUuid:fa6d3364-af0d-40a1-8be6-e65b60e50c3e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:59cad354-6dd6-4c03-882e-d40a71057d54 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c83f5920-24de-40af-bbe9-c124c37286e6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d65aa8c5-424b-496e-b822-48c84c5f075b ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:d0849a5e-fca5-4fde-846c-fd47d7abe3d4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:216cc98d-93b5-4828-a862-17b5c94351a2 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:78193050-4247-4667-bdaf-5b0fd384bd81 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:50a078f1-1bb3-4627-b1c5-99e054e4257f ModelInvariantUuid:fc00de4e-559e-4890-b2a4-c2a816928187 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a12f6225-07be-49c1-abbe-44b5256028cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0257c1e6-ff1d-4f7e-88b1-5250bc2a42fe ModelInvariantUuid:616e96f8-fa32-40b6-863e-91aaa312ff15 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:95b3cc79-aae3-4a56-be0f-74b89c0a01a7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T07:19:03.362Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b438db8-693d-49a8-bd39-592b03345a88 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:19:03.367Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-01-22T07:19:03.367Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b438db8-693d-49a8-bd39-592b03345a88 2023-01-22T07:19:03.367Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbcf0e10-931b-4969-a45c-502eb69dec12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-22T07:19:03.367Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:03.367Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-22T07:19:03.436Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:03.436Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cbcf0e10-931b-4969-a45c-502eb69dec12 1565 2023-01-22T07:19:03.437Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-22T07:19:03.437Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-22T07:19:03.437Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:03.437Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:03.437Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:03.438Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371943437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:04.438Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "216cc98d-93b5-4828-a862-17b5c94351a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78193050-4247-4667-bdaf-5b0fd384bd81", "vfModuleModelCustomizationUUID": "c6431e6c-7ec1-4a58-8cda-8f7378d84401", "isBase": true, "artifacts": [ "bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938", "75963993-8e1a-435b-b6ae-bc2ef9f80cdd" ], "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": "d65aa8c5-424b-496e-b822-48c84c5f075b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d0849a5e-fca5-4fde-846c-fd47d7abe3d4", "vfModuleModelCustomizationUUID": "cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66", "isBase": false, "artifacts": [ "ba93117f-c541-4290-bcb2-e342fe85efff" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T07:19:04.445Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78193050-4247-4667-bdaf-5b0fd384bd81 VfModuleModelInvariantUUID:216cc98d-93b5-4828-a862-17b5c94351a2 VfModuleModelDescription:NULL Artifacts UUID List:{ bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938 , 75963993-8e1a-435b-b6ae-bc2ef9f80cdd } 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:d0849a5e-fca5-4fde-846c-fd47d7abe3d4 VfModuleModelInvariantUUID:d65aa8c5-424b-496e-b822-48c84c5f075b VfModuleModelDescription:NULL Artifacts UUID List:{ ba93117f-c541-4290-bcb2-e342fe85efff } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-22T07:19:04.447Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "216cc98d-93b5-4828-a862-17b5c94351a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78193050-4247-4667-bdaf-5b0fd384bd81", "vfModuleModelCustomizationUUID": "c6431e6c-7ec1-4a58-8cda-8f7378d84401", "isBase": true, "artifacts": [ "bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938", "75963993-8e1a-435b-b6ae-bc2ef9f80cdd" ], "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": "d65aa8c5-424b-496e-b822-48c84c5f075b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d0849a5e-fca5-4fde-846c-fd47d7abe3d4", "vfModuleModelCustomizationUUID": "cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66", "isBase": false, "artifacts": [ "ba93117f-c541-4290-bcb2-e342fe85efff" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T07:19:04.447Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78193050-4247-4667-bdaf-5b0fd384bd81 VfModuleModelInvariantUUID:216cc98d-93b5-4828-a862-17b5c94351a2 VfModuleModelDescription:NULL Artifacts UUID List:{ bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938 , 75963993-8e1a-435b-b6ae-bc2ef9f80cdd } 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:d0849a5e-fca5-4fde-846c-fd47d7abe3d4 VfModuleModelInvariantUUID:d65aa8c5-424b-496e-b822-48c84c5f075b VfModuleModelDescription:NULL Artifacts UUID List:{ ba93117f-c541-4290-bcb2-e342fe85efff } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-22T07:19:04.448Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-22T07:19:04.448Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:04.448Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-22T07:19:04.506Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:04.507Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bf3c1e13-7de0-4fc4-9ded-b3b8dfbc7938 914 2023-01-22T07:19:04.507Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-22T07:19:04.507Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-22T07:19:04.507Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:04.508Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:04.508Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:04.508Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371944507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:05.510Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 977eb42c-0414-418c-ae3b-b36d1f02abad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-22T07:19:05.510Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:05.511Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-22T07:19:05.550Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:05.551Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 977eb42c-0414-418c-ae3b-b36d1f02abad 12 2023-01-22T07:19:05.551Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-22T07:19:05.551Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-22T07:19:05.552Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:05.552Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:05.552Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:05.552Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371945551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:06.553Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 75963993-8e1a-435b-b6ae-bc2ef9f80cdd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-22T07:19:06.553Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:06.554Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-22T07:19:06.605Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:06.605Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 75963993-8e1a-435b-b6ae-bc2ef9f80cdd 96 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:06.606Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371946606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:07.607Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba93117f-c541-4290-bcb2-e342fe85efff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-22T07:19:07.608Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:19:07.608Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-22T07:19:07.678Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:19:07.679Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ba93117f-c541-4290-bcb2-e342fe85efff 20206 2023-01-22T07:19:07.679Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-22T07:19:07.679Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-22T07:19:07.679Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:19:07.680Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:07.680Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:07.680Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371947679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:08.684Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:19:08.684Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2b438db8-693d-49a8-bd39-592b03345a88 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:19:08.695Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18eb55fe, org.onap.sdc.toscaparser.api.parameters.Input@310d71c0, org.onap.sdc.toscaparser.api.parameters.Input@2b0424d2, org.onap.sdc.toscaparser.api.parameters.Input@56500eaf, org.onap.sdc.toscaparser.api.parameters.Input@1456e53e] 2023-01-22T07:19:08.696Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.697Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.697Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T07:19:08.697Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c83f5920-24de-40af-bbe9-c124c37286e6 2023-01-22T07:19:08.698Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c83f5920-24de-40af-bbe9-c124c37286e6 matches Tosca VF Customization UUID: c83f5920-24de-40af-bbe9-c124c37286e6 2023-01-22T07:19:08.698Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c83f5920-24de-40af-bbe9-c124c37286e6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T07:19:08.701Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.701Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.702Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c83f5920-24de-40af-bbe9-c124c37286e6: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-22T07:19:08.702Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1254c1ef 2023-01-22T07:19:08.702Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.702Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T07:19:08.703Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66 2023-01-22T07:19:08.703Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T07:19:08.706Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.706Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:08.707Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:08.707Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.707Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:08.707Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:19:08.708Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.708Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-22T07:19:08.708Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c83f5920-24de-40af-bbe9-c124c37286e6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:19:08.710Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.711Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.711Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 77b9a958-cb06-49cd-84bb-02aabace442b: basic_cnf_macro 2023-01-22T07:19:08.711Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.711Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.712Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.712Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.712Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.712Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.713Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.713Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.713Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:19:08.713Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:19:08.714Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:19:08.757Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2b438db8-693d-49a8-bd39-592b03345a88 2 ASDC deployResourceStructure 2023-01-22T07:19:08.758Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-22T07:19:08.758Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-22T07:19:08.758Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:19:08.759Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:08.759Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:08.759Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371948758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:09.761Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-22T07:19:09.761Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-22T07:19:09.761Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:19:09.762Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:09.762Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:09.763Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371949760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:10.764Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-22T07:19:10.764Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-22T07:19:10.764Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-22T07:19:10.764Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:10.765Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:10.765Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371950764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:11.765Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-22T07:19:11.766Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-22T07:19:11.766Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:19:11.766Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:11.766Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:11.766Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371951765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:12.767Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-22T07:19:12.768Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-22T07:19:12.768Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-22T07:19:12.768Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:12.768Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:12.768Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371952767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:13.769Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:19:13.770Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-22T07:19:13.770Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:19:13.770Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:19:13.770Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:19:13.770Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371953769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:14.771Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:19:14.783Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:19:14.785Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:19:14.785Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T07:19:14.785Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T07:19:44.786Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:19:44.802Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:19:44.804Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:19:44.804Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T07:19:44.805Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T07:19:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:19:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:19:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:19:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:14.805Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:20:14.817Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:20:14.819Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:20:14.819Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T07:20:14.819Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T07:20:44.819Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:20:44.832Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:20:44.834Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:20:44.834Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-22T07:20:44.834Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-22T07:20:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:20:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-22T07:20:48.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371924202, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371930740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "ves-openapi-manager", "timestamp": 1674371915727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371879467, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371906140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371898813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371942384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.491Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371942331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371940906, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371942474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371942752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371943334, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371943440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "policy-distribution", "timestamp": 1674371944335, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 2023-01-22T07:20:48.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.510Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371944488, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371943437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "cds-sdc-listener", "timestamp": 1674371945331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.515Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 2023-01-22T07:20:48.515Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.521Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371945547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371944507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.522Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371946640, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 2023-01-22T07:20:48.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T07:20:48.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371945551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "multicloud-k8s", "timestamp": 1674371947643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371946606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371947679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371950460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371948758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "aai-model-loader", "timestamp": 1674371951462, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 2023-01-22T07:20:48.543Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371949760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371950764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371941727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371951765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371952501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371952767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-22T07:20:48.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674371953769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371954894, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.559Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.560Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371955897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 2023-01-22T07:20:48.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.572Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371954202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371945336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "ves-openapi-manager", "timestamp": 1674371940677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.577Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371946333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371948648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371962094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.578Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371962168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371962032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371962441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371963035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371963150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.580Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "cds-sdc-listener", "timestamp": 1674371963520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 2023-01-22T07:20:48.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.598Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.599Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "policy-distribution", "timestamp": 1674371964037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.603Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 2023-01-22T07:20:48.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371964198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.613Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.614Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371965220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 2023-01-22T07:20:48.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-01-22T07:20:48.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.625Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.626Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.627Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.627Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "multicloud-k8s", "timestamp": 1674371966222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.628Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.630Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.630Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.632Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.632Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.633Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.633Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371969542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.634Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371960475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.635Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "aai-model-loader", "timestamp": 1674371970544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.639Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 2023-01-22T07:20:48.639Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371969622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.648Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371970648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.649Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371964522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371965039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.650Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "ves-openapi-manager", "timestamp": 1674371971649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.660Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of aef47b79-beb9-4f57-b6e1-c2b0978bba5c 2023-01-22T07:20:48.661Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef47b79-beb9-4f57-b6e1-c2b0978bba5c and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371973608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371974133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.669Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "cds-sdc-listener", "timestamp": 1674371974958, "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-01-22T07:20:48.673Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aef47b79-beb9-4f57-b6e1-c2b0978bba5c 2023-01-22T07:20:48.673Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef47b79-beb9-4f57-b6e1-c2b0978bba5c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.686Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.687Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371975136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "multicloud-k8s", "timestamp": 1674371967225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "policy-distribution", "timestamp": 1674371976137, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.692Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef47b79-beb9-4f57-b6e1-c2b0978bba5c 2023-01-22T07:20:48.693Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef47b79-beb9-4f57-b6e1-c2b0978bba5c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371980444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.702Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371982770, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.703Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.704Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371983773, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:20:48.709Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 2023-01-22T07:20:48.709Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:20:48.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:20:48.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:20:48.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:14.835Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:21:14.857Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:21:15.038Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:21:15.038Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T07:21:15.038Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:21:15.039Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:21:15.045Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T07:21:45.045Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T07:21:45.052Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and serviceModelVersionId: 77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:21:45.052Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa6d3364-af0d-40a1-8be6-e65b60e50c3e 2023-01-22T07:21:45.055Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0 2023-01-22T07:21:45.065Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:21:45.123Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-01-22T07:21:45.125Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0|INFO|500||Invoke 2023-01-22T07:21:45.160Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T07:21:45.248Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0|INFO|500||InvokeReturn 2023-01-22T07:21:45.250Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6d3364-af0d-40a1-8be6-e65b60e50c3e/model-vers/model-ver/77b9a958-cb06-49cd-84bb-02aabace442b?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:21:46 GMT], content-length=[0], vertex-id=[475384], x-aai-txid=[1-aai-resources-230122-07:21:46:664-646], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:21:45.251Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-22T07:21:45.251Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T07:21:45.251Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:21:45.258Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T07:21:45.258Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 490779fa-8645-4eaa-ac56-7bf1a5d0e2f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T07:21:45.259Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T07:21:45.259Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:45.259Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:45.259Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674372105259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T07:21:46.274Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:21:46.279Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T07:21:46.279Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"5d2531b3-f41e-417c-a04c-f2aa0840cdc8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9aabe621-2689-40ea-9204-f15bfd05f19f","serviceDescription":"service","serviceInvariantUUID":"9ade0de5-3e7e-4715-bf97-cec269bc2064","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac380fc-64db-4240-8a76-a301c0686ed3","resourceInvariantUUID":"76731c8f-f5da-4a0f-8774-80c59dca65ad","resourceCustomizationUUID":"72b96c2a-7835-4ba6-afcb-7c10a4775a05","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":"NWQ4Y2ZhYjdhNTM5ZjYxY2I0OThmOTJiNjFkOTEzYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a11ba646-787f-44e4-af26-0044871e16e9","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":"OGJmOWY2ODY5YTM3MWY0NDZhNTkyMTIyNTU2OWM4NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca84d3b0-6693-4a0f-bc55-29dd0c52b086","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":"81a877ec-7b21-4e15-a6fc-98d0c8b38e75","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":"9f14b35f-531c-433b-a60b-d9372ddca820","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":"3e16722b-3260-4ffe-b817-180bb2c417a7","artifactVersion":"2","generatedFromUUID":"81a877ec-7b21-4e15-a6fc-98d0c8b38e75"},{"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":"ODMwMzQ1YmZiYTliODJiYzFlZWQwMzdhOTI3YzYzMGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b79153e-81c5-410a-81da-8ef739dc921d","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":"MzE5N2E4NDUxMzMyNGEzYTA2ZjFiNmRkOWRiOWY1ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8ac6437-1530-47c6-85c1-f5b2767128af","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTRjM2M3YWUxNDVkODM5MGY2Yjg2YmViNGQzMzYxYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d232887e-c8db-4b4c-8a31-9c624bfdc08c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T07:21:46.282Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:46.282Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:46.282Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:46.282Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:47.283Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:47.283Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:47.283Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:47.283Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:48.284Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:48.285Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:48.285Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:48.285Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:48.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.466Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:21:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:21:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371984202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:21:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:21:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371993288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371971727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371993867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371995724, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371997986, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1674371996729, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:21:48.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aef47b79-beb9-4f57-b6e1-c2b0978bba5c 2023-01-22T07:21:48.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef47b79-beb9-4f57-b6e1-c2b0978bba5c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:21:48.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:21:48.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "aai-model-loader", "timestamp": 1674371998989, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:21:48.494Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aef47b79-beb9-4f57-b6e1-c2b0978bba5c 2023-01-22T07:21:48.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef47b79-beb9-4f57-b6e1-c2b0978bba5c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:21:49.286Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:49.287Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:49.287Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:49.287Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:50.288Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:50.288Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:50.288Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:50.288Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:51.289Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:51.290Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:51.290Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:51.290Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:52.291Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:52.291Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:52.291Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:52.291Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:53.292Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:21:53.293Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:53.293Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:53.293Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:54.294Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9aabe621-2689-40ea-9204-f15bfd05f19f", "serviceDescription": "service", "serviceInvariantUUID": "9ade0de5-3e7e-4715-bf97-cec269bc2064", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "72b96c2a-7835-4ba6-afcb-7c10a4775a05", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac380fc-64db-4240-8a76-a301c0686ed3", "resourceInvariantUUID": "76731c8f-f5da-4a0f-8774-80c59dca65ad", "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": "OGJmOWY2ODY5YTM3MWY0NDZhNTkyMTIyNTU2OWM4NDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca84d3b0-6693-4a0f-bc55-29dd0c52b086", "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": "81a877ec-7b21-4e15-a6fc-98d0c8b38e75", "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": "3e16722b-3260-4ffe-b817-180bb2c417a7", "generatedFromUUID": "81a877ec-7b21-4e15-a6fc-98d0c8b38e75" }, "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": "3e16722b-3260-4ffe-b817-180bb2c417a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTRjM2M3YWUxNDVkODM5MGY2Yjg2YmViNGQzMzYxYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d232887e-c8db-4b4c-8a31-9c624bfdc08c" } ], "workloadContext": "Production" } 2023-01-22T07:21:54.294Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T07:21:54.294Z|490779fa-8645-4eaa-ac56-7bf1a5d0e2f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9aabe621-2689-40ea-9204-f15bfd05f19f ASDC 2023-01-22T07:21:54.295Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:5d2531b3-f41e-417c-a04c-f2aa0840cdc8 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9aabe621-2689-40ea-9204-f15bfd05f19f ServiceInvariantUUID:9ade0de5-3e7e-4715-bf97-cec269bc2064 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:d232887e-c8db-4b4c-8a31-9c624bfdc08c ArtifactChecksum:NTRjM2M3YWUxNDVkODM5MGY2Yjg2YmViNGQzMzYxYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:72b96c2a-7835-4ba6-afcb-7c10a4775a05 ResourceInvariantUUID:76731c8f-f5da-4a0f-8774-80c59dca65ad ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6ac380fc-64db-4240-8a76-a301c0686ed3 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:ca84d3b0-6693-4a0f-bc55-29dd0c52b086 ArtifactChecksum:OGJmOWY2ODY5YTM3MWY0NDZhNTkyMTIyNTU2OWM4NDE= 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:81a877ec-7b21-4e15-a6fc-98d0c8b38e75 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:3e16722b-3260-4ffe-b817-180bb2c417a7 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:3e16722b-3260-4ffe-b817-180bb2c417a7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-22T07:21:54.295Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aabe621-2689-40ea-9204-f15bfd05f19f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T07:21:54.339Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:21:54.340Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:21:54.341Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:21:54.341Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d232887e-c8db-4b4c-8a31-9c624bfdc08c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-22T07:21:54.342Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:21:54.342Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-22T07:21:54.427Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:21:54.432Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d232887e-c8db-4b4c-8a31-9c624bfdc08c 83024 2023-01-22T07:21:54.433Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:21:54.433Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-22T07:21:54.433Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:21:54.434Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:54.434Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:54.434Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372114432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:55.435Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:21:55.436Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:21:55.436Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d232887e-c8db-4b4c-8a31-9c624bfdc08c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:55.437Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-22T07:21:55.437Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:55.438Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:55.655Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8978054003711278263/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-22T07:21:56.901Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.902Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-22T07:21:56.903Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:21:56.903Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.903Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.903Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:21:56.904Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-22T07:21:56.905Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:21:56.906Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:21:56.907Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ace230c-5eda-4416-aeec-e145e663697e 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.908Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:21:56.909Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9aabe621-2689-40ea-9204-f15bfd05f19f Model Version:NULL Model InvariantUuid:9ade0de5-3e7e-4715-bf97-cec269bc2064 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:1f93c5e4-09ce-4d3b-b445-a2e719b5b36f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:76731c8f-f5da-4a0f-8774-80c59dca65ad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:72b96c2a-7835-4ba6-afcb-7c10a4775a05 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2858b21c-de6a-41ce-a920-54f58a31cefe ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ec6597d8-4bc7-4462-9092-864d48f2b463 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ace230c-5eda-4416-aeec-e145e663697e ModelInvariantUuid:2b4ef98e-9709-44f3-9715-6cf18f47e806 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6d677b81-14e5-4c81-a63e-5023eafca7a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a403f26-c4ff-4bc3-b567-ecd0e2306397 ModelInvariantUuid:e81da0f6-4859-4da7-ab3a-63ea594523b8 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:2dc0b89c-450e-4b63-9561-0a45dd59032b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T07:21:56.918Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ac380fc-64db-4240-8a76-a301c0686ed3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:21:56.920Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-01-22T07:21:56.920Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ac380fc-64db-4240-8a76-a301c0686ed3 2023-01-22T07:21:56.920Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca84d3b0-6693-4a0f-bc55-29dd0c52b086 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-22T07:21:56.920Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:21:56.921Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-22T07:21:56.968Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:21:56.968Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ca84d3b0-6693-4a0f-bc55-29dd0c52b086 792 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:56.969Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372116969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:57.971Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2858b21c-de6a-41ce-a920-54f58a31cefe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec6597d8-4bc7-4462-9092-864d48f2b463", "vfModuleModelCustomizationUUID": "4b54dd7d-a6bd-45bf-8ac7-fc95599bde11", "isBase": true, "artifacts": [ "81a877ec-7b21-4e15-a6fc-98d0c8b38e75", "3e16722b-3260-4ffe-b817-180bb2c417a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T07:21:57.975Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ec6597d8-4bc7-4462-9092-864d48f2b463 VfModuleModelInvariantUUID:2858b21c-de6a-41ce-a920-54f58a31cefe VfModuleModelDescription:NULL Artifacts UUID List:{ 81a877ec-7b21-4e15-a6fc-98d0c8b38e75 , 3e16722b-3260-4ffe-b817-180bb2c417a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T07:21:57.976Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2858b21c-de6a-41ce-a920-54f58a31cefe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec6597d8-4bc7-4462-9092-864d48f2b463", "vfModuleModelCustomizationUUID": "4b54dd7d-a6bd-45bf-8ac7-fc95599bde11", "isBase": true, "artifacts": [ "81a877ec-7b21-4e15-a6fc-98d0c8b38e75", "3e16722b-3260-4ffe-b817-180bb2c417a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-22T07:21:57.976Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ec6597d8-4bc7-4462-9092-864d48f2b463 VfModuleModelInvariantUUID:2858b21c-de6a-41ce-a920-54f58a31cefe VfModuleModelDescription:NULL Artifacts UUID List:{ 81a877ec-7b21-4e15-a6fc-98d0c8b38e75 , 3e16722b-3260-4ffe-b817-180bb2c417a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-22T07:21:57.976Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 81a877ec-7b21-4e15-a6fc-98d0c8b38e75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-22T07:21:57.977Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:21:57.977Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-22T07:21:58.025Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:21:58.025Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 81a877ec-7b21-4e15-a6fc-98d0c8b38e75 5033 2023-01-22T07:21:58.025Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-22T07:21:58.025Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-22T07:21:58.025Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:21:58.026Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:58.026Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:58.026Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372118025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:21:59.027Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3e16722b-3260-4ffe-b817-180bb2c417a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-22T07:21:59.028Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:21:59.029Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-22T07:21:59.071Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:21:59.071Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3e16722b-3260-4ffe-b817-180bb2c417a7 903 2023-01-22T07:21:59.072Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-22T07:21:59.072Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-22T07:21:59.072Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:21:59.072Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:21:59.073Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:21:59.073Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372119072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:00.075Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:22:00.075Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6ac380fc-64db-4240-8a76-a301c0686ed3 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:22:00.088Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55c46230, org.onap.sdc.toscaparser.api.parameters.Input@7caacb93, org.onap.sdc.toscaparser.api.parameters.Input@2484f26e, org.onap.sdc.toscaparser.api.parameters.Input@4651aad4, org.onap.sdc.toscaparser.api.parameters.Input@30f285cc] 2023-01-22T07:22:00.089Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.090Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.090Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-22T07:22:00.090Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 72b96c2a-7835-4ba6-afcb-7c10a4775a05 2023-01-22T07:22:00.090Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72b96c2a-7835-4ba6-afcb-7c10a4775a05 matches Tosca VF Customization UUID: 72b96c2a-7835-4ba6-afcb-7c10a4775a05 2023-01-22T07:22:00.090Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 72b96c2a-7835-4ba6-afcb-7c10a4775a05 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-01-22T07:22:00.092Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.092Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.093Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 72b96c2a-7835-4ba6-afcb-7c10a4775a05: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-22T07:22:00.093Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52f6ae42 2023-01-22T07:22:00.093Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.093Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-22T07:22:00.094Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b54dd7d-a6bd-45bf-8ac7-fc95599bde11 2023-01-22T07:22:00.094Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b54dd7d-a6bd-45bf-8ac7-fc95599bde11 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-01-22T07:22:00.096Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.096Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:22:00.096Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:22:00.096Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.097Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:22:00.097Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:22:00.097Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.097Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-22T07:22:00.098Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-22T07:22:00.098Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-22T07:22:00.098Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ace230c-5eda-4416-aeec-e145e663697e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-01-22T07:22:00.100Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.100Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:22:00.101Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-22T07:22:00.101Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.101Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-22T07:22:00.101Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=72b96c2a-7835-4ba6-afcb-7c10a4775a05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:22:00.103Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.103Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.103Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9aabe621-2689-40ea-9204-f15bfd05f19f: basic_vm_macro 2023-01-22T07:22:00.103Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.104Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.105Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.105Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:00.105Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:00.105Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-22T07:22:00.199Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6ac380fc-64db-4240-8a76-a301c0686ed3 1 ASDC deployResourceStructure 2023-01-22T07:22:00.200Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-22T07:22:00.200Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-22T07:22:00.200Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:22:00.201Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:00.201Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:00.201Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372120200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:01.202Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-22T07:22:01.202Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-22T07:22:01.202Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:22:01.203Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:01.203Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:01.203Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372121202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:02.204Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-22T07:22:02.204Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-22T07:22:02.204Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:22:02.204Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:02.204Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:02.205Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372122204, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:03.205Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:22:03.206Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-22T07:22:03.206Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:22:03.207Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:03.207Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:03.207Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372123205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:04.211Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:22:04.226Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:22:04.229Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:04.230Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:04.231Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:04.231Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:04.231Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:22:04.240Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T07:22:34.240Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T07:22:34.249Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and serviceModelVersionId: 9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:22:34.249Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ade0de5-3e7e-4715-bf97-cec269bc2064 2023-01-22T07:22:34.250Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0 2023-01-22T07:22:34.260Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:22:34.306Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0|INFO|500||Invoke 2023-01-22T07:22:34.306Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5d2531b3-f41e-417c-a04c-f2aa0840cdc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e55f625-4f81-4c62-b16d-62df092fde03], X-ECOMP-RequestID=[5d2531b3-f41e-417c-a04c-f2aa0840cdc8], X-TransactionId=[], X-ONAP-RequestID=[5d2531b3-f41e-417c-a04c-f2aa0840cdc8], Content-Type=[application/merge-patch+json]} 2023-01-22T07:22:34.328Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T07:22:34.418Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?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/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:22:35 GMT], content-length=[0], vertex-id=[274648], x-aai-txid=[1-aai-resources-230122-07:22:35:835-61292], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:22:34.419Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-22T07:22:34.419Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade0de5-3e7e-4715-bf97-cec269bc2064/model-vers/model-ver/9aabe621-2689-40ea-9204-f15bfd05f19f?depth=0|INFO|500||InvokeReturn 2023-01-22T07:22:34.420Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T07:22:34.420Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:22:34.425Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T07:22:34.425Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d2531b3-f41e-417c-a04c-f2aa0840cdc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T07:22:34.425Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T07:22:34.426Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:34.426Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:34.426Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372154425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T07:22:35.440Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-22T07:22:35.440Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"aef47b79-beb9-4f57-b6e1-c2b0978bba5c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4ac86862-b6cb-46aa-bf8c-f718a6694d96","serviceDescription":"service","serviceInvariantUUID":"c4c7f950-22b2-416e-8f74-025558ac4561","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea875ffd-7997-441d-b63d-1d5c3a7419bd","resourceInvariantUUID":"bc084b21-3bae-4271-ab37-1b39e457c6d1","resourceCustomizationUUID":"8240e405-d1b3-4106-b1e3-cf863172df34","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":"ZGM3OTA0Mjc3ZWYxZWYzNGRiNjk0YzZmYmY2ZTNiZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18ed165b-ec89-4d2e-97df-e18cae1b674a","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":"62ffb8d9-34ff-4e92-9618-37e2150bb766","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":"8102705e-3df9-4cf1-b6eb-601dab909d65","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":"YmE5OWM2MThkZmY3MWM5ZjY0NWQzMzg1NTJlYzE5MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8a889e00-a3bc-453c-a54b-d904ac4baa38","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":"a4f4d2e9-828a-4a1f-8f18-b150494f3592","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":"17b33718-f53a-4d7a-8173-dd56edddbaee","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":"d31ca296-dcbe-4235-a30b-a2e8fda78139","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":"ZDFkM2QzNGZkNzZkZGQ1YWJlMWUxM2Y4MGNmNTYwMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37091dc1-adb4-4d74-85ad-cfa2fc267dc9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2JjNTAzZGVhMjMzNjE5ZDNlYTlmOTkzNGRmZDhlN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83bde66c-a9dd-420b-addb-15ff426ef8a4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-22T07:22:35.441Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:35.442Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:35.442Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:35.442Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:36.443Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:36.444Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:36.445Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:36.445Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:37.446Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:37.447Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:37.447Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:37.447Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:38.448Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:38.449Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:38.449Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:38.449Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:39.450Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:39.451Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:39.451Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:39.451Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:40.452Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:40.452Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:40.453Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:40.453Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:41.455Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:41.456Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:41.456Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:41.456Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:42.457Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:42.458Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:42.458Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:42.458Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:43.459Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-22T07:22:43.459Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:43.460Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:43.460Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:44.461Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "serviceDescription": "service", "serviceInvariantUUID": "c4c7f950-22b2-416e-8f74-025558ac4561", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8240e405-d1b3-4106-b1e3-cf863172df34", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea875ffd-7997-441d-b63d-1d5c3a7419bd", "resourceInvariantUUID": "bc084b21-3bae-4271-ab37-1b39e457c6d1", "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": "Y2JjNTAzZGVhMjMzNjE5ZDNlYTlmOTkzNGRmZDhlN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83bde66c-a9dd-420b-addb-15ff426ef8a4" } ], "workloadContext": "Production" } 2023-01-22T07:22:44.461Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-22T07:22:44.461Z|5d2531b3-f41e-417c-a04c-f2aa0840cdc8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ac86862-b6cb-46aa-bf8c-f718a6694d96 ASDC 2023-01-22T07:22:44.462Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:aef47b79-beb9-4f57-b6e1-c2b0978bba5c ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:4ac86862-b6cb-46aa-bf8c-f718a6694d96 ServiceInvariantUUID:c4c7f950-22b2-416e-8f74-025558ac4561 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:83bde66c-a9dd-420b-addb-15ff426ef8a4 ArtifactChecksum:Y2JjNTAzZGVhMjMzNjE5ZDNlYTlmOTkzNGRmZDhlN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8240e405-d1b3-4106-b1e3-cf863172df34 ResourceInvariantUUID:bc084b21-3bae-4271-ab37-1b39e457c6d1 ResourceName:test-pnf ResourceType:PNF ResourceUUID:ea875ffd-7997-441d-b63d-1d5c3a7419bd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-22T07:22:44.463Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ac86862-b6cb-46aa-bf8c-f718a6694d96 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T07:22:44.488Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:22:44.488Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:22:44.489Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:22:44.489Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83bde66c-a9dd-420b-addb-15ff426ef8a4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-22T07:22:44.489Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-22T07:22:44.489Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-22T07:22:44.651Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-22T07:22:44.656Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 83bde66c-a9dd-420b-addb-15ff426ef8a4 111101 2023-01-22T07:22:44.657Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:22:44.657Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-22T07:22:44.657Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-22T07:22:44.657Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:44.657Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:44.658Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372164657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:45.658Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-22T07:22:45.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-22T07:22:45.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 83bde66c-a9dd-420b-addb-15ff426ef8a4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:45.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-22T07:22:45.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:45.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:45.831Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP259407582297374901/Definitions/service-TestPnfMacro-template.yml 2023-01-22T07:22:46.659Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-22T07:22:46.659Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:22:46.659Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.659Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-22T07:22:46.660Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.661Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.662Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.663Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:4ac86862-b6cb-46aa-bf8c-f718a6694d96 Model Version:NULL Model InvariantUuid:c4c7f950-22b2-416e-8f74-025558ac4561 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-01-22T07:22:46.670Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea875ffd-7997-441d-b63d-1d5c3a7419bd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:22:46.673Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-01-22T07:22:46.673Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea875ffd-7997-441d-b63d-1d5c3a7419bd 2023-01-22T07:22:46.673Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:22:46.673Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:22:46.673Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ea875ffd-7997-441d-b63d-1d5c3a7419bd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:22:46.677Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c0e37bc, org.onap.sdc.toscaparser.api.parameters.Input@4be72133, org.onap.sdc.toscaparser.api.parameters.Input@5a7562a8, org.onap.sdc.toscaparser.api.parameters.Input@5203b583, org.onap.sdc.toscaparser.api.parameters.Input@5f3dcba8] 2023-01-22T07:22:46.677Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.677Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.678Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4ac86862-b6cb-46aa-bf8c-f718a6694d96: test-pnf 2023-01-22T07:22:46.678Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Processing PNF resource: ea875ffd-7997-441d-b63d-1d5c3a7419bd 2023-01-22T07:22:46.678Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-22T07:22:46.678Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-22T07:22:46.678Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Resource customization UUID: 8240e405-d1b3-4106-b1e3-cf863172df34 is the same as notified resource customizationUUID: 8240e405-d1b3-4106-b1e3-cf863172df34 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-22T07:22:46.709Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ea875ffd-7997-441d-b63d-1d5c3a7419bd 0 ASDC deployResourceStructure 2023-01-22T07:22:46.710Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-22T07:22:46.710Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-22T07:22:46.710Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-22T07:22:46.710Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:22:46.710Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:22:46.711Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372166710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:47.711Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aef47b79-beb9-4f57-b6e1-c2b0978bba5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:22:47.723Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aef47b79-beb9-4f57-b6e1-c2b0978bba5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.726Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.727Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.727Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.727Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.727Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-22T07:22:47.727Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-22T07:22:47.731Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-22T07:22:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:22:48.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:22:48.466Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "490779fa-8645-4eaa-ac56-7bf1a5d0e2f0", "consumerID": "SO-sdc-controller", "timestamp": 1674372105259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T07:22:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:22:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:22:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:22:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-22T07:22:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:17.732Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aef47b79-beb9-4f57-b6e1-c2b0978bba5c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-01-22T07:23:17.737Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aef47b79-beb9-4f57-b6e1-c2b0978bba5c and serviceModelVersionId: 4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:23:17.737Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4c7f950-22b2-416e-8f74-025558ac4561 2023-01-22T07:23:17.737Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0 2023-01-22T07:23:17.742Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:17.797Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0|INFO|500||Invoke 2023-01-22T07:23:17.797Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aef47b79-beb9-4f57-b6e1-c2b0978bba5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a60865a-3d51-4f5c-bcf7-b4384bd3a44f], X-ECOMP-RequestID=[aef47b79-beb9-4f57-b6e1-c2b0978bba5c], X-TransactionId=[], X-ONAP-RequestID=[aef47b79-beb9-4f57-b6e1-c2b0978bba5c], Content-Type=[application/merge-patch+json]} 2023-01-22T07:23:17.816Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-22T07:23:17.920Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?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/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:23:19 GMT], content-length=[0], vertex-id=[250032], x-aai-txid=[2-aai-resources-230122-07:23:19:326-79072], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:17.920Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-22T07:23:17.921Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4c7f950-22b2-416e-8f74-025558ac4561/model-vers/model-ver/4ac86862-b6cb-46aa-bf8c-f718a6694d96?depth=0|INFO|500||InvokeReturn 2023-01-22T07:23:17.921Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-22T07:23:17.921Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-22T07:23:17.930Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T07:23:17.930Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aef47b79-beb9-4f57-b6e1-c2b0978bba5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-22T07:23:17.930Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-22T07:23:17.931Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-22T07:23:17.931Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-22T07:23:17.931Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372197930, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-22T07:23:18.945Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:23:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:23:48.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.466Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-22T07:23:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372114432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372116969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-22T07:23:48.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372118025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372119072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372120200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372121202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372122204, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-22T07:23:48.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372123205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5d2531b3-f41e-417c-a04c-f2aa0840cdc8", "consumerID": "SO-sdc-controller", "timestamp": 1674372154425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T07:23:48.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372106274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372164657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-22T07:23:48.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:23:48.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:23:48.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372166710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-22T07:23:48.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:24:18.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:24:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:24:48.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-22T07:24:48.466Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "aef47b79-beb9-4f57-b6e1-c2b0978bba5c", "consumerID": "SO-sdc-controller", "timestamp": 1674372197930, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-22T07:24:48.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-22T07:25:18.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:25:48.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:26:18.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:26:48.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:27:18.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:27:48.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:28:18.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:28:48.467Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:29:18.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:29:48.467Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:30:18.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:30:48.469Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:31:18.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:31:48.469Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:32:18.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:32:48.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:33:18.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:33:48.472Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:34:18.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:34:48.474Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:35:18.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:35:48.474Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:36:18.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:36:48.475Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:37:18.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:37:48.475Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:38:18.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:38:48.476Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:39:18.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:39:48.478Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:40:18.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:40:48.479Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:41:18.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:41:48.480Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:42:18.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:42:48.481Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:43:18.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:43:48.482Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:44:18.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:44:48.484Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:45:18.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:45:48.485Z|aef47b79-beb9-4f57-b6e1-c2b0978bba5c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:46:18.972Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:46:48.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:47:18.974Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:47:48.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:48:18.976Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:48:48.490Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:49:18.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:49:48.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:50:18.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:50:48.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:51:18.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:51:48.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:52:18.979Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:52:48.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:53:18.981Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:53:48.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:54:18.982Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:54:48.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:55:18.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:55:48.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:56:18.985Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:56:48.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:57:18.986Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:57:48.499Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:58:18.987Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:58:48.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T07:59:18.988Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T07:59:48.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:00:18.989Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:00:48.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:01:18.989Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:01:48.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:02:18.991Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:02:48.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:03:18.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:03:48.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:04:18.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:04:48.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:05:18.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:05:48.511Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:06:18.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:06:48.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:07:18.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:07:48.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:08:18.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:08:48.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:09:18.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:09:48.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:10:19.001Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:10:48.518Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:11:19.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:11:48.520Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:12:19.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:12:48.521Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:13:19.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:13:48.522Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:14:19.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:14:48.523Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:15:19.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:15:48.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:16:19.009Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:16:48.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:17:19.011Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:17:48.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:18:19.012Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:18:48.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:19:19.013Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:19:48.527Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:20:19.014Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:20:48.528Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:21:19.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:21:48.529Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-22T08:22:19.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-22T08:22:48.531Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO