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-31T19:25:37.936Z||main|||||INFO|500||The following profiles are active: basic 2023-01-31T19:26:20.722Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-31T19:26:20.730Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-31T19:26:21.359Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-31T19:26:42.600Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-31T19:26:43.703Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-31T19:26:45.592Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-31T19:26:46.909Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-31T19:26:49.984Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-31T19:26:58.749Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-31T19:27:00.860Z||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-31T19:27:08.122Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-31T19:27:08.499Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-31T19:27:08.560Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-31T19:27:08.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-31T19:27:09.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-31T19:27:11.104Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-31T19:27:13.843Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-31T19:27:13.927Z||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$$6480366b.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-31T19:27:13.930Z||main|||||WARN|500||The sdc end point is not alive 2023-01-31T19:27:28.551Z||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-31T19:27:45.655Z||main|||||WARN|500||--- 2023-01-31T19:27:45.656Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-31T19:27:45.656Z||main|||||WARN|500||--- 2023-01-31T19:27:47.066Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-31T19:28:09.654Z||main|||||INFO|500||Started Application in 169.04 seconds (JVM running for 180.066) 2023-01-31T19:28:09.825Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T19:28:09.849Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T19:28:10.024Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T19:28:10.234Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a7c72396-e3c8-4004-82de-d85751d4e3f4 url= /sdc/v1/artifactTypes 2023-01-31T19:28:10.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T19:28:11.256Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-31T19:28:11.850Z||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-31T19:28:11.852Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-31T19:28:11.852Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bb643020-38a9-4c3d-92ab-3bb3e0275a08 url= /sdc/v1/distributionKafkaData 2023-01-31T19:28:11.853Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-31T19:28:11.880Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-31T19:28:11.894Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3102a261 2023-01-31T19:28:12.437Z||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-3fdd4978-6470-404a-b7ff-24994707f6a8 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-31T19:28:12.634Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Instantiated an idempotent producer. 2023-01-31T19:28:13.029Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-31T19:28:13.244Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-31T19:28:13.246Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-31T19:28:13.246Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293221 2023-01-31T19:28:13.310Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-31T19:28:13.391Z||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-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a 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-31T19:28:13.642Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-31T19:28:13.649Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-31T19:28:13.650Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293642 2023-01-31T19:28:13.654Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:28:13.669Z||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-64576ec4-9bdc-40b9-b598-9e46d0c282d8 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-31T19:28:13.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:28:13.752Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-31T19:28:13.753Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-31T19:28:13.754Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293752 2023-01-31T19:28:13.755Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:28:13.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:28:13.870Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-31T19:28:16.413Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ 2023-01-31T19:28:16.421Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.423Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] ProducerId set to 1003 with epoch 0 2023-01-31T19:28:16.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:16.431Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ 2023-01-31T19:28:16.434Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-31T19:28:16.497Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.498Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.498Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow 2023-01-31T19:28:16.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ 2023-01-31T19:28:16.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-01-31T19:28:16.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] (Re-)joining group 2023-01-31T19:28:16.647Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] (Re-)joining group 2023-01-31T19:28:16.864Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026 2023-01-31T19:28:16.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:16.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] (Re-)joining group 2023-01-31T19:28:16.990Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc 2023-01-31T19:28:16.992Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:16.992Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] (Re-)joining group 2023-01-31T19:28:22.893Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc', protocol='range'} 2023-01-31T19:28:22.907Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026', protocol='range'} 2023-01-31T19:28:23.158Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.162Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.163Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T19:28:23.196Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026=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-31T19:28:23.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc', protocol='range'} 2023-01-31T19:28:23.246Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026', protocol='range'} 2023-01-31T19:28:23.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.300Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-31T19:28:23.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-31T19:28:23.400Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-31T19:28:23.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-31T19:28:23.403Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-31T19:28:23.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-31T19:28:23.406Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-31T19:28:23.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-31T19:28:23.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-31T19:28:23.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-31T19:28:23.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-31T19:28:23.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-31T19:28:23.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-31T19:28:23.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.788Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-31T19:28:23.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-31T19:28:23.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.818Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:29:13.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:29:13.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:30:13.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:30:13.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:31:13.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:31:13.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:32:13.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:32:13.995Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:33:13.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:33:13.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:34:13.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:34:14.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:35:13.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:35:14.009Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:35:20.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-31T19:36:13.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:36:14.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:37:13.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:37:14.032Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:37:16.673Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Node -1 disconnected. 2023-01-31T19:37:16.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Node -1 disconnected. 2023-01-31T19:37:16.826Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Node -1 disconnected. 2023-01-31T19:38:14.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:38:14.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:39:14.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:39:14.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:40:14.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:40:14.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:41:14.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:41:14.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:42:14.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:42:14.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:43:14.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:43:14.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:44:14.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:44:14.062Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:45:14.040Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:45:14.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:46:14.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:46:14.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:47:14.054Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:47:14.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:48:14.057Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:48:14.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:49:14.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:49:14.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:50:14.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:50:14.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:51:14.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:51:14.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:52:14.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:52:14.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:53:14.085Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:53:14.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:54:14.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:54:14.099Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:55:14.093Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:55:14.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:56:14.096Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:56:14.107Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:57:14.098Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:57:14.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:58:14.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:58:14.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T19:59:14.107Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T19:59:14.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:00:14.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:00:14.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:01:14.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:01:14.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:02:14.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:02:14.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:03:14.134Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:03:14.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:04:14.135Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:04:14.154Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:05:14.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:05:14.158Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:06:14.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:06:14.159Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:07:14.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:07:14.162Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:08:14.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:08:14.167Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:09:14.153Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:09:14.170Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:10:14.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:10:14.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:11:14.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:11:14.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:12:14.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:12:14.177Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:13:14.161Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:13:14.178Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:14:14.163Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:14:14.180Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:15:14.167Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:15:14.182Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:16:14.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:16:14.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:17:14.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:17:14.189Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:18:14.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:18:14.190Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:19:14.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:19:14.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:20:14.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:20:14.206Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:21:14.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:21:14.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:22:14.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:22:14.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:23:14.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:23:14.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:24:14.189Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:24:14.223Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:25:14.191Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:25:14.225Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:26:14.194Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:26:14.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:27:14.197Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:27:14.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:28:14.199Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:28:14.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:29:14.201Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:29:14.233Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:30:14.203Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:30:14.237Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:31:14.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:31:14.237Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:32:14.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:32:14.239Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:33:14.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:33:14.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:34:14.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:34:14.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:35:14.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:35:14.245Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:36:14.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:36:14.245Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:37:14.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:37:14.246Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:38:14.229Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:38:14.247Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:39:14.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:39:14.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:40:14.234Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:40:14.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:41:14.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:41:14.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:42:14.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:42:14.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:43:14.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:43:14.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:44:14.261Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:44:14.264Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:45:14.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:45:14.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:46:14.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:46:14.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:47:14.274Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:47:14.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:48:14.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:48:14.290Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:49:14.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:49:14.293Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:50:14.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:50:14.295Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:51:14.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:51:14.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:52:14.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:52:14.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:53:14.287Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:53:14.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:54:14.290Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:54:14.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:55:14.292Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:55:14.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:56:14.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:56:14.307Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:57:14.296Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:57:14.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:58:14.297Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:58:14.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T20:59:14.300Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T20:59:14.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:00:14.302Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:00:14.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:01:14.304Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:01:14.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:02:14.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:02:14.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:03:14.307Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:03:14.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:04:14.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:04:14.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:05:14.316Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:05:14.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:06:14.317Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:06:14.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:07:14.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:07:14.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:08:14.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:08:14.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:09:14.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:09:14.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:10:14.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:10:14.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:11:14.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:11:14.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:12:14.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:12:14.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:13:14.351Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:13:14.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:14:14.352Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:14:14.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:15:14.353Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:15:14.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:16:14.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:16:14.354Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:17:14.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:17:14.356Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:18:14.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:18:14.357Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:19:14.360Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:19:14.361Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:20:14.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:20:14.363Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:21:14.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:21:14.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:22:14.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:22:14.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:23:14.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:23:14.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:24:14.374Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:24:14.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:25:14.376Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:25:14.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:26:14.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:26:14.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:27:14.380Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:27:14.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:28:14.381Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:28:14.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:29:14.384Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:29:14.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:30:14.386Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:30:14.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:31:14.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:31:14.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:32:14.389Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:32:14.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:33:14.391Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:33:14.390Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:34:14.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:34:14.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:35:14.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:35:14.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:36:14.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:36:14.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:37:14.402Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:37:14.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:38:14.407Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:38:14.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:39:14.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:39:14.447Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:40:14.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:40:14.448Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:41:14.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:41:14.449Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:42:14.418Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:42:14.450Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:43:14.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:43:14.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:44:14.423Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:44:14.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:45:14.426Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:45:14.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:46:14.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:46:14.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:47:14.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:47:14.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:48:14.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:48:14.461Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:49:14.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:49:14.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:50:14.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:50:14.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:51:14.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:51:14.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:52:14.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:52:14.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:53:14.447Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:53:14.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:54:14.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:54:14.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:55:14.453Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:55:14.471Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:56:14.455Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:56:14.473Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:57:14.458Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:57:14.474Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:58:14.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:58:14.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T21:59:14.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T21:59:14.477Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:00:14.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:00:14.479Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:01:14.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:01:14.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:02:14.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:02:14.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:03:14.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:03:14.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:04:14.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:04:14.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:05:14.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:05:14.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:06:14.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:06:14.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:07:14.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:07:14.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:08:14.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:08:14.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:09:14.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:09:14.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:10:14.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:10:14.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:11:14.498Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:11:14.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:12:14.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:12:14.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:13:14.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:13:14.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:14:14.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:14:14.505Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:15:14.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:15:14.507Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:16:14.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:16:14.508Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:14.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:17:14.513Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:30.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T22:17:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:17:30.904Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:17:30.904Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1166050b-bb64-43f9-8a02-a16158bcb58e","serviceName":"vFW 2023-01-31 22-15-47","serviceVersion":"1.0","serviceUUID":"778b31e3-7431-4c9d-a69d-39fc6c810529","serviceDescription":"catalog service description","serviceInvariantUUID":"aaa38c4e-0110-4d22-a434-0ad84e669abb","resources":[{"resourceInstanceName":"vFW c2c144ef-e4a3 0","resourceName":"vFW c2c144ef-e4a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5e2befd-506b-44be-a33f-887d176c313e","resourceInvariantUUID":"1a09cad2-4a60-4adf-8474-c8151d87f935","resourceCustomizationUUID":"36a5f6ac-2440-4dea-be86-b7898762cda3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml","artifactChecksum":"M2Y5ZDQxMTE1YmIxNDQ2ZjExZWNjMGRiODNkYTFmMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7edb0210-e250-4d2e-8f3b-0fc253e737f1","artifactVersion":"1"},{"artifactName":"vfwc2c144efe4a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json","artifactChecksum":"MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e9217b4-6e6c-4fa2-8697-9d26c205fe03","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzYmNmYTNhMDA5OGE3MThkYzVjMDU1YTQ1MWU3NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"466ccbc5-3e4f-431a-bd29-51fd43f357f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4132ef41-8db4-4a30-bcbb-d71d9b08d4b2","artifactVersion":"2","generatedFromUUID":"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230131221547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml","artifactChecksum":"NjgyNmIzNzljMmY1NTI0ZmY2MDg3MDc0NThlNGI2YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f65f5993-e08e-4b68-9147-b9a015e0a274","artifactVersion":"1"},{"artifactName":"service-Vfw20230131221547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar","artifactChecksum":"ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31b81cfd-0d47-4192-a628-f137b06f9532","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:17:30.954Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:31.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:17:31.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:31.046Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:31.047Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:31.098Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:31.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:31.102Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:17:32.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:32.194Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:32.194Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:32.195Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:33.198Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:33.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:33.200Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:33.200Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:34.207Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:34.208Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:34.209Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:34.210Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:35.212Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:35.214Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:35.214Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:35.215Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:36.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:36.223Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:36.224Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:36.224Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:37.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:17:37.227Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:37.228Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:37.228Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:38.233Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "serviceName": "vFW 2023-01-31 22-15-47", "serviceVersion": "1.0", "serviceUUID": "778b31e3-7431-4c9d-a69d-39fc6c810529", "serviceDescription": "catalog service description", "serviceInvariantUUID": "aaa38c4e-0110-4d22-a434-0ad84e669abb", "resources": [ { "resourceInstanceName": "vFW c2c144ef-e4a3 0", "resourceCustomizationUUID": "36a5f6ac-2440-4dea-be86-b7898762cda3", "resourceName": "vFW c2c144ef-e4a3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b5e2befd-506b-44be-a33f-887d176c313e", "resourceInvariantUUID": "1a09cad2-4a60-4adf-8474-c8151d87f935", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc2c144efe4a30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "artifactChecksum": "MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e9217b4-6e6c-4fa2-8697-9d26c205fe03", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2", "generatedFromUUID": "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230131221547-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "artifactChecksum": "ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31b81cfd-0d47-4192-a628-f137b06f9532" } ], "workloadContext": "Production" } 2023-01-31T22:17:38.250Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:17:38.253Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 778b31e3-7431-4c9d-a69d-39fc6c810529 ASDC 2023-01-31T22:17:38.607Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1166050b-bb64-43f9-8a02-a16158bcb58e ServiceName:vFW 2023-01-31 22-15-47 ServiceVersion:1.0 ServiceUUID:778b31e3-7431-4c9d-a69d-39fc6c810529 ServiceInvariantUUID:aaa38c4e-0110-4d22-a434-0ad84e669abb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230131221547-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar ArtifactUUID:31b81cfd-0d47-4192-a628-f137b06f9532 ArtifactChecksum:ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c2c144ef-e4a3 0 ResourceCustomizationUUID:36a5f6ac-2440-4dea-be86-b7898762cda3 ResourceInvariantUUID:1a09cad2-4a60-4adf-8474-c8151d87f935 ResourceName:vFW c2c144ef-e4a3 ResourceType:VF ResourceUUID:b5e2befd-506b-44be-a33f-887d176c313e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc2c144efe4a30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json ArtifactUUID:4e9217b4-6e6c-4fa2-8697-9d26c205fe03 ArtifactChecksum:MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI= 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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml ArtifactUUID:bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ArtifactUUID:4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ArtifactUUID:4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T22:17:38.608Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 778b31e3-7431-4c9d-a69d-39fc6c810529 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-31T22:17:39.341Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:17:39.344Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:17:39.351Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:17:39.353Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31b81cfd-0d47-4192-a628-f137b06f9532 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:39.356Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:17:39.358Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:39.603Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:17:39.639Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 31b81cfd-0d47-4192-a628-f137b06f9532 101499 2023-01-31T22:17:39.642Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar ASDC sendASDCNotification 2023-01-31T22:17:39.642Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:39.644Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203459640, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:40.650Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:17:40.652Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:17:40.653Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31b81cfd-0d47-4192-a628-f137b06f9532, URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar to file: /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:40.654Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230131221547-csar.csar 2023-01-31T22:17:40.913Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:40.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:43.148Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP574472346985414510/Definitions/service-Vfw20230131221547-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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 2023-01-31T22:17:51.047Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:17:51.062Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c2c144ef-e4a3 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-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.069Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:51.070Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T22:17:51.091Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.095Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.109Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:51.110Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T22:17:51.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:17:51.119Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.120Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.120Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:51.123Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T22:17:51.124Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:17:51.124Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.125Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:51.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:51.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.138Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T22:17:51.138Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.139Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T22:17:51.139Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.140Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T22:17:51.140Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.141Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:51.145Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.146Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:51.146Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:51.159Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.163Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:51.163Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:51.164Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.164Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:51.166Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T22:17:51.166Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T22:17:51.167Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.167Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.169Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T22:17:51.169Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6411bfea-5253-4cce-b81f-9f246d2523ad 2023-01-31T22:17:51.171Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.171Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739 2023-01-31T22:17:51.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14d74882-0757-4135-88f7-6bedf57d54ad 2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:51.184Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:51.184Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-31 22-15-47 Description:catalog service description Model UUID:778b31e3-7431-4c9d-a69d-39fc6c810529 Model Version:NULL Model InvariantUuid:aaa38c4e-0110-4d22-a434-0ad84e669abb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c2c144ef-e4a3 Model UUID:549f33fc-7349-4024-a818-971406a5c372 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1a09cad2-4a60-4adf-8474-c8151d87f935 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:36a5f6ac-2440-4dea-be86-b7898762cda3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8 ModelName:VfwC2c144efE4a3..base_vfw..module-0 ModelUuid:40603194-66da-4531-9767-9549b52f612b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6411bfea-5253-4cce-b81f-9f246d2523ad ModelInvariantUuid:b4d05093-1a20-47c9-851b-c38155f530b2 ModelName:vFW c2c144ef-e4a3-nodes.vfwCvfc ModelUuid:5b06e58d-bd69-475a-86cc-c593c8573274 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e1adb147-95ca-481c-9468-e43ba61a1db0 ModelInvariantUuid:f014e0bd-e80c-4730-b4a0-ee1120a31ec8 ModelName:VfwC2c144efE4a3.compute.nodes.heat.vfw ModelUuid:c263727f-051d-4740-920f-fac0a218bc91 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739 ModelInvariantUuid:9b051420-45e6-4bae-ab9e-171866f18cb0 ModelName:vFW c2c144ef-e4a3-nodes.vsnCvfc ModelUuid:4b55071a-da95-48df-a3f0-83a538371595 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:765325c6-cd6b-4eb8-93e7-a0093fa83cb2 ModelInvariantUuid:5e62aa1e-3e09-440d-be15-0fc0b2ba95ee ModelName:VfwC2c144efE4a3.compute.nodes.heat.vsn ModelUuid:e9ea9a7e-a12e-424d-8339-125821111c14 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:14d74882-0757-4135-88f7-6bedf57d54ad ModelInvariantUuid:ea5e8b27-1312-4cdc-9285-094872b62e27 ModelName:vFW c2c144ef-e4a3-nodes.vpgCvfc ModelUuid:3c63abf3-457c-4cd7-a503-41dbc77d10b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c8c73381-8681-462c-9b2f-0343e0a71769 ModelInvariantUuid:36be0c48-8851-4a9d-b618-4457c4489b3e ModelName:VfwC2c144efE4a3.compute.nodes.heat.vpg ModelUuid:eaea6ff4-6169-422e-82db-42c556d54fce 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-31T22:17:51.239Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b5e2befd-506b-44be-a33f-887d176c313e 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-31T22:17:51.478Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||vFW c2c144ef-e4a3 0 2023-01-31T22:17:51.497Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5e2befd-506b-44be-a33f-887d176c313e 2023-01-31T22:17:51.498Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e9217b4-6e6c-4fa2-8697-9d26c205fe03 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 2023-01-31T22:17:51.498Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:17:51.499Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 2023-01-31T22:17:51.603Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:17:51.604Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 4e9217b4-6e6c-4fa2-8697-9d26c205fe03 785 2023-01-31T22:17:51.608Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json ASDC sendASDCNotification 2023-01-31T22:17:51.609Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 2023-01-31T22:17:51.609Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203471608, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:52.613Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC2c144efE4a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40603194-66da-4531-9767-9549b52f612b", "vfModuleModelCustomizationUUID": "990167c4-fc97-4edd-a5b8-b0f5d5c440a6", "isBase": true, "artifacts": [ "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2", "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2" ], "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-31T22:17:52.658Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC2c144efE4a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40603194-66da-4531-9767-9549b52f612b VfModuleModelInvariantUUID:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8 VfModuleModelDescription:NULL Artifacts UUID List:{ bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 , 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 } 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-31T22:17:52.666Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC2c144efE4a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40603194-66da-4531-9767-9549b52f612b", "vfModuleModelCustomizationUUID": "990167c4-fc97-4edd-a5b8-b0f5d5c440a6", "isBase": true, "artifacts": [ "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2", "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2" ], "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-31T22:17:52.669Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC2c144efE4a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40603194-66da-4531-9767-9549b52f612b VfModuleModelInvariantUUID:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8 VfModuleModelDescription:NULL Artifacts UUID List:{ bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 , 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 } 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-31T22:17:52.670Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml 2023-01-31T22:17:52.671Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:17:52.671Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml 2023-01-31T22:17:52.785Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 20368 2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml 2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:52.794Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203472787, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:53.796Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 2023-01-31T22:17:53.797Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:17:53.798Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 2023-01-31T22:17:53.874Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:17:53.876Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 2098 2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:17:53.878Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:53.878Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:53.879Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203473877, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:54.883Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 778b31e3-7431-4c9d-a69d-39fc6c810529 2023-01-31T22:17:54.884Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c2c144ef-e4a3 0 b5e2befd-506b-44be-a33f-887d176c313e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:17:54.965Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a3c789, org.onap.sdc.toscaparser.api.parameters.Input@3e3d7c7d, org.onap.sdc.toscaparser.api.parameters.Input@31cdad54, org.onap.sdc.toscaparser.api.parameters.Input@a38ffa8, org.onap.sdc.toscaparser.api.parameters.Input@163beee9] 2023-01-31T22:17:54.972Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:54.973Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:54.973Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 36a5f6ac-2440-4dea-be86-b7898762cda3 2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36a5f6ac-2440-4dea-be86-b7898762cda3 matches Tosca VF Customization UUID: 36a5f6ac-2440-4dea-be86-b7898762cda3 2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 36a5f6ac-2440-4dea-be86-b7898762cda3 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-31T22:17:54.992Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:54.993Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:54.995Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 36a5f6ac-2440-4dea-be86-b7898762cda3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T22:17:54.995Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44e197a2 2023-01-31T22:17:54.996Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:54.996Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:17:54.997Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 990167c4-fc97-4edd-a5b8-b0f5d5c440a6 2023-01-31T22:17:54.999Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 990167c4-fc97-4edd-a5b8-b0f5d5c440a6 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-31T22:17:55.045Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.046Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.046Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:55.049Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.050Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:55.051Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:55.051Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-31T22:17:55.052Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:55.056Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T22:17:55.057Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T22:17:55.057Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.059Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T22:17:55.059Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.060Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6411bfea-5253-4cce-b81f-9f246d2523ad 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-31T22:17:55.078Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:55.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.082Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:55.082Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.084Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T22:17:55.084Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:55.085Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-31T22:17:55.086Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T22:17:55.087Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.088Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T22:17:55.089Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.089Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739 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-31T22:17:55.114Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:55.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria 2023-01-31T22:17:55.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T22:17:55.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-31T22:17:55.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14d74882-0757-4135-88f7-6bedf57d54ad 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-31T22:17:55.141Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.143Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.143Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:17:55.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria 2023-01-31T22:17:55.145Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=36a5f6ac-2440-4dea-be86-b7898762cda3 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-31T22:17:55.148Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.149Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.150Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 778b31e3-7431-4c9d-a69d-39fc6c810529: vFW c2c144ef-e4a3 2023-01-31T22:17:55.150Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:17:55.154Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-31 22-15-47 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-31T22:17:55.811Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c2c144ef-e4a3 b5e2befd-506b-44be-a33f-887d176c313e 1 ASDC deployResourceStructure 2023-01-31T22:17:55.812Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json ASDC sendASDCNotification 2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:55.814Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:55.814Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203475812, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:56.816Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-31T22:17:56.818Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml 2023-01-31T22:17:56.818Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:17:56.819Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:56.819Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:56.820Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203476816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:57.821Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-31T22:17:57.822Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 2023-01-31T22:17:57.823Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:17:57.824Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:57.824Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:57.825Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203477821, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:58.827Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar ASDC sendASDCNotification 2023-01-31T22:17:58.828Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 2023-01-31T22:17:58.828Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:17:58.830Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:17:58.830Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:17:58.831Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203478827, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:17:59.833Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:17:59.904Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:17:59.914Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:17:59.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:17:59.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:18:13.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:18:13.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:18:13.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:18:13.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:18:13.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:18:13.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:18:13.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:18:13.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:18:13.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:18:13.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:18:29.918Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:18:29.956Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:18:29.968Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:18:29.969Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:18:29.969Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:18:59.970Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:19:00.008Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:19:00.016Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:19:00.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:19:00.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:19:13.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:19:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.795Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.796Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOTIFIED" } 2023-01-31T22:19:13.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.798Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOTIFIED" } 2023-01-31T22:19:13.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.799Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.800Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.801Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.802Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T22:19:13.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.803Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T22:19:13.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T22:19:13.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-31T22:19:13.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-31T22:19:13.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "ves-openapi-manager", "timestamp": 1675203444344, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203445172, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203407374, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203429421, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203434511, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203448932, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203458158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203457098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203456759, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203460238, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "cds-sdc-listener", "timestamp": 1675203458114, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-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-31T22:19:13.875Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e 2023-01-31T22:19:13.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203457774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:19:13.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.912Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203459300, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.913Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203459640, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.915Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.917Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "policy-distribution", "timestamp": 1675203458777, "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-31T22:19:13.926Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e 2023-01-31T22:19:13.929Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.947Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203460495, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203461588, "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-31T22:19:13.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e 2023-01-31T22:19:13.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "multicloud-k8s", "timestamp": 1675203462591, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:19:13.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:19:13.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203460395, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:19:13.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203467849, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:13.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203468159, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:19:13.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203469173, "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-31T22:19:13.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e 2023-01-31T22:19:13.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:14.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.008Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203471608, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:14.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.009Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203472787, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:14.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203473877, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:19:14.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203475812, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:19:14.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.012Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203476816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-31T22:19:14.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.013Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203477821, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-31T22:19:14.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.023Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203478827, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:19:14.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.024Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203486780, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:19:14.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:19:14.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:19:14.025Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "aai-model-loader", "timestamp": 1675203487785, "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-31T22:19:14.033Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e 2023-01-31T22:19:14.034Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:30.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:19:30.050Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:19:30.075Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:19:30.076Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:19:30.077Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:19:30.078Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:19:30.079Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:19:30.079Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:19:30.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:19:30.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:19:30.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:19:30.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T22:19:30.103Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:20:00.106Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:20:00.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1166050b-bb64-43f9-8a02-a16158bcb58e and serviceModelVersionId: 778b31e3-7431-4c9d-a69d-39fc6c810529 2023-01-31T22:20:00.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa38c4e-0110-4d22-a434-0ad84e669abb 2023-01-31T22:20:13.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:13.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:20:13.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T22:20:13.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.867Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T22:20:13.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.869Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.879Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-31T22:20:13.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.881Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.885Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.886Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203489780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "ves-openapi-manager", "timestamp": 1675203503739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203493596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203459117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:20:13.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203490395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:20:13.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203512739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:13.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203511360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203511720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203514155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203512363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:20:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:13.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:13.901Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "cds-sdc-listener", "timestamp": 1675203512726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-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-31T22:20:13.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b 2023-01-31T22:20:13.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.009Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203513851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:14.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.010Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203508933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:20:14.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.012Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "policy-distribution", "timestamp": 1675203513365, "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-31T22:20:14.030Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b 2023-01-31T22:20:14.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203514927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:14.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203516879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:20:14.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203515981, "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-31T22:20:14.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b 2023-01-31T22:20:14.076Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "multicloud-k8s", "timestamp": 1675203516982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:20:14.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203519958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:20:14.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675203520966, "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-31T22:20:14.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b 2023-01-31T22:20:14.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203526135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:20:14.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:20:14.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:20:14.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "aai-model-loader", "timestamp": 1675203527140, "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-31T22:20:14.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b 2023-01-31T22:20:14.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:45.470Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0 2023-01-31T22:20:46.224Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:20:47.937Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?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-31T22:20:47.948Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|INFO|500||Invoke 2023-01-31T22:20:48.464Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:20:49.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|INFO|500||InvokeReturn 2023-01-31T22:20:49.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:20:47 GMT], content-length=[0], vertex-id=[221376], x-aai-txid=[0-aai-resources-230131-22:20:47:770-14717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:20:49.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:20:49.217Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:20:49.218Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:20:49.239Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T22:20:49.242Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1166050b-bb64-43f9-8a02-a16158bcb58e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:20:49.252Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:20:49.253Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:49.253Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:49.254Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203649242, "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-31T22:20:50.329Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:20:50.355Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T22:20:50.359Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"83b29bfb-2962-4355-946c-d64435741c1b","serviceName":"basic_onboard_QFRISO","serviceVersion":"1.0","serviceUUID":"82d2a24d-5b78-4728-93ad-f2d1806ea23c","serviceDescription":"service","serviceInvariantUUID":"12c59d25-d943-48c9-b5c8-82f7b00e633c","resources":[{"resourceInstanceName":"basic_onboard_QFRISO 0","resourceName":"basic_onboard_QFRISO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c236c2d0-f9d5-428e-a9f3-da03c336cfaf","resourceInvariantUUID":"9e681fb2-7caa-418b-83b4-a89242972d6c","resourceCustomizationUUID":"8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml","artifactChecksum":"NjQyMjYwMDRmOGUzNTY4NzQwNjhkMzIyZDg4MTJkOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec6da9c7-4d0d-48ee-968b-b5b4f0a6846f","artifactVersion":"1"},{"artifactName":"basic_onboard_qfriso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json","artifactChecksum":"NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18eeca0b-5886-44e3-9db5-5b5a97a1abf9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1daccd4-1b5d-4c56-b566-32c70241c214","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99abebbe-313a-4637-8afe-1763e2340b2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bbc5b1c-af12-4ad3-a120-147fa1f17dc2","artifactVersion":"2","generatedFromUUID":"c1daccd4-1b5d-4c56-b566-32c70241c214"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfriso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml","artifactChecksum":"NTFhODRkODI5ZjY3MjBhMjY2MTFhOWFkZjA0NDQ4YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f7205a4-2ed8-44a7-9f56-61e6872e3d14","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfriso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar","artifactChecksum":"MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a6bf9e1-0a9a-4702-946b-60249d49961c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:20:50.371Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:50.405Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:50.406Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:50.406Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:51.416Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:51.417Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:51.417Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:51.418Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:52.421Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:53.427Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:53.428Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:53.428Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:53.429Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:54.431Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:55.444Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:56.447Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:20:56.450Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:56.451Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:56.451Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:57.459Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "serviceName": "basic_onboard_QFRISO", "serviceVersion": "1.0", "serviceUUID": "82d2a24d-5b78-4728-93ad-f2d1806ea23c", "serviceDescription": "service", "serviceInvariantUUID": "12c59d25-d943-48c9-b5c8-82f7b00e633c", "resources": [ { "resourceInstanceName": "basic_onboard_QFRISO 0", "resourceCustomizationUUID": "8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee", "resourceName": "basic_onboard_QFRISO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c236c2d0-f9d5-428e-a9f3-da03c336cfaf", "resourceInvariantUUID": "9e681fb2-7caa-418b-83b4-a89242972d6c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qfriso0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "artifactChecksum": "NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18eeca0b-5886-44e3-9db5-5b5a97a1abf9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c1daccd4-1b5d-4c56-b566-32c70241c214", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2", "generatedFromUUID": "c1daccd4-1b5d-4c56-b566-32c70241c214" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQfriso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "artifactChecksum": "MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a6bf9e1-0a9a-4702-946b-60249d49961c" } ], "workloadContext": "Production" } 2023-01-31T22:20:57.469Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:20:57.470Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82d2a24d-5b78-4728-93ad-f2d1806ea23c ASDC 2023-01-31T22:20:57.470Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:83b29bfb-2962-4355-946c-d64435741c1b ServiceName:basic_onboard_QFRISO ServiceVersion:1.0 ServiceUUID:82d2a24d-5b78-4728-93ad-f2d1806ea23c ServiceInvariantUUID:12c59d25-d943-48c9-b5c8-82f7b00e633c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQfriso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar ArtifactUUID:1a6bf9e1-0a9a-4702-946b-60249d49961c ArtifactChecksum:MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_QFRISO 0 ResourceCustomizationUUID:8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee ResourceInvariantUUID:9e681fb2-7caa-418b-83b4-a89242972d6c ResourceName:basic_onboard_QFRISO ResourceType:VF ResourceUUID:c236c2d0-f9d5-428e-a9f3-da03c336cfaf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qfriso0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json ArtifactUUID:18eeca0b-5886-44e3-9db5-5b5a97a1abf9 ArtifactChecksum:NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI= 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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml ArtifactUUID:c1daccd4-1b5d-4c56-b566-32c70241c214 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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ArtifactUUID:4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ArtifactUUID:4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T22:20:57.489Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82d2a24d-5b78-4728-93ad-f2d1806ea23c 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-31T22:20:57.655Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a6bf9e1-0a9a-4702-946b-60249d49961c from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:20:57.658Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:58.029Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:20:58.037Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 1a6bf9e1-0a9a-4702-946b-60249d49961c 75671 2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar ASDC sendASDCNotification 2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203658038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:20:59.040Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:20:59.041Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T22:20:59.042Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1a6bf9e1-0a9a-4702-946b-60249d49961c, URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:59.043Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:59.044Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:59.044Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:20:59.344Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4681453348210269764/Definitions/service-BasicOnboardQfriso-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-31T22:21:02.789Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:21:02.790Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFRISO 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-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T22:21:02.795Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.795Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria 2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-31T22:21:02.799Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-31T22:21:02.799Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.801Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:02.801Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:02.802Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria 2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de74fdbc-61f3-4243-b601-1b53f72ee79f 2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_QFRISO Description:service Model UUID:82d2a24d-5b78-4728-93ad-f2d1806ea23c Model Version:NULL Model InvariantUuid:12c59d25-d943-48c9-b5c8-82f7b00e633c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_QFRISO Model UUID:97267fc0-9217-44c1-a5b8-915dc9ab4be0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9e681fb2-7caa-418b-83b4-a89242972d6c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b0ea4041-bea2-4ec2-8be3-9751017a6cda ModelName:BasicOnboardQfriso..base_ubuntu18..module-0 ModelUuid:de489b3b-304c-440d-8c9d-1553c53e1cc0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:de74fdbc-61f3-4243-b601-1b53f72ee79f ModelInvariantUuid:cde5e3d8-4b54-4dbf-afdc-74f3630f7ba0 ModelName:basic_onboard_QFRISO-nodes.ubuntu18Cvfc ModelUuid:97b02186-dcbe-400a-8bcb-d4d58b1959de ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:26ed24eb-a427-42bd-9934-6eac7a7e4863 ModelInvariantUuid:0240a8f9-bb2b-45b3-8603-12a1ca8b673a ModelName:BasicOnboardQfriso.compute.nodes.heat.ubuntu18 ModelUuid:e3c468e4-683c-4cec-9443-508a3b867af9 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-31T22:21:02.850Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c236c2d0-f9d5-428e-a9f3-da03c336cfaf 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-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||basic_onboard_QFRISO 0 2023-01-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c236c2d0-f9d5-428e-a9f3-da03c336cfaf 2023-01-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 18eeca0b-5886-44e3-9db5-5b5a97a1abf9 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 2023-01-31T22:21:02.865Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:21:02.865Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 2023-01-31T22:21:02.983Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:21:02.984Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 18eeca0b-5886-44e3-9db5-5b5a97a1abf9 798 2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json ASDC sendASDCNotification 2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:02.986Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:02.986Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203662984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:03.987Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQfriso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b0ea4041-bea2-4ec2-8be3-9751017a6cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de489b3b-304c-440d-8c9d-1553c53e1cc0", "vfModuleModelCustomizationUUID": "9167e1f9-cb91-40ec-8e55-5d599afecae4", "isBase": true, "artifacts": [ "c1daccd4-1b5d-4c56-b566-32c70241c214", "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2" ], "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-31T22:21:04.008Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQfriso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de489b3b-304c-440d-8c9d-1553c53e1cc0 VfModuleModelInvariantUUID:b0ea4041-bea2-4ec2-8be3-9751017a6cda VfModuleModelDescription:NULL Artifacts UUID List:{ c1daccd4-1b5d-4c56-b566-32c70241c214 , 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 } 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-31T22:21:04.011Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQfriso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b0ea4041-bea2-4ec2-8be3-9751017a6cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de489b3b-304c-440d-8c9d-1553c53e1cc0", "vfModuleModelCustomizationUUID": "9167e1f9-cb91-40ec-8e55-5d599afecae4", "isBase": true, "artifacts": [ "c1daccd4-1b5d-4c56-b566-32c70241c214", "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2" ], "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-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQfriso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de489b3b-304c-440d-8c9d-1553c53e1cc0 VfModuleModelInvariantUUID:b0ea4041-bea2-4ec2-8be3-9751017a6cda VfModuleModelDescription:NULL Artifacts UUID List:{ c1daccd4-1b5d-4c56-b566-32c70241c214 , 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 } 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-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1daccd4-1b5d-4c56-b566-32c70241c214 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml 2023-01-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:21:04.013Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml 2023-01-31T22:21:04.087Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:21:04.088Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml c1daccd4-1b5d-4c56-b566-32c70241c214 5033 2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml 2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203664089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:05.108Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 2023-01-31T22:21:05.108Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T22:21:05.109Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 2023-01-31T22:21:05.274Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T22:21:05.287Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 909 2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203665288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:06.290Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82d2a24d-5b78-4728-93ad-f2d1806ea23c 2023-01-31T22:21:06.304Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFRISO 0 c236c2d0-f9d5-428e-a9f3-da03c336cfaf 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-31T22:21:06.340Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5688e03c, org.onap.sdc.toscaparser.api.parameters.Input@1b52cc85, org.onap.sdc.toscaparser.api.parameters.Input@1af56f85, org.onap.sdc.toscaparser.api.parameters.Input@78c22fed, org.onap.sdc.toscaparser.api.parameters.Input@69daa9c9] 2023-01-31T22:21:06.347Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.348Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.350Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-31T22:21:06.350Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee 2023-01-31T22:21:06.353Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee matches Tosca VF Customization UUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee 2023-01-31T22:21:06.355Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee 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-31T22:21:06.375Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.376Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.378Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T22:21:06.378Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c8d54cc 2023-01-31T22:21:06.379Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.379Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:21:06.380Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9167e1f9-cb91-40ec-8e55-5d599afecae4 2023-01-31T22:21:06.380Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9167e1f9-cb91-40ec-8e55-5d599afecae4 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-31T22:21:06.405Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.406Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:06.407Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:06.407Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.408Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:06.409Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:06.409Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.412Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria 2023-01-31T22:21:06.412Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-31T22:21:06.413Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T22:21:06.413Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de74fdbc-61f3-4243-b601-1b53f72ee79f 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-31T22:21:06.449Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.450Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:06.451Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria 2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee 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-31T22:21:06.483Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.493Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82d2a24d-5b78-4728-93ad-f2d1806ea23c: basic_onboard_QFRISO 2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:21:06.497Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_QFRISO 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-31T22:21:07.066Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QFRISO c236c2d0-f9d5-428e-a9f3-da03c336cfaf 1 ASDC deployResourceStructure 2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json ASDC sendASDCNotification 2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203667067, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:08.074Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml 2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:08.076Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:08.076Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203668074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:09.078Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-31T22:21:09.079Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 2023-01-31T22:21:09.079Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203669078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:10.081Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar ASDC sendASDCNotification 2023-01-31T22:21:10.082Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 2023-01-31T22:21:10.082Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:21:10.083Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:10.083Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:10.084Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203670081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:11.086Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:21:11.112Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:21:11.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:21:11.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:21:11.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:21:11.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T22:21:11.143Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:21:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:21:13.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e", "consumerID": "SO-sdc-controller", "timestamp": 1675203649242, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:21:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:21:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:21:13.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T22:21:13.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-31T22:21:13.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203650329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:21:13.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203658038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203662984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:21:13.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203664089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:21:13.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203665288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:21:13.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203667067, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:21:13.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203668074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-31T22:21:13.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203669078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-31T22:21:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:13.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:21:13.792Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203670081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:21:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:21:41.144Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:21:41.177Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83b29bfb-2962-4355-946c-d64435741c1b and serviceModelVersionId: 82d2a24d-5b78-4728-93ad-f2d1806ea23c 2023-01-31T22:21:41.178Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12c59d25-d943-48c9-b5c8-82f7b00e633c 2023-01-31T22:21:41.194Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0 2023-01-31T22:21:41.209Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:21:41.575Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|INFO|500||Invoke 2023-01-31T22:21:41.576Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf0158b8-f18a-4c4b-b327-61708e3b31f9], X-ECOMP-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], X-TransactionId=[], X-ONAP-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], Content-Type=[application/merge-patch+json]} 2023-01-31T22:21:41.701Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:21:42.103Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?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/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:21:40 GMT], content-length=[0], vertex-id=[397344], x-aai-txid=[2-aai-resources-230131-22:21:40:985-27866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:21:42.104Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:21:42.105Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|INFO|500||InvokeReturn 2023-01-31T22:21:42.105Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:21:42.107Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:21:42.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T22:21:42.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83b29bfb-2962-4355-946c-d64435741c1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:21:42.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203702120, "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-31T22:21:43.193Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:22:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:22:13.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T22:22:13.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "83b29bfb-2962-4355-946c-d64435741c1b", "consumerID": "SO-sdc-controller", "timestamp": 1675203702120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:22:13.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:22:43.196Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:23:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:23:43.198Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:24:13.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:24:43.200Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:25:13.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:25:43.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:26:13.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:26:43.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:27:13.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:27:43.207Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:28:13.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:28:43.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:29:13.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:29:43.211Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:30:13.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:30:43.212Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:31:13.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:31:43.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:32:13.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:32:43.215Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:33:13.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:33:43.219Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:34:13.782Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:34:43.224Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:35:13.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:35:43.225Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:36:13.785Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:36:43.228Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:37:13.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:37:43.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:38:13.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:38:43.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:39:13.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:39:43.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:40:13.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:40:43.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:41:13.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:41:43.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:42:13.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:42:43.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:43:13.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:43:43.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:44:13.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:44:43.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:45:13.804Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:45:43.250Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:46:13.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:46:43.252Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:47:13.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:47:43.253Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:48:13.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:48:43.255Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:49:13.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:49:43.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T22:49:43.214Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"179f6cca-8c6d-4593-bfa0-22e92f15d744","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bd85e253-dc86-4d3a-a897-e4a91946c844","serviceDescription":"service","serviceInvariantUUID":"4215bde2-5aff-4661-ad13-c52ae2132ab1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"370ed25b-2690-4f02-b49d-86e14bce6c59","resourceInvariantUUID":"61a92e43-3e39-4bdb-a164-ea738d8bd6c6","resourceCustomizationUUID":"769a953c-d7d1-46ac-9c05-b84e04bab9ac","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":"M2YzZmE2NjZiYTI5MDhlMjQ5NDVlZDRkYzY2MGQzZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d55a6b20-12ac-4eb8-a5c8-33cb12ca1e27","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:49:43.230Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:49:43.231Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:49:43.231Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:49:43.231Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205323255, "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-31T22:49:43.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-31T22:49:43.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "ves-openapi-manager", "timestamp": 1675205363829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:49:43.256Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:43.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:43.258Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:43.258Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T22:49:44.261Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:49:44.264Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:49:44.271Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:49:44.271Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205323255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:49:45.283Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bd85e253-dc86-4d3a-a897-e4a91946c844", "serviceDescription": "service", "serviceInvariantUUID": "4215bde2-5aff-4661-ad13-c52ae2132ab1", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "769a953c-d7d1-46ac-9c05-b84e04bab9ac", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "370ed25b-2690-4f02-b49d-86e14bce6c59", "resourceInvariantUUID": "61a92e43-3e39-4bdb-a164-ea738d8bd6c6", "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": "NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5" } ], "workloadContext": "Production" } 2023-01-31T22:49:45.284Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:49:45.285Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bd85e253-dc86-4d3a-a897-e4a91946c844 ASDC 2023-01-31T22:49:45.288Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:179f6cca-8c6d-4593-bfa0-22e92f15d744 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bd85e253-dc86-4d3a-a897-e4a91946c844 ServiceInvariantUUID:4215bde2-5aff-4661-ad13-c52ae2132ab1 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:0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5 ArtifactChecksum:NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:769a953c-d7d1-46ac-9c05-b84e04bab9ac ResourceInvariantUUID:61a92e43-3e39-4bdb-a164-ea738d8bd6c6 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:370ed25b-2690-4f02-b49d-86e14bce6c59 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-31T22:49:45.289Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd85e253-dc86-4d3a-a897-e4a91946c844 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-31T22:49:45.491Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:49:45.505Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:49:45.507Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:49:45.528Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T22:49:45.532Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:49:45.533Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T22:49:46.329Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:49:46.373Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5 57788 2023-01-31T22:49:46.374Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205386374, "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-31T22:49:47.377Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:49:47.382Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:49:47.383Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T22:49:47.383Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-31T22:49:47.385Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T22:49:47.385Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T22:49:47.902Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14638307719974924349/Definitions/service-BasicNetwork-template.yml 2023-01-31T22:49:49.857Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-31T22:49:49.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:49:49.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:49:49.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bd85e253-dc86-4d3a-a897-e4a91946c844 Model Version:NULL Model InvariantUuid:4215bde2-5aff-4661-ad13-c52ae2132ab1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:61a92e43-3e39-4bdb-a164-ea738d8bd6c6 Model UUID:6b5663e4-e61d-48c7-b710-8deeaa1c070b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:769a953c-d7d1-46ac-9c05-b84e04bab9ac 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-31T22:49:49.911Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 370ed25b-2690-4f02-b49d-86e14bce6c59 2023-01-31T22:49:49.912Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||No resources found for Service: bd85e253-dc86-4d3a-a897-e4a91946c844 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-31T22:49:49.923Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500|| 2023-01-31T22:49:49.924Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bd85e253-dc86-4d3a-a897-e4a91946c844 2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bd85e253-dc86-4d3a-a897-e4a91946c844 2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-31T22:49:49.927Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:49.940Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20b9bc0, org.onap.sdc.toscaparser.api.parameters.Input@76e8ecca, org.onap.sdc.toscaparser.api.parameters.Input@118b5a44, org.onap.sdc.toscaparser.api.parameters.Input@7643b2b4, org.onap.sdc.toscaparser.api.parameters.Input@2848e227] 2023-01-31T22:49:49.944Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.944Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.945Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.946Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.947Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bd85e253-dc86-4d3a-a897-e4a91946c844: Generic NeutronNet 2023-01-31T22:49:49.947Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:50.438Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:50.744Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||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-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:49:50.746Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:49:50.746Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:49:50.747Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205390745, "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-31T22:49:51.749Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:49:51.810Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:50:13.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:50:13.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-31T22:50:13.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "policy-distribution", "timestamp": 1675205374414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:50:13.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:50:21.826Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:50:21.860Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:50:51.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:50:51.904Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:50:51.913Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:50:51.914Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:50:51.914Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:51:13.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:13.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "cds-sdc-listener", "timestamp": 1675205373787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.769Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "multicloud-k8s", "timestamp": 1675205378080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205323255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "aai-model-loader", "timestamp": 1675205380395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "ves-openapi-manager", "timestamp": 1675205363829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "cds-sdc-listener", "timestamp": 1675205373787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "multicloud-k8s", "timestamp": 1675205378080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "policy-distribution", "timestamp": 1675205374414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "aai-model-loader", "timestamp": 1675205380395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205323255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "aai-model-loader", "timestamp": 1675205387867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:51:13.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "policy-distribution", "timestamp": 1675205385020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:51:13.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "cds-sdc-listener", "timestamp": 1675205385377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:51:13.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205386374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:51:13.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "policy-distribution", "timestamp": 1675205386024, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:51:13.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "cds-sdc-listener", "timestamp": 1675205386384, "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-31T22:51:13.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744 2023-01-31T22:51:13.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.815Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "policy-distribution", "timestamp": 1675205387026, "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-31T22:51:13.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744 2023-01-31T22:51:13.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.845Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205390745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:51:13.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.846Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "aai-model-loader", "timestamp": 1675205394137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:51:13.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.847Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "aai-model-loader", "timestamp": 1675205395140, "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-31T22:51:13.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744 2023-01-31T22:51:13.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205398932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:51:13.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205398932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:51:13.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205402091, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:51:13.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.905Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205404115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:51:13.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:51:13.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T22:51:13.906Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205405123, "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-31T22:51:13.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744 2023-01-31T22:51:13.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:21.915Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:51:21.941Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:51:21.951Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T22:51:21.963Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:51:51.966Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:52.011Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 and serviceModelVersionId: bd85e253-dc86-4d3a-a897-e4a91946c844 2023-01-31T22:51:52.011Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4215bde2-5aff-4661-ad13-c52ae2132ab1 2023-01-31T22:51:52.014Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0 2023-01-31T22:51:52.027Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:51:52.218Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?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-31T22:51:52.221Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|INFO|500||Invoke 2023-01-31T22:51:52.285Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:51:52.454Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|INFO|500||InvokeReturn 2023-01-31T22:51:52.455Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:51:51 GMT], content-length=[0], vertex-id=[151784], x-aai-txid=[1-aai-resources-230131-22:51:51:536-6579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:51:52.456Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:51:52.457Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:51:52.457Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:51:52.464Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T22:51:52.465Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 179f6cca-8c6d-4593-bfa0-22e92f15d744 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:51:52.466Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:51:52.466Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:52.467Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:52.467Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205512465, "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-31T22:51:53.547Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:51:53.574Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T22:51:53.575Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4481412b-4147-4847-92bb-0b34460a30b7","serviceName":"Demo_pNF_eEFnqVyaGx9tPU5Zsvaf","serviceVersion":"1.0","serviceUUID":"e0f5343a-c6dd-4383-a645-a1cda0a5b4b9","serviceDescription":"catalog service description","serviceInvariantUUID":"a0976506-38ae-4366-af39-f0bc32b99ce3","resources":[{"resourceInstanceName":"pNF bd77974e-ef4f 0","resourceName":"pNF bd77974e-ef4f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bbfa84ca-d660-4deb-b949-89cc7a4ae74b","resourceInvariantUUID":"b6d9e5fd-de50-4d6c-ba11-2b607a52c138","resourceCustomizationUUID":"86389743-5aad-43a3-8b47-1ca316ea50ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml","artifactChecksum":"NDRhMWY4ODMzZDEwOTk3NGMxY2ZhMmVlYTAxMjM1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e3e2e5a-5cdc-46d3-a9f4-230360a380e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar","artifactChecksum":"NzNhYmI2MGVjNzUyMDVlNTM0MzUyYjAyZWI5ZWIzNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa0335f7-6819-4aef-bf95-60497033226e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea113e1e-628e-4d8e-aac0-17a5f0c1846d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzk4MTk2MDFlNzNjZjhhYmEzNjVlZjcyYWQ1NjQ0ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"575ddd52-45ca-4f2a-aacf-ba942e6b0cae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3110537a-b67f-4791-830d-e24425a1ab2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e03a2989-e77a-4057-81a4-dd662c4623b4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml","artifactChecksum":"YjE1YjAwYzA3MGYxNzI0ZjgyYjQ1ZjZkNzRhN2M5N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75fe8b94-9e33-4a77-a757-f70d96705fd7","artifactVersion":"1"},{"artifactName":"service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar","artifactChecksum":"MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e675ecc-1b18-40a4-86c6-d021c1483f82","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:51:53.595Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:53.595Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:53.596Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:53.596Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:54.597Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:55.601Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:55.603Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:55.603Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:55.604Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:56.616Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:56.616Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:56.627Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:56.628Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:57.634Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:57.634Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:57.635Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:57.635Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:58.651Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:58.652Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:58.652Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:58.653Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:51:59.667Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:51:59.668Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:51:59.668Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:51:59.669Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:52:00.671Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:52:00.672Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:52:00.680Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:52:00.708Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:52:01.712Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "serviceName": "Demo_pNF_eEFnqVyaGx9tPU5Zsvaf", "serviceVersion": "1.0", "serviceUUID": "e0f5343a-c6dd-4383-a645-a1cda0a5b4b9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a0976506-38ae-4366-af39-f0bc32b99ce3", "resources": [ { "resourceInstanceName": "pNF bd77974e-ef4f 0", "resourceCustomizationUUID": "86389743-5aad-43a3-8b47-1ca316ea50ec", "resourceName": "pNF bd77974e-ef4f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bbfa84ca-d660-4deb-b949-89cc7a4ae74b", "resourceInvariantUUID": "b6d9e5fd-de50-4d6c-ba11-2b607a52c138", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "artifactChecksum": "MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e675ecc-1b18-40a4-86c6-d021c1483f82" } ], "workloadContext": "Production" } 2023-01-31T22:52:01.712Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:52:01.713Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 ASDC 2023-01-31T22:52:01.713Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4481412b-4147-4847-92bb-0b34460a30b7 ServiceName:Demo_pNF_eEFnqVyaGx9tPU5Zsvaf ServiceVersion:1.0 ServiceUUID:e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 ServiceInvariantUUID:a0976506-38ae-4366-af39-f0bc32b99ce3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar ArtifactUUID:8e675ecc-1b18-40a4-86c6-d021c1483f82 ArtifactChecksum:MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bd77974e-ef4f 0 ResourceCustomizationUUID:86389743-5aad-43a3-8b47-1ca316ea50ec ResourceInvariantUUID:b6d9e5fd-de50-4d6c-ba11-2b607a52c138 ResourceName:pNF bd77974e-ef4f ResourceType:PNF ResourceUUID:bbfa84ca-d660-4deb-b949-89cc7a4ae74b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-31T22:52:01.716Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 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-31T22:52:01.805Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8e675ecc-1b18-40a4-86c6-d021c1483f82 from URL: /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:52:01.807Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:01.947Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:52:01.960Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 8e675ecc-1b18-40a4-86c6-d021c1483f82 88019 2023-01-31T22:52:01.961Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar ASDC sendASDCNotification 2023-01-31T22:52:01.961Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:01.962Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:52:01.963Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:52:01.963Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:52:01.964Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205521961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:52:02.981Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:52:02.982Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:52:02.982Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8e675ecc-1b18-40a4-86c6-d021c1483f82, URL: /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar to file: /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:02.983Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:02.985Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:02.985Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:03.438Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6310181542661485480/Definitions/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml 2023-01-31T22:52:05.550Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd77974e-ef4f 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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Node template pNF bd77974e-ef4f 0 is matching search criteria 2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bd77974e-ef4f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Node template pNF bd77974e-ef4f 0 is matching search criteria 2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bd77974e-ef4f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eEFnqVyaGx9tPU5Zsvaf Description:catalog service description Model UUID:e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 Model Version:NULL Model InvariantUuid:a0976506-38ae-4366-af39-f0bc32b99ce3 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-31T22:52:05.594Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bbfa84ca-d660-4deb-b949-89cc7a4ae74b 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-31T22:52:05.600Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||pNF bd77974e-ef4f 0 2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bbfa84ca-d660-4deb-b949-89cc7a4ae74b 2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd77974e-ef4f 0 bbfa84ca-d660-4deb-b949-89cc7a4ae74b 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-31T22:52:05.633Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@647911d, org.onap.sdc.toscaparser.api.parameters.Input@349603b2, org.onap.sdc.toscaparser.api.parameters.Input@23fbb48, org.onap.sdc.toscaparser.api.parameters.Input@2ace4d05, org.onap.sdc.toscaparser.api.parameters.Input@103bfe38] 2023-01-31T22:52:05.634Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.634Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.635Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e0f5343a-c6dd-4383-a645-a1cda0a5b4b9: pNF bd77974e-ef4f 2023-01-31T22:52:05.650Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Processing PNF resource: bbfa84ca-d660-4deb-b949-89cc7a4ae74b 2023-01-31T22:52:05.652Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:52:05.652Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:52:05.653Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Resource customization UUID: 86389743-5aad-43a3-8b47-1ca316ea50ec is the same as notified resource customizationUUID: 86389743-5aad-43a3-8b47-1ca316ea50ec 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-31T22:52:05.817Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bd77974e-ef4f bbfa84ca-d660-4deb-b949-89cc7a4ae74b 0 ASDC deployResourceStructure 2023-01-31T22:52:05.817Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar ASDC sendASDCNotification 2023-01-31T22:52:05.818Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 2023-01-31T22:52:05.818Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:52:05.818Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:52:05.819Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:52:05.819Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205525817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:52:06.821Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4481412b-4147-4847-92bb-0b34460a30b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:52:06.869Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4481412b-4147-4847-92bb-0b34460a30b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:52:06.876Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:52:06.877Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T22:52:06.877Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T22:52:13.761Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:52:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.771Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.774Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.778Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.780Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.789Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.790Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.795Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.796Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.797Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.798Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.804Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.805Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.822Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-31T22:52:13.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.823Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.824Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.825Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.827Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.833Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205448030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:52:13.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.843Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205445346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.844Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205440395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:52:13.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.849Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "multicloud-k8s", "timestamp": 1675205445359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:52:13.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205447387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:52:13.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.851Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205463924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:52:13.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205460983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:52:13.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205461357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:52:13.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205462447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:52:13.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.857Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205461986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:52:13.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.858Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "cds-sdc-listener", "timestamp": 1675205462361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-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-31T22:52:13.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4481412b-4147-4847-92bb-0b34460a30b7 2023-01-31T22:52:13.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:52:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.924Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205463650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-31T22:52:13.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.926Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:13.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:13.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.927Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "policy-distribution", "timestamp": 1675205462987, "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-31T22:52:13.952Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4481412b-4147-4847-92bb-0b34460a30b7 2023-01-31T22:52:13.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:52:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:13.981Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "ves-openapi-manager", "timestamp": 1675205464652, "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-31T22:52:14.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4481412b-4147-4847-92bb-0b34460a30b7 2023-01-31T22:52:14.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:52:14.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205458932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:52:14.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205467828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:52:14.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205469920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:52:14.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.074Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205470191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:52:14.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.089Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "aai-model-loader", "timestamp": 1675205470923, "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-31T22:52:14.116Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4481412b-4147-4847-92bb-0b34460a30b7 2023-01-31T22:52:14.117Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:52:14.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.142Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205471196, "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-31T22:52:14.158Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4481412b-4147-4847-92bb-0b34460a30b7 2023-01-31T22:52:14.159Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:52:14.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:14.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.189Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:14.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.197Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:14.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:14.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:52:14.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:52:14.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:52:36.891Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4481412b-4147-4847-92bb-0b34460a30b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:52:36.967Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4481412b-4147-4847-92bb-0b34460a30b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:52:36.990Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:52:36.990Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:52:36.991Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.992Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.993Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:52:36.993Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T22:52:37.072Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:53:07.075Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4481412b-4147-4847-92bb-0b34460a30b7 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-31T22:53:07.104Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4481412b-4147-4847-92bb-0b34460a30b7 and serviceModelVersionId: e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 2023-01-31T22:53:07.105Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0976506-38ae-4366-af39-f0bc32b99ce3 2023-01-31T22:53:07.106Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?depth=0 2023-01-31T22:53:07.114Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:53:07.255Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?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-31T22:53:07.257Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?depth=0|INFO|500||Invoke 2023-01-31T22:53:07.375Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:53:07.641Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?depth=0|INFO|500||InvokeReturn 2023-01-31T22:53:07.647Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0976506-38ae-4366-af39-f0bc32b99ce3/model-vers/model-ver/e0f5343a-c6dd-4383-a645-a1cda0a5b4b9?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:53:06 GMT], content-length=[0], vertex-id=[167936], x-aai-txid=[0-aai-resources-230131-22:53:06:616-96436], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:53:07.647Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:53:07.648Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:53:07.648Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:53:07.674Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T22:53:07.674Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4481412b-4147-4847-92bb-0b34460a30b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:53:07.675Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:53:07.675Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:07.675Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:07.675Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205587674, "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-31T22:53:08.773Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T22:53:08.774Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7d3dfc61-2db3-49c9-8621-f9f149ea043a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b1eb1309-1cb4-46ad-b858-ef3fd750649a","serviceDescription":"service","serviceInvariantUUID":"50d6fd1b-2e0d-4193-886f-7799098364cd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03c720e0-6d92-4c84-b8f5-57d754bf2013","resourceInvariantUUID":"b836ceca-4a68-49b4-b7e7-a3966fbd42df","resourceCustomizationUUID":"55bebb63-b711-4e53-b2ec-45a53aa1508e","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":"OWJjMjU4MjRmZDA3MTNhYTNmMjZjOTJmMzEzY2QxYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9dac935-8294-4abd-bf89-9104243401d0","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":"ZDZiMGM4MTc2MzExNzg0OTk0NGE5MDliMDM0YTJhMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f17ee917-ed3d-4933-ba1c-9c831d83ad52","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":"6ccfecd2-fa83-4f3a-9357-229e6b354596","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":"587c31dc-f7f2-4498-a231-09a8d1d94066","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":"ae91c868-f9af-47c0-a91b-0c3e304623f2","artifactVersion":"2","generatedFromUUID":"6ccfecd2-fa83-4f3a-9357-229e6b354596"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODQzNTQ1MzAwMmI1MmNjODIxOWI5ZTljY2E0NjI2MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d007a1a-e35f-4ae9-b76f-fb9e03adb144","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDdkZTk3MjkyYTA0NTYzZjM2YzgxZjRmOWQxMWJlZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f8dacba-ee04-4433-8fc2-fdb82b17f9aa","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:53:08.775Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:08.775Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:08.775Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:08.776Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:09.777Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:09.779Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:09.780Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:09.781Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:10.783Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:10.791Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:10.791Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:10.792Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:11.793Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:11.794Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:11.794Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:11.794Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:12.805Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:12.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:12.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:12.807Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:13.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:53:13.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.785Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.788Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.789Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.789Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.791Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:53:13.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.791Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.792Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T22:53:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T22:53:13.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.804Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.804Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.805Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.807Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:13.808Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:13.808Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:13.809Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "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-31T22:53:13.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.811Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.812Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.812Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T22:53:13.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205463988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:13.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "ves-openapi-manager", "timestamp": 1675205465654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:13.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205463363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:13.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.822Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205471925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:13.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.822Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205462229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:13.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.823Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205480614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:13.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.824Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205482155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:13.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.826Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205479212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:13.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.827Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205479571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:13.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.828Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205480215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:13.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.828Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "cds-sdc-listener", "timestamp": 1675205480574, "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-31T22:53:13.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d3dfc61-2db3-49c9-8621-f9f149ea043a 2023-01-31T22:53:13.929Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:53:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.985Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205481742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:13.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:13.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:13.993Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "policy-distribution", "timestamp": 1675205481217, "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-31T22:53:14.015Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d3dfc61-2db3-49c9-8621-f9f149ea043a 2023-01-31T22:53:14.016Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:53:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.050Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205482829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.051Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205483855, "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-31T22:53:14.084Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d3dfc61-2db3-49c9-8621-f9f149ea043a 2023-01-31T22:53:14.085Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:53:14.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "multicloud-k8s", "timestamp": 1675205484857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.136Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.138Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.139Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.140Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.141Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205494149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.142Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.143Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "aai-model-loader", "timestamp": 1675205495151, "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-31T22:53:14.169Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d3dfc61-2db3-49c9-8621-f9f149ea043a 2023-01-31T22:53:14.170Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:53:14.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.197Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205488932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205497174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205500457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.212Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205501463, "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-31T22:53:14.244Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d3dfc61-2db3-49c9-8621-f9f149ea043a 2023-01-31T22:53:14.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:53:14.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.293Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744", "consumerID": "SO-sdc-controller", "timestamp": 1675205512465, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:53:14.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.296Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.297Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.298Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.298Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.326Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.327Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-31T22:53:14.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-31T22:53:14.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.342Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.343Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.349Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:53:14.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.350Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.351Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T22:53:14.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T22:53:14.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-31T22:53:14.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205521961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.387Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.388Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205512219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.388Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205481576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.389Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205500395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.390Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "ves-openapi-manager", "timestamp": 1675205503737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.391Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205485862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.391Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.400Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205526477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.401Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205523526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.402Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205524960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.403Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205523884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.403Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:53:14.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.404Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205524529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.405Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205525817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.405Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "cds-sdc-listener", "timestamp": 1675205524888, "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-31T22:53:14.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 950d2ba5-bc05-44c1-9046-61bf54e5918d 2023-01-31T22:53:14.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:53:14.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205526153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205518932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "policy-distribution", "timestamp": 1675205525531, "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-31T22:53:14.486Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 950d2ba5-bc05-44c1-9046-61bf54e5918d 2023-01-31T22:53:14.486Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:53:14.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.516Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205527292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.517Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205528901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.518Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205528472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:53:14.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.518Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205529603, "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-31T22:53:14.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 950d2ba5-bc05-44c1-9046-61bf54e5918d 2023-01-31T22:53:14.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:53:14.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "multicloud-k8s", "timestamp": 1675205530613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205532557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:53:14.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:53:14.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:53:14.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675205533566, "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-31T22:53:14.551Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 950d2ba5-bc05-44c1-9046-61bf54e5918d 2023-01-31T22:53:14.552Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:53:14.810Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:53:14.811Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:14.811Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:14.811Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:53:15.849Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b1eb1309-1cb4-46ad-b858-ef3fd750649a", "serviceDescription": "service", "serviceInvariantUUID": "50d6fd1b-2e0d-4193-886f-7799098364cd", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "55bebb63-b711-4e53-b2ec-45a53aa1508e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "03c720e0-6d92-4c84-b8f5-57d754bf2013", "resourceInvariantUUID": "b836ceca-4a68-49b4-b7e7-a3966fbd42df", "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": "ZDZiMGM4MTc2MzExNzg0OTk0NGE5MDliMDM0YTJhMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f17ee917-ed3d-4933-ba1c-9c831d83ad52", "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": "6ccfecd2-fa83-4f3a-9357-229e6b354596", "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": "ae91c868-f9af-47c0-a91b-0c3e304623f2", "generatedFromUUID": "6ccfecd2-fa83-4f3a-9357-229e6b354596" }, "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": "ae91c868-f9af-47c0-a91b-0c3e304623f2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDdkZTk3MjkyYTA0NTYzZjM2YzgxZjRmOWQxMWJlZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f8dacba-ee04-4433-8fc2-fdb82b17f9aa" } ], "workloadContext": "Production" } 2023-01-31T22:53:15.850Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:53:15.851Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1eb1309-1cb4-46ad-b858-ef3fd750649a ASDC 2023-01-31T22:53:15.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7d3dfc61-2db3-49c9-8621-f9f149ea043a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b1eb1309-1cb4-46ad-b858-ef3fd750649a ServiceInvariantUUID:50d6fd1b-2e0d-4193-886f-7799098364cd 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:1f8dacba-ee04-4433-8fc2-fdb82b17f9aa ArtifactChecksum:ZDdkZTk3MjkyYTA0NTYzZjM2YzgxZjRmOWQxMWJlZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:55bebb63-b711-4e53-b2ec-45a53aa1508e ResourceInvariantUUID:b836ceca-4a68-49b4-b7e7-a3966fbd42df ResourceName:basic_vm ResourceType:VF ResourceUUID:03c720e0-6d92-4c84-b8f5-57d754bf2013 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:f17ee917-ed3d-4933-ba1c-9c831d83ad52 ArtifactChecksum:ZDZiMGM4MTc2MzExNzg0OTk0NGE5MDliMDM0YTJhMWI= 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:6ccfecd2-fa83-4f3a-9357-229e6b354596 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:ae91c868-f9af-47c0-a91b-0c3e304623f2 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:ae91c868-f9af-47c0-a91b-0c3e304623f2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T22:53:15.852Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1eb1309-1cb4-46ad-b858-ef3fd750649a 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-31T22:53:16.078Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:53:16.080Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:53:16.080Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:53:16.081Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f8dacba-ee04-4433-8fc2-fdb82b17f9aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T22:53:16.081Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:53:16.081Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T22:53:16.414Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:53:16.441Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1f8dacba-ee04-4433-8fc2-fdb82b17f9aa 75206 2023-01-31T22:53:16.441Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-31T22:53:16.441Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T22:53:16.442Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:53:16.442Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:16.442Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:16.443Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205596441, "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-31T22:53:17.447Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:53:17.447Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-01-31T22:53:17.448Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f8dacba-ee04-4433-8fc2-fdb82b17f9aa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:17.448Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-31T22:53:17.450Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:17.450Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:17.898Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3253718030242451110/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-31T22:53:22.827Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:53:22.828Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:53:22.829Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.829Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T22:53:22.830Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.830Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.830Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.831Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.831Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.832Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.832Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T22:53:22.832Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-01-31T22:53:22.833Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.834Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.834Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:22.835Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:53:22.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:53:22.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.837Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.837Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:22.838Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-01-31T22:53:22.838Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:53:22.839Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.839Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.840Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.840Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T22:53:22.841Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-31T22:53:22.841Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-31T22:53:22.842Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-31T22:53:22.842Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T22:53:22.842Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T22:53:22.843Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.843Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:53:22.845Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.845Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:22.846Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:22.847Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.847Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:22.848Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:22.849Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.849Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:22.850Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:22.850Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T22:53:22.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T22:53:22.852Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T22:53:22.852Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=13f2d34c-4b2e-4cb7-828c-d0f8e45637a6 2023-01-31T22:53:22.853Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.853Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.854Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.854Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.855Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.855Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.856Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:22.856Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:22.857Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b1eb1309-1cb4-46ad-b858-ef3fd750649a Model Version:NULL Model InvariantUuid:50d6fd1b-2e0d-4193-886f-7799098364cd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d6b53711-c15d-4bcf-829d-d34356650795 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b836ceca-4a68-49b4-b7e7-a3966fbd42df Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:55bebb63-b711-4e53-b2ec-45a53aa1508e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af7dcf9a-89c7-4e57-bb26-923963130ecb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7f9aa432-6a60-44e6-b88b-3777508deea6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:13f2d34c-4b2e-4cb7-828c-d0f8e45637a6 ModelInvariantUuid:bd8d6f7d-04dc-4549-a43b-c33aaf5307c8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:f4e812be-efdc-4583-b78f-37cf26a677e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:48d6f443-26c4-442d-9909-310a3d21ce07 ModelInvariantUuid:119a6a98-ff6e-40ec-b06b-c5cc97f01696 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e7e4d09a-a8f0-4c51-b150-0ad672c0cd0a 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-31T22:53:22.915Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 03c720e0-6d92-4c84-b8f5-57d754bf2013 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-31T22:53:22.952Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||basic_vm 0 2023-01-31T22:53:22.953Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03c720e0-6d92-4c84-b8f5-57d754bf2013 2023-01-31T22:53:22.953Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f17ee917-ed3d-4933-ba1c-9c831d83ad52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-31T22:53:22.953Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:53:22.953Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-31T22:53:23.322Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:53:23.323Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f17ee917-ed3d-4933-ba1c-9c831d83ad52 787 2023-01-31T22:53:23.324Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-31T22:53:23.324Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-31T22:53:23.324Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:53:23.325Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:23.325Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:23.325Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205603324, "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-31T22:53:24.331Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af7dcf9a-89c7-4e57-bb26-923963130ecb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f9aa432-6a60-44e6-b88b-3777508deea6", "vfModuleModelCustomizationUUID": "25394728-4501-4b14-8185-2749b84838cc", "isBase": true, "artifacts": [ "6ccfecd2-fa83-4f3a-9357-229e6b354596", "ae91c868-f9af-47c0-a91b-0c3e304623f2" ], "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-31T22:53:24.349Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f9aa432-6a60-44e6-b88b-3777508deea6 VfModuleModelInvariantUUID:af7dcf9a-89c7-4e57-bb26-923963130ecb VfModuleModelDescription:NULL Artifacts UUID List:{ 6ccfecd2-fa83-4f3a-9357-229e6b354596 , ae91c868-f9af-47c0-a91b-0c3e304623f2 } 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-31T22:53:24.355Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af7dcf9a-89c7-4e57-bb26-923963130ecb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f9aa432-6a60-44e6-b88b-3777508deea6", "vfModuleModelCustomizationUUID": "25394728-4501-4b14-8185-2749b84838cc", "isBase": true, "artifacts": [ "6ccfecd2-fa83-4f3a-9357-229e6b354596", "ae91c868-f9af-47c0-a91b-0c3e304623f2" ], "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-31T22:53:24.356Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f9aa432-6a60-44e6-b88b-3777508deea6 VfModuleModelInvariantUUID:af7dcf9a-89c7-4e57-bb26-923963130ecb VfModuleModelDescription:NULL Artifacts UUID List:{ 6ccfecd2-fa83-4f3a-9357-229e6b354596 , ae91c868-f9af-47c0-a91b-0c3e304623f2 } 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-31T22:53:24.356Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6ccfecd2-fa83-4f3a-9357-229e6b354596 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T22:53:24.356Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:53:24.356Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T22:53:24.450Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:53:24.451Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6ccfecd2-fa83-4f3a-9357-229e6b354596 5033 2023-01-31T22:53:24.451Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-31T22:53:24.451Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T22:53:24.451Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:53:24.452Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:24.452Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:24.452Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205604451, "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-31T22:53:25.465Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ae91c868-f9af-47c0-a91b-0c3e304623f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T22:53:25.466Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-01-31T22:53:25.466Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T22:53:25.568Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-01-31T22:53:25.583Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ae91c868-f9af-47c0-a91b-0c3e304623f2 903 2023-01-31T22:53:25.584Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-31T22:53:25.584Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T22:53:25.584Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:53:25.585Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:25.585Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:25.585Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205605584, "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-31T22:53:26.587Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b1eb1309-1cb4-46ad-b858-ef3fd750649a 2023-01-31T22:53:26.587Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 03c720e0-6d92-4c84-b8f5-57d754bf2013 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:53:26.694Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@337a470c, org.onap.sdc.toscaparser.api.parameters.Input@7cc560ad, org.onap.sdc.toscaparser.api.parameters.Input@4480eab2, org.onap.sdc.toscaparser.api.parameters.Input@457cff50, org.onap.sdc.toscaparser.api.parameters.Input@24df82d4] 2023-01-31T22:53:26.697Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.697Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.697Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-01-31T22:53:26.697Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 55bebb63-b711-4e53-b2ec-45a53aa1508e 2023-01-31T22:53:26.698Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55bebb63-b711-4e53-b2ec-45a53aa1508e matches Tosca VF Customization UUID: 55bebb63-b711-4e53-b2ec-45a53aa1508e 2023-01-31T22:53:26.698Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 55bebb63-b711-4e53-b2ec-45a53aa1508e 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-31T22:53:26.717Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.718Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.719Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 55bebb63-b711-4e53-b2ec-45a53aa1508e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T22:53:26.720Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@127a006f 2023-01-31T22:53:26.720Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.720Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T22:53:26.721Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25394728-4501-4b14-8185-2749b84838cc 2023-01-31T22:53:26.721Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25394728-4501-4b14-8185-2749b84838cc 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-31T22:53:26.789Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.791Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:26.792Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:26.792Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.793Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:26.793Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:26.794Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.794Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T22:53:26.798Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T22:53:26.799Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T22:53:26.800Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=13f2d34c-4b2e-4cb7-828c-d0f8e45637a6 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-31T22:53:26.830Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.831Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:26.831Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:53:26.832Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.832Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T22:53:26.833Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=55bebb63-b711-4e53-b2ec-45a53aa1508e 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-31T22:53:26.849Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.850Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.850Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b1eb1309-1cb4-46ad-b858-ef3fd750649a: basic_vm 2023-01-31T22:53:26.850Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.860Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.861Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.862Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.866Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.868Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.869Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:53:26.870Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T22:53:26.870Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-31T22:53:27.246Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 03c720e0-6d92-4c84-b8f5-57d754bf2013 1 ASDC deployResourceStructure 2023-01-31T22:53:27.247Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-31T22:53:27.247Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-31T22:53:27.247Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:53:27.248Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:27.248Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:27.248Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205607247, "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-31T22:53:28.251Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-31T22:53:28.252Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T22:53:28.252Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:53:28.252Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:28.252Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:28.253Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205608251, "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-31T22:53:29.259Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-31T22:53:29.259Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T22:53:29.259Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:53:29.259Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:29.260Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:29.260Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205609259, "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-31T22:53:30.263Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-31T22:53:30.263Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T22:53:30.264Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:53:30.265Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:53:30.266Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:53:30.266Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205610262, "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-31T22:53:31.295Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d3dfc61-2db3-49c9-8621-f9f149ea043a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:53:31.380Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d3dfc61-2db3-49c9-8621-f9f149ea043a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:53:31.392Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:53:31.393Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:53:31.393Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:53:31.393Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:53:31.394Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:53:31.394Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:53:31.394Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:53:31.395Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:53:31.395Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:53:31.395Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T22:53:31.454Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:54:01.457Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d3dfc61-2db3-49c9-8621-f9f149ea043a 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-31T22:54:01.490Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d3dfc61-2db3-49c9-8621-f9f149ea043a and serviceModelVersionId: b1eb1309-1cb4-46ad-b858-ef3fd750649a 2023-01-31T22:54:01.491Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50d6fd1b-2e0d-4193-886f-7799098364cd 2023-01-31T22:54:01.494Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?depth=0 2023-01-31T22:54:01.505Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:54:01.624Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?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-31T22:54:01.626Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?depth=0|INFO|500||Invoke 2023-01-31T22:54:01.681Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:54:01.833Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?depth=0|INFO|500||InvokeReturn 2023-01-31T22:54:01.835Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50d6fd1b-2e0d-4193-886f-7799098364cd/model-vers/model-ver/b1eb1309-1cb4-46ad-b858-ef3fd750649a?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:54:00 GMT], content-length=[0], vertex-id=[229384], x-aai-txid=[2-aai-resources-230131-22:54:00:918-46486], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:54:01.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:54:01.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:54:01.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T22:54:01.846Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T22:54:01.847Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d3dfc61-2db3-49c9-8621-f9f149ea043a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:54:01.847Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:54:01.848Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:01.848Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:01.849Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205641847, "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-31T22:54:02.899Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:54:02.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:54:02.912Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"950d2ba5-bc05-44c1-9046-61bf54e5918d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9653f5e7-a97c-452e-b040-ad8b306deb6a","serviceDescription":"service","serviceInvariantUUID":"3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58e1f072-694a-4665-bd06-ccc584f9b6e8","resourceInvariantUUID":"491f1f57-43b7-4be5-857a-99b84880d2c3","resourceCustomizationUUID":"a048d242-7d24-4c82-898c-45a08d2f6ff5","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":"ODY1YmU1M2U2NjY4ODlmYjUxY2I2OTI1NjlmMzI2NGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e038d59-61f7-47cf-85d7-d5320503bc30","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":"b10525e6-ee1b-4c36-8da6-d466a902537b","artifactVersion":"2","generatedFromUUID":"ac17fa89-3cc8-4172-94f0-b3400dede2db"},{"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":"ac17fa89-3cc8-4172-94f0-b3400dede2db","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":"MWNkMDE1NWUyMDY0ZjRhNTc4MzU0Zjg0MjVjMDhiMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5e7f8af-25bf-4b91-8e4d-4f5dd417105d","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":"5ee61029-9273-49e0-8ef3-bbfa95df55e3","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":"f2236d10-24eb-4eeb-9f92-3bbf1a16baa1","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":"25c1da39-299f-43b1-9e5b-eb4ec76dfb76","artifactVersion":"2","generatedFromUUID":"5ee61029-9273-49e0-8ef3-bbfa95df55e3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWFhZGM3ZTY5MGU1ZTk5Y2JjYTliOWZmZThiMDc0NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ff97d4f-3ec9-4bf5-93cd-0b88a0f6959b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzkwOWQ1NzRiYzA3ZTJlYzAzMzc5ZjdjMzM0ZmQ4MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52ae88c4-459b-4b6d-a218-59a1ec65c106","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T22:54:02.917Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:02.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:02.918Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:02.918Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:03.921Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:03.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:03.922Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:03.922Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:04.928Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:04.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:04.933Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:04.934Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:05.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:05.939Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:05.939Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:05.939Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:06.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:06.943Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:06.943Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:06.944Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:07.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:07.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:07.947Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:07.947Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:08.951Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:08.951Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:08.952Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:08.952Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:09.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:09.961Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:09.961Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:09.961Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "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-31T22:54:10.962Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T22:54:10.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:10.965Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:10.965Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:54:11.975Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9653f5e7-a97c-452e-b040-ad8b306deb6a", "serviceDescription": "service", "serviceInvariantUUID": "3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a048d242-7d24-4c82-898c-45a08d2f6ff5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58e1f072-694a-4665-bd06-ccc584f9b6e8", "resourceInvariantUUID": "491f1f57-43b7-4be5-857a-99b84880d2c3", "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": "b10525e6-ee1b-4c36-8da6-d466a902537b", "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": "ac17fa89-3cc8-4172-94f0-b3400dede2db", "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": "MWNkMDE1NWUyMDY0ZjRhNTc4MzU0Zjg0MjVjMDhiMDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5e7f8af-25bf-4b91-8e4d-4f5dd417105d", "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": "5ee61029-9273-49e0-8ef3-bbfa95df55e3", "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": "25c1da39-299f-43b1-9e5b-eb4ec76dfb76", "generatedFromUUID": "5ee61029-9273-49e0-8ef3-bbfa95df55e3" }, "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": "25c1da39-299f-43b1-9e5b-eb4ec76dfb76", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzkwOWQ1NzRiYzA3ZTJlYzAzMzc5ZjdjMzM0ZmQ4MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "52ae88c4-459b-4b6d-a218-59a1ec65c106" } ], "workloadContext": "Production" } 2023-01-31T22:54:11.975Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T22:54:11.976Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9653f5e7-a97c-452e-b040-ad8b306deb6a ASDC 2023-01-31T22:54:11.976Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:950d2ba5-bc05-44c1-9046-61bf54e5918d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9653f5e7-a97c-452e-b040-ad8b306deb6a ServiceInvariantUUID:3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf 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:52ae88c4-459b-4b6d-a218-59a1ec65c106 ArtifactChecksum:NzkwOWQ1NzRiYzA3ZTJlYzAzMzc5ZjdjMzM0ZmQ4MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a048d242-7d24-4c82-898c-45a08d2f6ff5 ResourceInvariantUUID:491f1f57-43b7-4be5-857a-99b84880d2c3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:58e1f072-694a-4665-bd06-ccc584f9b6e8 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:b10525e6-ee1b-4c36-8da6-d466a902537b 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:ac17fa89-3cc8-4172-94f0-b3400dede2db 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:e5e7f8af-25bf-4b91-8e4d-4f5dd417105d ArtifactChecksum:MWNkMDE1NWUyMDY0ZjRhNTc4MzU0Zjg0MjVjMDhiMDc= 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:5ee61029-9273-49e0-8ef3-bbfa95df55e3 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:25c1da39-299f-43b1-9e5b-eb4ec76dfb76 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:25c1da39-299f-43b1-9e5b-eb4ec76dfb76 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T22:54:11.976Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9653f5e7-a97c-452e-b040-ad8b306deb6a 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-31T22:54:12.224Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:54:12.226Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-31T22:54:12.227Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-31T22:54:12.227Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 52ae88c4-459b-4b6d-a218-59a1ec65c106 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-31T22:54:12.227Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:12.227Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:12.489Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:12.498Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 52ae88c4-459b-4b6d-a218-59a1ec65c106 73986 2023-01-31T22:54:12.499Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:12.499Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:12.499Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:12.500Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:12.500Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:12.500Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205652499, "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-31T22:54:13.502Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T22:54:13.503Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-31T22:54:13.505Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 52ae88c4-459b-4b6d-a218-59a1ec65c106, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T22:54:13.505Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-31T22:54:13.506Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T22:54:13.506Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T22:54:13.718Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16612243526606700389/Definitions/service-BasicCnf-template.yml 2023-01-31T22:54:13.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:54:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.771Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205535465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:54:13.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.774Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "aai-model-loader", "timestamp": 1675205536469, "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-31T22:54:13.783Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 950d2ba5-bc05-44c1-9046-61bf54e5918d 2023-01-31T22:54:13.783Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:54:13.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.797Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4481412b-4147-4847-92bb-0b34460a30b7", "consumerID": "SO-sdc-controller", "timestamp": 1675205587674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:54:13.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.798Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:54:13.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:54:13.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T22:54:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:54:13.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:54:13.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T22:54:13.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T22:54:13.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-31T22:54:16.425Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T22:54:16.426Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.427Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-31T22:54:16.428Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.428Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.428Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:16.429Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-31T22:54:16.429Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:54:16.429Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.430Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.430Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:16.430Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-31T22:54:16.430Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T22:54:16.431Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.431Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.431Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.431Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T22:54:16.432Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-31T22:54:16.432Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-31T22:54:16.432Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T22:54:16.432Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.432Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.433Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.433Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:16.433Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:16.433Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.434Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:16.434Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:16.434Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.434Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:16.435Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:16.435Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.436Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T22:54:16.436Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-31T22:54:16.436Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=728781d2-0d55-4dab-b304-d78c8d372507 2023-01-31T22:54:16.436Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.437Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.437Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.437Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.437Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.437Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.438Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:16.438Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.438Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9653f5e7-a97c-452e-b040-ad8b306deb6a Model Version:NULL Model InvariantUuid:3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8b9d3bdf-a3d8-4598-b591-4edb449f9dd8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:491f1f57-43b7-4be5-857a-99b84880d2c3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a048d242-7d24-4c82-898c-45a08d2f6ff5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1cd0554b-4936-46d0-8cd1-5daac01277a7 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:13149479-f836-4513-93dd-ecd6765dd384 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:728781d2-0d55-4dab-b304-d78c8d372507 ModelInvariantUuid:280354b0-dccf-4d4a-bf04-4d3e2fa85ec0 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:6fc96bca-cbef-4eea-88a5-68d6f48185d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9652ebb1-f371-42b6-9c2f-28cb64ef128c ModelInvariantUuid:454c9fd7-6291-4644-a5a9-d1d0a404e84b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:7343d8f9-9009-4a96-8d29-ca39f9af8027 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-31T22:54:16.517Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 58e1f072-694a-4665-bd06-ccc584f9b6e8 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-31T22:54:16.523Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||basic_cnf 0 2023-01-31T22:54:16.523Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58e1f072-694a-4665-bd06-ccc584f9b6e8 2023-01-31T22:54:16.523Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b10525e6-ee1b-4c36-8da6-d466a902537b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-31T22:54:16.524Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:16.524Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.787Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:16.788Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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 b10525e6-ee1b-4c36-8da6-d466a902537b 12 2023-01-31T22:54:16.789Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.789Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:16.789Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:16.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:16.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:16.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205656789, "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-31T22:54:17.794Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac17fa89-3cc8-4172-94f0-b3400dede2db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-31T22:54:17.795Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:17.799Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:17.883Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:17.884Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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 ac17fa89-3cc8-4172-94f0-b3400dede2db 2688 2023-01-31T22:54:17.884Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:17.884Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:17.884Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:17.885Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:17.887Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:17.887Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205657884, "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-31T22:54:18.892Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e5e7f8af-25bf-4b91-8e4d-4f5dd417105d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-31T22:54:18.892Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:18.892Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:18.952Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:18.954Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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 e5e7f8af-25bf-4b91-8e4d-4f5dd417105d 828 2023-01-31T22:54:18.954Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:18.954Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:18.955Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:18.955Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:18.955Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:18.955Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205658954, "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-31T22:54:19.960Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1cd0554b-4936-46d0-8cd1-5daac01277a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13149479-f836-4513-93dd-ecd6765dd384", "vfModuleModelCustomizationUUID": "bac718d9-5d81-446a-8571-4b9e4d8d6084", "isBase": true, "artifacts": [ "ac17fa89-3cc8-4172-94f0-b3400dede2db", "5ee61029-9273-49e0-8ef3-bbfa95df55e3", "25c1da39-299f-43b1-9e5b-eb4ec76dfb76" ], "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-31T22:54:19.969Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13149479-f836-4513-93dd-ecd6765dd384 VfModuleModelInvariantUUID:1cd0554b-4936-46d0-8cd1-5daac01277a7 VfModuleModelDescription:NULL Artifacts UUID List:{ ac17fa89-3cc8-4172-94f0-b3400dede2db , 5ee61029-9273-49e0-8ef3-bbfa95df55e3 , 25c1da39-299f-43b1-9e5b-eb4ec76dfb76 } 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-31T22:54:19.972Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1cd0554b-4936-46d0-8cd1-5daac01277a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13149479-f836-4513-93dd-ecd6765dd384", "vfModuleModelCustomizationUUID": "bac718d9-5d81-446a-8571-4b9e4d8d6084", "isBase": true, "artifacts": [ "ac17fa89-3cc8-4172-94f0-b3400dede2db", "5ee61029-9273-49e0-8ef3-bbfa95df55e3", "25c1da39-299f-43b1-9e5b-eb4ec76dfb76" ], "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-31T22:54:19.973Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13149479-f836-4513-93dd-ecd6765dd384 VfModuleModelInvariantUUID:1cd0554b-4936-46d0-8cd1-5daac01277a7 VfModuleModelDescription:NULL Artifacts UUID List:{ ac17fa89-3cc8-4172-94f0-b3400dede2db , 5ee61029-9273-49e0-8ef3-bbfa95df55e3 , 25c1da39-299f-43b1-9e5b-eb4ec76dfb76 } 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-31T22:54:19.973Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ee61029-9273-49e0-8ef3-bbfa95df55e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-31T22:54:19.973Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:19.974Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:20.090Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:20.090Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5ee61029-9273-49e0-8ef3-bbfa95df55e3 1164 2023-01-31T22:54:20.091Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:20.091Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:20.092Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:20.093Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:20.093Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:20.093Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205660091, "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-31T22:54:21.095Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 25c1da39-299f-43b1-9e5b-eb4ec76dfb76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-31T22:54:21.095Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-31T22:54:21.096Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:21.183Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-31T22:54:21.184Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 25c1da39-299f-43b1-9e5b-eb4ec76dfb76 200 2023-01-31T22:54:21.185Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:21.185Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:21.185Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T22:54:21.186Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:21.186Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:21.186Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205661185, "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-31T22:54:22.188Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9653f5e7-a97c-452e-b040-ad8b306deb6a 2023-01-31T22:54:22.188Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 58e1f072-694a-4665-bd06-ccc584f9b6e8 ASDC 2023-01-31T22:54:22.209Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 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-31T22:54:22.233Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d65d5b, org.onap.sdc.toscaparser.api.parameters.Input@44685c45, org.onap.sdc.toscaparser.api.parameters.Input@44838466, org.onap.sdc.toscaparser.api.parameters.Input@67484d4e, org.onap.sdc.toscaparser.api.parameters.Input@5744f879] 2023-01-31T22:54:22.239Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.240Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.243Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-31T22:54:22.243Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a048d242-7d24-4c82-898c-45a08d2f6ff5 2023-01-31T22:54:22.243Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a048d242-7d24-4c82-898c-45a08d2f6ff5 matches Tosca VF Customization UUID: a048d242-7d24-4c82-898c-45a08d2f6ff5 2023-01-31T22:54:22.243Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a048d242-7d24-4c82-898c-45a08d2f6ff5 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-31T22:54:22.247Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.248Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.249Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a048d242-7d24-4c82-898c-45a08d2f6ff5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T22:54:22.249Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c371c0e 2023-01-31T22:54:22.249Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.249Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.250Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bac718d9-5d81-446a-8571-4b9e4d8d6084 2023-01-31T22:54:22.251Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bac718d9-5d81-446a-8571-4b9e4d8d6084 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-31T22:54:22.259Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.260Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:22.260Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:22.260Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.261Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:22.261Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:22.261Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.261Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T22:54:22.262Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-31T22:54:22.262Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=728781d2-0d55-4dab-b304-d78c8d372507 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-31T22:54:22.271Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.291Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:22.292Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T22:54:22.292Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.294Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T22:54:22.297Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a048d242-7d24-4c82-898c-45a08d2f6ff5 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-31T22:54:22.304Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.305Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.306Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9653f5e7-a97c-452e-b040-ad8b306deb6a: basic_cnf 2023-01-31T22:54:22.306Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.306Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.307Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.307Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.308Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.308Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.308Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.309Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.309Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T22:54:22.309Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.311Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.587Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 58e1f072-694a-4665-bd06-ccc584f9b6e8 1 ASDC deployResourceStructure 2023-01-31T22:54:22.589Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.589Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:22.589Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T22:54:22.590Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:22.590Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:22.590Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205662588, "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-31T22:54:23.599Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:23.599Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:23.600Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T22:54:23.600Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:23.600Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:23.601Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205663598, "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-31T22:54:24.603Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:24.603Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:24.611Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:54:24.611Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:24.612Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:24.612Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205664603, "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-31T22:54:25.615Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:25.616Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:25.616Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:54:25.617Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:25.617Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:25.618Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205665615, "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-31T22:54:26.619Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:26.619Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:26.620Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:54:26.620Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:26.621Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:26.621Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205666619, "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-31T22:54:27.623Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:27.623Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:27.624Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T22:54:27.624Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:27.624Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:27.625Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205667622, "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-31T22:54:28.627Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 950d2ba5-bc05-44c1-9046-61bf54e5918d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T22:54:28.724Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 950d2ba5-bc05-44c1-9046-61bf54e5918d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T22:54:28.736Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T22:54:28.738Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T22:54:28.738Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T22:54:28.738Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T22:54:28.738Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:54:28.739Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:54:28.739Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:54:28.739Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:54:28.739Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T22:54:28.740Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:28.779Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T22:54:58.783Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 950d2ba5-bc05-44c1-9046-61bf54e5918d 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-31T22:54:58.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 950d2ba5-bc05-44c1-9046-61bf54e5918d and serviceModelVersionId: 9653f5e7-a97c-452e-b040-ad8b306deb6a 2023-01-31T22:54:58.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf 2023-01-31T22:54:58.795Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?depth=0 2023-01-31T22:54:58.804Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T22:54:58.939Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?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-31T22:54:58.947Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?depth=0|INFO|500||Invoke 2023-01-31T22:54:59.001Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T22:54:59.364Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?depth=0|INFO|500||InvokeReturn 2023-01-31T22:54:59.368Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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/3f5c8ede-ce40-4a8b-9826-c990cb5cd5bf/model-vers/model-ver/9653f5e7-a97c-452e-b040-ad8b306deb6a?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:54:58 GMT], content-length=[0], vertex-id=[462880], x-aai-txid=[1-aai-resources-230131-22:54:58:244-24112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T22:54:59.370Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T22:54:59.371Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T22:54:59.371Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:59.392Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|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-31T22:54:59.394Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 950d2ba5-bc05-44c1-9046-61bf54e5918d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T22:54:59.394Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T22:54:59.395Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-31T22:54:59.396Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T22:54:59.396Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205699394, "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-31T22:55:00.458Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:55:13.761Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:55:13.765Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.765Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:55:13.766Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.766Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.766Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205513547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205596441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205603324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.767Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205604451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205605584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.768Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205607247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:55:13.769Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.769Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.769Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205608251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T22:55:13.769Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.769Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.770Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205609259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T22:55:13.770Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.770Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.770Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205610262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:55:13.770Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "7d3dfc61-2db3-49c9-8621-f9f149ea043a", "consumerID": "SO-sdc-controller", "timestamp": 1675205641847, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:55:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:55:13.772Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.772Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.772Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-31T22:55:13.772Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.773Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.773Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-31T22:55:13.773Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.773Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.773Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-31T22:55:13.774Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.774Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.774Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T22:55:13.775Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.775Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.775Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T22:55:13.775Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.776Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.776Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-31T22:55:13.776Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.777Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.777Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T22:55:13.777Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.777Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.777Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205642899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T22:55:13.778Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:55:13.778Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:55:13.778Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205652499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T22:55:13.778Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:00.466Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:56:13.763Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:56:13.771Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.772Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205656789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:56:13.774Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.774Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.783Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205657884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T22:56:13.784Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.784Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.784Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205658954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T22:56:13.785Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.785Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.785Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205660091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T22:56:13.785Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.785Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.786Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205661185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-31T22:56:13.787Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.788Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.788Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205662588, "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-31T22:56:13.788Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.788Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.789Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205663598, "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-31T22:56:13.790Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.790Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.792Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205664603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T22:56:13.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205665615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-31T22:56:13.793Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.794Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.794Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205666619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-31T22:56:13.794Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.815Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.815Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205667622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T22:56:13.815Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:56:13.816Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T22:56:13.816Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "950d2ba5-bc05-44c1-9046-61bf54e5918d", "consumerID": "SO-sdc-controller", "timestamp": 1675205699394, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T22:56:13.816Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T22:57:00.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:57:13.761Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:58:00.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:58:13.762Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T22:59:00.478Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T22:59:13.764Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:00:00.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:00:13.766Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:01:00.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:01:13.771Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:02:00.542Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:02:13.771Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:03:00.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:03:13.772Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:04:00.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:04:13.776Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:05:00.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:05:13.778Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:06:00.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:06:13.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:07:00.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:07:13.784Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:08:00.588Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:08:13.787Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:09:00.631Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:09:13.791Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:10:00.632Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:10:13.795Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:11:00.635Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:11:13.797Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:12:00.637Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:12:13.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:13:00.657Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:13:13.800Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:14:00.667Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:14:13.808Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:15:00.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:15:13.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:16:00.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:16:13.811Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:17:00.701Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:17:13.814Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:18:00.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:18:13.816Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:19:00.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:19:13.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:20:00.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:20:13.824Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:21:00.729Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:21:13.831Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:22:00.739Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:22:13.832Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:23:00.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:23:13.832Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:24:00.743Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:24:13.834Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:25:00.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:25:13.836Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:26:00.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:26:13.840Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:27:00.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:27:13.842Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:28:00.772Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:28:13.844Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:29:00.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:29:13.844Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:30:00.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:30:13.845Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:31:00.781Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:31:13.851Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:32:00.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:32:13.860Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:33:00.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:33:13.862Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:34:00.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:34:13.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:35:00.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:35:13.868Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:36:00.805Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:36:13.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:37:00.808Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:37:13.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:38:00.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:38:13.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:39:00.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:39:13.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:40:00.852Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:40:13.880Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:41:00.859Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:41:13.882Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:42:00.867Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:42:13.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:42:33.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-31T23:42:33.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"417a6cc0-099f-41b8-a174-73058f86d4ad","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fd7e8fd8-14f6-4874-9468-03587f81f861","serviceDescription":"service","serviceInvariantUUID":"67a5b3bb-edc9-4fe7-ba97-5418fc6489e0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60243ff9-eacc-4f8a-ad3e-c1a07cf5420a","resourceInvariantUUID":"2a27a7ff-1095-4f47-9c58-7202be39a9b8","resourceCustomizationUUID":"cc94ab20-38dd-4991-90b8-eb507a0cb13e","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":"YWJiNTNmOGJkYzBhYzc3NzMzMDY2M2ZhNzcyOWVmYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf77ca79-d039-4f07-9e01-f711148e2d1d","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":"NDk1NmYwMjQ4Y2IzYzA2ZWE1M2VhOTUxNmJhMmUyZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d10de79a-98d1-4166-a014-180fc75d57f4","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":"8ef8d49b-3064-4605-b2e8-26b456fd9f7a","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":"80258f71-e4f9-461b-afe7-d46403a80996","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":"f8b02de2-faba-4f83-81cf-062453339f70","artifactVersion":"2","generatedFromUUID":"c407d3d5-65f8-4a52-af58-85c9d333192c"},{"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":"91af1978-0dfc-4163-a6db-9140d5d8b7db","artifactVersion":"2","generatedFromUUID":"8ef8d49b-3064-4605-b2e8-26b456fd9f7a"},{"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":"c407d3d5-65f8-4a52-af58-85c9d333192c","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":"83ec4965-89b5-4ef8-8214-c6a62e5b7984","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":"NDVkNjlmNjU1OWY0NzJjZjcwZTkwY2ZiZjllZTJhYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"936c5f48-491e-4876-aa82-78ea7ae16a3b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzQ3NDJjZWI2YWU0YTZlNGZlMTRjMWVjYWIwMzZhZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb87880c-26a5-462f-bcf6-7c29706b8959","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T23:42:34.022Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:34.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:34.024Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:34.024Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:34.043Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.046Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.047Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.047Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.047Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.047Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ 2023-01-31T23:42:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:42:34.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:42:34.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:42:34.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:42:34.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:42:34.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:42:35.065Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:35.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:35.068Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:35.068Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:36.075Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:36.077Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:36.077Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:36.077Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:37.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:37.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:37.115Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:37.115Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:38.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:38.118Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:38.118Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:38.118Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:39.130Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:39.132Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:39.132Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:39.133Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:40.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:40.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:40.148Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:40.148Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:41.160Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:41.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:41.162Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:41.162Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:42.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:42.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:42.171Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:42.172Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "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-31T23:42:43.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:42:43.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:43.174Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:43.174Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:42:44.177Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "fd7e8fd8-14f6-4874-9468-03587f81f861", "serviceDescription": "service", "serviceInvariantUUID": "67a5b3bb-edc9-4fe7-ba97-5418fc6489e0", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "cc94ab20-38dd-4991-90b8-eb507a0cb13e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "60243ff9-eacc-4f8a-ad3e-c1a07cf5420a", "resourceInvariantUUID": "2a27a7ff-1095-4f47-9c58-7202be39a9b8", "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": "NDk1NmYwMjQ4Y2IzYzA2ZWE1M2VhOTUxNmJhMmUyZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d10de79a-98d1-4166-a014-180fc75d57f4", "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": "8ef8d49b-3064-4605-b2e8-26b456fd9f7a", "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": "91af1978-0dfc-4163-a6db-9140d5d8b7db", "generatedFromUUID": "8ef8d49b-3064-4605-b2e8-26b456fd9f7a" }, "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": "f8b02de2-faba-4f83-81cf-062453339f70", "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": "91af1978-0dfc-4163-a6db-9140d5d8b7db", "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": "c407d3d5-65f8-4a52-af58-85c9d333192c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzQ3NDJjZWI2YWU0YTZlNGZlMTRjMWVjYWIwMzZhZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb87880c-26a5-462f-bcf6-7c29706b8959" } ], "workloadContext": "Production" } 2023-01-31T23:42:44.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T23:42:44.180Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fd7e8fd8-14f6-4874-9468-03587f81f861 ASDC 2023-01-31T23:42:44.182Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:417a6cc0-099f-41b8-a174-73058f86d4ad ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:fd7e8fd8-14f6-4874-9468-03587f81f861 ServiceInvariantUUID:67a5b3bb-edc9-4fe7-ba97-5418fc6489e0 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:eb87880c-26a5-462f-bcf6-7c29706b8959 ArtifactChecksum:NzQ3NDJjZWI2YWU0YTZlNGZlMTRjMWVjYWIwMzZhZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:cc94ab20-38dd-4991-90b8-eb507a0cb13e ResourceInvariantUUID:2a27a7ff-1095-4f47-9c58-7202be39a9b8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:60243ff9-eacc-4f8a-ad3e-c1a07cf5420a 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:d10de79a-98d1-4166-a014-180fc75d57f4 ArtifactChecksum:NDk1NmYwMjQ4Y2IzYzA2ZWE1M2VhOTUxNmJhMmUyZTc= 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:8ef8d49b-3064-4605-b2e8-26b456fd9f7a 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:91af1978-0dfc-4163-a6db-9140d5d8b7db 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:f8b02de2-faba-4f83-81cf-062453339f70 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:91af1978-0dfc-4163-a6db-9140d5d8b7db 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:c407d3d5-65f8-4a52-af58-85c9d333192c ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T23:42:44.183Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd7e8fd8-14f6-4874-9468-03587f81f861 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-31T23:42:44.311Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:42:44.325Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-31T23:42:44.325Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-31T23:42:44.326Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb87880c-26a5-462f-bcf6-7c29706b8959 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:44.326Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:44.327Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:44.807Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:44.861Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar eb87880c-26a5-462f-bcf6-7c29706b8959 163298 2023-01-31T23:42:44.862Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:44.863Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:44.863Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:44.864Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:44.864Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:44.864Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208564862, "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-31T23:42:45.868Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:42:45.870Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-31T23:42:45.871Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eb87880c-26a5-462f-bcf6-7c29706b8959, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:45.872Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-31T23:42:45.874Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:45.876Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:46.408Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4617639029400418370/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-31T23:42:50.122Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T23:42:50.124Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-31T23:42:50.124Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:50.124Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-31T23:42:50.125Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T23:42:50.125Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.125Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.125Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.125Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-31T23:42:50.129Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.130Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.130Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.130Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-31T23:42:50.131Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:42:50.131Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.131Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.131Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.132Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-31T23:42:50.132Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:42:50.132Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.132Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.132Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.133Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-31T23:42:50.133Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-31T23:42:50.133Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-31T23:42:50.133Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T23:42:50.134Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.134Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T23:42:50.135Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.135Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.135Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:50.136Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.136Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.136Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:50.137Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.137Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.137Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:50.137Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.138Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:50.138Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:50.138Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.138Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-31T23:42:50.138Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-31T23:42:50.139Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=009216ab-12f0-4fab-b94c-cd4adabc2865 2023-01-31T23:42:50.139Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.139Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.139Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.139Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.140Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.140Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.140Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:50.140Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:50.141Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:fd7e8fd8-14f6-4874-9468-03587f81f861 Model Version:NULL Model InvariantUuid:67a5b3bb-edc9-4fe7-ba97-5418fc6489e0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3421621e-9bba-4a45-9156-9552aede703d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2a27a7ff-1095-4f47-9c58-7202be39a9b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cc94ab20-38dd-4991-90b8-eb507a0cb13e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dcd0f621-3742-49b0-aff0-b8d5eb9675e2 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:cf5b3e56-f330-48af-9bd4-3bb5feb70828 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:02bbf5db-dacd-4e93-9316-e8f998243d80 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:a95bcde6-dac7-47f9-a8d6-25c2df119432 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:009216ab-12f0-4fab-b94c-cd4adabc2865 ModelInvariantUuid:56b2f191-a214-475d-9bcf-a5b2a8f481cd ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:53a04cff-e867-4192-8b0c-180a20782c57 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7f1c3b1c-bfbb-4b3e-910b-78752eeb649c ModelInvariantUuid:0ed01fdc-2f5c-4757-b5a4-5e75782a0808 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:8ce92b27-9cb1-495e-9a62-8243c282fa02 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-31T23:42:50.158Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 60243ff9-eacc-4f8a-ad3e-c1a07cf5420a 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-31T23:42:50.172Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2023-01-31T23:42:50.172Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60243ff9-eacc-4f8a-ad3e-c1a07cf5420a 2023-01-31T23:42:50.172Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d10de79a-98d1-4166-a014-180fc75d57f4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-31T23:42:50.172Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:50.173Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.435Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:50.435Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d10de79a-98d1-4166-a014-180fc75d57f4 1565 2023-01-31T23:42:50.436Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.436Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:50.437Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:50.437Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:50.437Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:50.438Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208570436, "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-31T23:42:51.439Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "02bbf5db-dacd-4e93-9316-e8f998243d80", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a95bcde6-dac7-47f9-a8d6-25c2df119432", "vfModuleModelCustomizationUUID": "0e414f04-f7de-4912-8287-1257526bf97e", "isBase": true, "artifacts": [ "8ef8d49b-3064-4605-b2e8-26b456fd9f7a", "91af1978-0dfc-4163-a6db-9140d5d8b7db" ], "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": "dcd0f621-3742-49b0-aff0-b8d5eb9675e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf5b3e56-f330-48af-9bd4-3bb5feb70828", "vfModuleModelCustomizationUUID": "a7e0785e-e38d-4116-b7ca-cc1111e50df6", "isBase": false, "artifacts": [ "c407d3d5-65f8-4a52-af58-85c9d333192c" ], "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-31T23:42:51.446Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a95bcde6-dac7-47f9-a8d6-25c2df119432 VfModuleModelInvariantUUID:02bbf5db-dacd-4e93-9316-e8f998243d80 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef8d49b-3064-4605-b2e8-26b456fd9f7a , 91af1978-0dfc-4163-a6db-9140d5d8b7db } 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:cf5b3e56-f330-48af-9bd4-3bb5feb70828 VfModuleModelInvariantUUID:dcd0f621-3742-49b0-aff0-b8d5eb9675e2 VfModuleModelDescription:NULL Artifacts UUID List:{ c407d3d5-65f8-4a52-af58-85c9d333192c } 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-31T23:42:51.449Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "02bbf5db-dacd-4e93-9316-e8f998243d80", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a95bcde6-dac7-47f9-a8d6-25c2df119432", "vfModuleModelCustomizationUUID": "0e414f04-f7de-4912-8287-1257526bf97e", "isBase": true, "artifacts": [ "8ef8d49b-3064-4605-b2e8-26b456fd9f7a", "91af1978-0dfc-4163-a6db-9140d5d8b7db" ], "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": "dcd0f621-3742-49b0-aff0-b8d5eb9675e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf5b3e56-f330-48af-9bd4-3bb5feb70828", "vfModuleModelCustomizationUUID": "a7e0785e-e38d-4116-b7ca-cc1111e50df6", "isBase": false, "artifacts": [ "c407d3d5-65f8-4a52-af58-85c9d333192c" ], "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-31T23:42:51.449Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a95bcde6-dac7-47f9-a8d6-25c2df119432 VfModuleModelInvariantUUID:02bbf5db-dacd-4e93-9316-e8f998243d80 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef8d49b-3064-4605-b2e8-26b456fd9f7a , 91af1978-0dfc-4163-a6db-9140d5d8b7db } 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:cf5b3e56-f330-48af-9bd4-3bb5feb70828 VfModuleModelInvariantUUID:dcd0f621-3742-49b0-aff0-b8d5eb9675e2 VfModuleModelDescription:NULL Artifacts UUID List:{ c407d3d5-65f8-4a52-af58-85c9d333192c } 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-31T23:42:51.449Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8ef8d49b-3064-4605-b2e8-26b456fd9f7a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-31T23:42:51.450Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:51.450Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:51.665Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:51.666Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8ef8d49b-3064-4605-b2e8-26b456fd9f7a 914 2023-01-31T23:42:51.667Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:51.667Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:51.667Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:51.667Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:51.667Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:51.668Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208571666, "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-31T23:42:52.669Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f8b02de2-faba-4f83-81cf-062453339f70 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-31T23:42:52.671Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:52.672Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:52.946Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:52.947Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f8b02de2-faba-4f83-81cf-062453339f70 12 2023-01-31T23:42:52.948Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:52.949Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:52.949Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:52.949Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:52.950Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:52.950Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208572948, "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-31T23:42:53.964Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 91af1978-0dfc-4163-a6db-9140d5d8b7db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-31T23:42:53.965Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:53.972Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:54.112Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:54.114Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 91af1978-0dfc-4163-a6db-9140d5d8b7db 96 2023-01-31T23:42:54.115Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:54.116Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:54.116Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:54.122Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:54.122Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:54.123Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208574115, "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-31T23:42:55.144Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c407d3d5-65f8-4a52-af58-85c9d333192c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-31T23:42:55.144Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-31T23:42:55.145Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:55.379Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-31T23:42:55.382Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c407d3d5-65f8-4a52-af58-85c9d333192c 20206 2023-01-31T23:42:55.383Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:55.390Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:55.390Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:42:55.391Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:55.391Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:55.392Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208575382, "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-31T23:42:56.420Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fd7e8fd8-14f6-4874-9468-03587f81f861 2023-01-31T23:42:56.420Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 60243ff9-eacc-4f8a-ad3e-c1a07cf5420a 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-31T23:42:56.544Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b6b9aea, org.onap.sdc.toscaparser.api.parameters.Input@361548b9, org.onap.sdc.toscaparser.api.parameters.Input@6ce4c4e6, org.onap.sdc.toscaparser.api.parameters.Input@6ce16222, org.onap.sdc.toscaparser.api.parameters.Input@b3a099e] 2023-01-31T23:42:56.556Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.557Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.557Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-31T23:42:56.561Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cc94ab20-38dd-4991-90b8-eb507a0cb13e 2023-01-31T23:42:56.561Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc94ab20-38dd-4991-90b8-eb507a0cb13e matches Tosca VF Customization UUID: cc94ab20-38dd-4991-90b8-eb507a0cb13e 2023-01-31T23:42:56.561Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cc94ab20-38dd-4991-90b8-eb507a0cb13e 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-31T23:42:56.594Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.595Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.596Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cc94ab20-38dd-4991-90b8-eb507a0cb13e: {\"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-31T23:42:56.596Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ae864c3 2023-01-31T23:42:56.607Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.607Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T23:42:56.608Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7e0785e-e38d-4116-b7ca-cc1111e50df6 2023-01-31T23:42:56.608Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7e0785e-e38d-4116-b7ca-cc1111e50df6 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-31T23:42:56.627Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.628Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:56.628Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:56.655Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.656Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:56.656Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:42:56.656Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.668Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T23:42:56.669Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cc94ab20-38dd-4991-90b8-eb507a0cb13e 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-31T23:42:56.693Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.694Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.694Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fd7e8fd8-14f6-4874-9468-03587f81f861: basic_cnf_macro 2023-01-31T23:42:56.694Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.697Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.697Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.698Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.698Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.698Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.699Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.699Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.699Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:42:56.700Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:42:56.700Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:56.937Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 60243ff9-eacc-4f8a-ad3e-c1a07cf5420a 2 ASDC deployResourceStructure 2023-01-31T23:42:56.939Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:56.943Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:56.945Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:42:56.946Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:56.949Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:56.950Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208576939, "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-31T23:42:57.963Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:57.964Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:57.964Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:42:57.965Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:57.965Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:57.965Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208577963, "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-31T23:42:58.969Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:58.969Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:42:58.977Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T23:42:58.993Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:42:58.994Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:42:58.996Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208578969, "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-31T23:43:00.006Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:00.007Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:00.007Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:43:00.008Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:43:00.008Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:43:00.009Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208580006, "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-31T23:43:01.012Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:01.013Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:01.014Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T23:43:01.015Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:43:01.015Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:43:01.015Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208581012, "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-31T23:43:02.019Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:02.019Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||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-31T23:43:02.019Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:43:02.020Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:43:02.020Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:43:02.020Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208582018, "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-31T23:43:03.024Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:43:03.087Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:43:03.092Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:43:03.092Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T23:43:03.092Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T23:43:13.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:43:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:43:13.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:43:13.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:43:13.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:43:13.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:43:13.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:43:33.098Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:43:33.136Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:43:33.141Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:43:33.142Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T23:43:33.142Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T23:44:03.144Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:44:03.195Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:44:03.208Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:44:03.211Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T23:44:03.211Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T23:44:13.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:44:13.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.785Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.789Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T23:44:13.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.790Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.797Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.798Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.798Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.799Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T23:44:13.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.799Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.800Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T23:44:13.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.801Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T23:44:13.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T23:44:13.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-31T23:44:13.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-31T23:44:13.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-31T23:44:13.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.820Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.824Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-31T23:44:13.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-31T23:44:13.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-31T23:44:13.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.847Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.847Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.848Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.855Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208531750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208526646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "ves-openapi-manager", "timestamp": 1675208544904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208525941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.858Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208520867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.859Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.861Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208548932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208563527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208563225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.863Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208564649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.864Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208564862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.865Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208566994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.865Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208564232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208566198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.867Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:13.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.867Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "policy-distribution", "timestamp": 1675208565234, "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-31T23:44:13.892Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 417a6cc0-099f-41b8-a174-73058f86d4ad 2023-01-31T23:44:13.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:44:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "cds-sdc-listener", "timestamp": 1675208566127, "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-31T23:44:13.950Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 417a6cc0-099f-41b8-a174-73058f86d4ad 2023-01-31T23:44:13.951Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:44:13.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208567423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208560395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208569777, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:13.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208568757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.980Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208570909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:13.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:13.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:13.987Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208570782, "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-31T23:44:14.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 417a6cc0-099f-41b8-a174-73058f86d4ad 2023-01-31T23:44:14.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:44:14.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208569841, "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-31T23:44:14.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 417a6cc0-099f-41b8-a174-73058f86d4ad 2023-01-31T23:44:14.073Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:44:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208570436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "multicloud-k8s", "timestamp": 1675208570843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208571666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208572948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208574115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208575382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.123Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T23:44:14.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.124Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208576939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.126Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.126Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T23:44:14.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.132Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208577963, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.135Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.136Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.137Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208578969, "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-31T23:44:14.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208580006, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.141Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.142Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.143Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.144Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.144Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.145Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208581012, "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-31T23:44:14.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.145Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208583773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208582018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.148Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.150Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208566236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:14.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "ves-openapi-manager", "timestamp": 1675208564048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208571847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208567128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.152Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "aai-model-loader", "timestamp": 1675208584777, "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-31T23:44:14.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 417a6cc0-099f-41b8-a174-73058f86d4ad 2023-01-31T23:44:14.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:44:14.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208584031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208582683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208583009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208583685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.242Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208585119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.245Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208578931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:44:14.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "cds-sdc-listener", "timestamp": 1675208584302, "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-31T23:44:14.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27f5f122-78fa-4866-917a-05a52918282d 2023-01-31T23:44:14.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:44:14.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "policy-distribution", "timestamp": 1675208584687, "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-31T23:44:14.341Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27f5f122-78fa-4866-917a-05a52918282d 2023-01-31T23:44:14.342Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:44:14.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.369Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208586322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.370Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208588053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:44:14.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.371Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208587341, "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-31T23:44:14.391Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27f5f122-78fa-4866-917a-05a52918282d 2023-01-31T23:44:14.392Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:44:14.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.422Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "multicloud-k8s", "timestamp": 1675208588344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208590789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:44:14.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208591794, "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-31T23:44:14.435Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27f5f122-78fa-4866-917a-05a52918282d 2023-01-31T23:44:14.435Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:44:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.484Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:14.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T23:44:14.485Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:44:14.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:44:33.212Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:44:33.304Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:44:33.316Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:44:33.317Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T23:44:33.317Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T23:44:33.318Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T23:44:33.318Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:44:33.319Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:44:33.319Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:44:33.319Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:44:33.319Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:44:33.319Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T23:44:33.352Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T23:45:03.356Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 417a6cc0-099f-41b8-a174-73058f86d4ad 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-31T23:45:03.405Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 417a6cc0-099f-41b8-a174-73058f86d4ad and serviceModelVersionId: fd7e8fd8-14f6-4874-9468-03587f81f861 2023-01-31T23:45:03.405Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67a5b3bb-edc9-4fe7-ba97-5418fc6489e0 2023-01-31T23:45:03.410Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0 2023-01-31T23:45:03.422Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T23:45:03.692Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0|INFO|500||Invoke 2023-01-31T23:45:03.694Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[417a6cc0-099f-41b8-a174-73058f86d4ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab4aecf8-38bc-4a89-b34e-cac159693ba5], X-ECOMP-RequestID=[417a6cc0-099f-41b8-a174-73058f86d4ad], X-TransactionId=[], X-ONAP-RequestID=[417a6cc0-099f-41b8-a174-73058f86d4ad], Content-Type=[application/merge-patch+json]} 2023-01-31T23:45:03.860Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T23:45:04.659Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?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/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 23:45:03 GMT], content-length=[0], vertex-id=[217336], x-aai-txid=[1-aai-resources-230131-23:45:03:052-67306], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T23:45:04.659Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T23:45:04.660Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67a5b3bb-edc9-4fe7-ba97-5418fc6489e0/model-vers/model-ver/fd7e8fd8-14f6-4874-9468-03587f81f861?depth=0|INFO|500||InvokeReturn 2023-01-31T23:45:04.660Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T23:45:04.660Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T23:45:04.680Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T23:45:04.680Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 417a6cc0-099f-41b8-a174-73058f86d4ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T23:45:04.681Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T23:45:04.681Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:04.682Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:04.682Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208704680, "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-31T23:45:05.774Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:45:05.820Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T23:45:05.820Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"27f5f122-78fa-4866-917a-05a52918282d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba","serviceDescription":"service","serviceInvariantUUID":"15de04bc-0a72-4035-993e-fef36b47245d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d3ad4ba-28bf-4064-b33f-bbfa05a302cd","resourceInvariantUUID":"a7b14eb7-0227-489a-a389-16f2f05e54fa","resourceCustomizationUUID":"c5e6cf70-1e78-49d1-8def-2a8336805af0","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":"Yjc3MzM1ODZkMjA1Y2Y5ZmZjZTQ0Mzc3MjgwNzBhYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28f881d1-a1ef-4c99-9c22-088ecd87e72b","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":"OWZjYWRkZjJkMGYwM2Q4MjEyZDRiYTMwODRkODBhNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1abf4e20-3079-4e95-b31e-9ace6d7a01af","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":"489ccaad-40cb-4dd4-8eef-9c10be95bdf2","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":"15b4622d-1ce2-4896-ba3d-dde883aec530","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":"91cca81b-873c-40bb-807a-87eb52902e2e","artifactVersion":"2","generatedFromUUID":"489ccaad-40cb-4dd4-8eef-9c10be95bdf2"},{"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":"ZDkyMzljMjgwMzQxMTdiNTVjMTJkOTViYjQ0NzhiNTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5af3e1c7-49d8-4b4e-a34e-45ffe0a15fc6","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":"YzQwN2E5NDM5ODNiZDc5YjVmMWM0Njg0MjEwOWY3MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1cb3c52-3853-486b-a7fc-eab1df3cd6af","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODVhZDRlODIwMDMzODEzZWU0OTI2OWY3MTQyN2U4MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T23:45:05.829Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:05.830Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:05.830Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:05.830Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:06.834Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:06.835Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:06.835Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:06.835Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:07.842Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:07.844Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:07.844Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:07.844Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:08.846Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:08.847Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:08.847Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:08.848Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:09.848Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:09.849Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:09.849Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:09.849Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:10.854Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:10.855Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:10.855Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:10.855Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:11.856Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:11.857Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:11.857Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:11.857Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:45:12.859Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:12.860Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:12.860Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:12.860Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:45:13.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:45:13.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:45:13.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:45:13.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:45:13.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:45:13.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208590395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:45:13.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:45:13.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:45:13.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208598683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:45:13.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:45:13.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:45:13.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208610589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:45:13.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:45:13.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:45:13.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "aai-model-loader", "timestamp": 1675208611592, "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-31T23:45:13.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27f5f122-78fa-4866-917a-05a52918282d 2023-01-31T23:45:13.781Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:45:13.868Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba", "serviceDescription": "service", "serviceInvariantUUID": "15de04bc-0a72-4035-993e-fef36b47245d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c5e6cf70-1e78-49d1-8def-2a8336805af0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5d3ad4ba-28bf-4064-b33f-bbfa05a302cd", "resourceInvariantUUID": "a7b14eb7-0227-489a-a389-16f2f05e54fa", "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": "OWZjYWRkZjJkMGYwM2Q4MjEyZDRiYTMwODRkODBhNTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1abf4e20-3079-4e95-b31e-9ace6d7a01af", "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": "489ccaad-40cb-4dd4-8eef-9c10be95bdf2", "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": "91cca81b-873c-40bb-807a-87eb52902e2e", "generatedFromUUID": "489ccaad-40cb-4dd4-8eef-9c10be95bdf2" }, "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": "91cca81b-873c-40bb-807a-87eb52902e2e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODVhZDRlODIwMDMzODEzZWU0OTI2OWY3MTQyN2U4MzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a" } ], "workloadContext": "Production" } 2023-01-31T23:45:13.869Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T23:45:13.869Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba ASDC 2023-01-31T23:45:13.870Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:27f5f122-78fa-4866-917a-05a52918282d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba ServiceInvariantUUID:15de04bc-0a72-4035-993e-fef36b47245d 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:ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a ArtifactChecksum:ODVhZDRlODIwMDMzODEzZWU0OTI2OWY3MTQyN2U4MzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c5e6cf70-1e78-49d1-8def-2a8336805af0 ResourceInvariantUUID:a7b14eb7-0227-489a-a389-16f2f05e54fa ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:5d3ad4ba-28bf-4064-b33f-bbfa05a302cd 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:1abf4e20-3079-4e95-b31e-9ace6d7a01af ArtifactChecksum:OWZjYWRkZjJkMGYwM2Q4MjEyZDRiYTMwODRkODBhNTI= 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:489ccaad-40cb-4dd4-8eef-9c10be95bdf2 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:91cca81b-873c-40bb-807a-87eb52902e2e 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:91cca81b-873c-40bb-807a-87eb52902e2e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T23:45:13.871Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba 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-31T23:45:13.966Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:45:13.968Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:45:13.968Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:45:13.968Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T23:45:13.968Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T23:45:13.969Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T23:45:14.169Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T23:45:14.177Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a 83010 2023-01-31T23:45:14.178Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-31T23:45:14.178Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T23:45:14.178Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:45:14.178Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:14.179Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:14.179Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208714178, "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-31T23:45:15.183Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:45:15.184Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:45:15.184Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ed9cc311-8dc1-4ea9-89d0-a176f0fb6b6a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:15.185Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-31T23:45:15.186Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:15.187Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:15.631Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1176719694061400575/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-31T23:45:19.095Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T23:45:19.096Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T23:45:19.096Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.096Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T23:45:19.096Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T23:45:19.097Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.098Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.102Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:19.103Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T23:45:19.103Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:45:19.103Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.103Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.104Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:19.104Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T23:45:19.104Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:45:19.108Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.109Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.109Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.109Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T23:45:19.110Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-31T23:45:19.110Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-31T23:45:19.110Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-31T23:45:19.110Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T23:45:19.111Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T23:45:19.111Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.111Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T23:45:19.111Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.112Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:19.112Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:19.113Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.113Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:19.113Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:19.135Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.135Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:19.135Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:19.136Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.136Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T23:45:19.136Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T23:45:19.136Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T23:45:19.137Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8cddd9bc-fe03-47dd-ac27-4748e951021d 2023-01-31T23:45:19.137Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.137Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.137Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.138Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.138Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.139Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.139Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:19.139Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:19.140Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba Model Version:NULL Model InvariantUuid:15de04bc-0a72-4035-993e-fef36b47245d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:fdfe5234-aa2e-4b43-9d18-e6ca9cc220ca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a7b14eb7-0227-489a-a389-16f2f05e54fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c5e6cf70-1e78-49d1-8def-2a8336805af0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0983ea04-fbc7-4225-8b1e-e428efa945c7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ebd931ca-b7cb-4aff-b0b2-ca562ac47450 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8cddd9bc-fe03-47dd-ac27-4748e951021d ModelInvariantUuid:744674f6-6e36-4d52-95f5-265267315618 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d515596c-64db-470e-91b6-54edf9f1c214 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:377e875a-8e6d-4bbd-9aac-eda5b282fffb ModelInvariantUuid:30756fef-e9d9-4009-85ef-1600ebe9eaac ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:9860687c-fd46-4123-b3dc-d16df708e32a 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-31T23:45:19.211Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d3ad4ba-28bf-4064-b33f-bbfa05a302cd 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-31T23:45:19.215Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2023-01-31T23:45:19.216Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d3ad4ba-28bf-4064-b33f-bbfa05a302cd 2023-01-31T23:45:19.216Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1abf4e20-3079-4e95-b31e-9ace6d7a01af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-31T23:45:19.216Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T23:45:19.217Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-31T23:45:19.318Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1abf4e20-3079-4e95-b31e-9ace6d7a01af 792 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:19.320Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:19.321Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208719320, "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-31T23:45:20.321Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0983ea04-fbc7-4225-8b1e-e428efa945c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebd931ca-b7cb-4aff-b0b2-ca562ac47450", "vfModuleModelCustomizationUUID": "8da61338-0b90-4a9b-9691-e8e8e601bec1", "isBase": true, "artifacts": [ "489ccaad-40cb-4dd4-8eef-9c10be95bdf2", "91cca81b-873c-40bb-807a-87eb52902e2e" ], "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-31T23:45:20.326Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebd931ca-b7cb-4aff-b0b2-ca562ac47450 VfModuleModelInvariantUUID:0983ea04-fbc7-4225-8b1e-e428efa945c7 VfModuleModelDescription:NULL Artifacts UUID List:{ 489ccaad-40cb-4dd4-8eef-9c10be95bdf2 , 91cca81b-873c-40bb-807a-87eb52902e2e } 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-31T23:45:20.328Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0983ea04-fbc7-4225-8b1e-e428efa945c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebd931ca-b7cb-4aff-b0b2-ca562ac47450", "vfModuleModelCustomizationUUID": "8da61338-0b90-4a9b-9691-e8e8e601bec1", "isBase": true, "artifacts": [ "489ccaad-40cb-4dd4-8eef-9c10be95bdf2", "91cca81b-873c-40bb-807a-87eb52902e2e" ], "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-31T23:45:20.329Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebd931ca-b7cb-4aff-b0b2-ca562ac47450 VfModuleModelInvariantUUID:0983ea04-fbc7-4225-8b1e-e428efa945c7 VfModuleModelDescription:NULL Artifacts UUID List:{ 489ccaad-40cb-4dd4-8eef-9c10be95bdf2 , 91cca81b-873c-40bb-807a-87eb52902e2e } 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-31T23:45:20.329Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 489ccaad-40cb-4dd4-8eef-9c10be95bdf2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-31T23:45:20.329Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T23:45:20.329Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-31T23:45:20.605Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T23:45:20.606Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 489ccaad-40cb-4dd4-8eef-9c10be95bdf2 5033 2023-01-31T23:45:20.607Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-31T23:45:20.620Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-31T23:45:20.621Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:45:20.623Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:20.623Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:20.623Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208720607, "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-31T23:45:21.628Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91cca81b-873c-40bb-807a-87eb52902e2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-31T23:45:21.628Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T23:45:21.628Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-31T23:45:21.715Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T23:45:21.716Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 91cca81b-873c-40bb-807a-87eb52902e2e 903 2023-01-31T23:45:21.717Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-31T23:45:21.717Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-31T23:45:21.718Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:45:21.718Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:21.718Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:21.718Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208721717, "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-31T23:45:22.727Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba 2023-01-31T23:45:22.727Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5d3ad4ba-28bf-4064-b33f-bbfa05a302cd 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-31T23:45:22.801Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d18be00, org.onap.sdc.toscaparser.api.parameters.Input@1e68417c, org.onap.sdc.toscaparser.api.parameters.Input@40ecd416, org.onap.sdc.toscaparser.api.parameters.Input@6c617ae, org.onap.sdc.toscaparser.api.parameters.Input@5e7651c8] 2023-01-31T23:45:22.811Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.812Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.812Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-31T23:45:22.812Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c5e6cf70-1e78-49d1-8def-2a8336805af0 2023-01-31T23:45:22.812Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5e6cf70-1e78-49d1-8def-2a8336805af0 matches Tosca VF Customization UUID: c5e6cf70-1e78-49d1-8def-2a8336805af0 2023-01-31T23:45:22.812Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c5e6cf70-1e78-49d1-8def-2a8336805af0 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-31T23:45:22.828Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.828Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.831Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c5e6cf70-1e78-49d1-8def-2a8336805af0: {\"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-31T23:45:22.831Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12eea8bd 2023-01-31T23:45:22.831Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.832Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T23:45:22.832Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8da61338-0b90-4a9b-9691-e8e8e601bec1 2023-01-31T23:45:22.832Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8da61338-0b90-4a9b-9691-e8e8e601bec1 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-31T23:45:22.838Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.841Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:22.842Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:22.842Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.851Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:22.852Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:22.859Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.859Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T23:45:22.860Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T23:45:22.860Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T23:45:22.860Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8cddd9bc-fe03-47dd-ac27-4748e951021d 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-31T23:45:22.866Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.866Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:22.867Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T23:45:22.872Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.872Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T23:45:22.873Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c5e6cf70-1e78-49d1-8def-2a8336805af0 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-31T23:45:22.879Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.880Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.881Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba: basic_vm_macro 2023-01-31T23:45:22.881Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.881Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.882Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.882Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.882Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.883Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.883Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.883Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.883Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:45:22.884Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:45:22.884Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-31T23:45:23.451Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5d3ad4ba-28bf-4064-b33f-bbfa05a302cd 1 ASDC deployResourceStructure 2023-01-31T23:45:23.452Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-31T23:45:23.452Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-31T23:45:23.452Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:45:23.453Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:23.453Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:23.453Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208723452, "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-31T23:45:24.467Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-31T23:45:24.467Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-31T23:45:24.467Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:45:24.468Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:24.468Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:24.468Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208724467, "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-31T23:45:25.470Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-31T23:45:25.471Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-31T23:45:25.471Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:45:25.471Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:25.471Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:25.472Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208725470, "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-31T23:45:26.474Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-31T23:45:26.475Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T23:45:26.475Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:45:26.475Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:26.475Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:26.476Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208726474, "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-31T23:45:27.479Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27f5f122-78fa-4866-917a-05a52918282d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:45:27.530Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27f5f122-78fa-4866-917a-05a52918282d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:45:27.540Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:45:27.540Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T23:45:27.540Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T23:45:27.540Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T23:45:27.541Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:45:27.541Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:45:27.541Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:45:27.541Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:45:27.541Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:45:27.542Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T23:45:27.605Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T23:45:57.606Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27f5f122-78fa-4866-917a-05a52918282d 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-31T23:45:57.631Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27f5f122-78fa-4866-917a-05a52918282d and serviceModelVersionId: 3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba 2023-01-31T23:45:57.631Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15de04bc-0a72-4035-993e-fef36b47245d 2023-01-31T23:45:57.633Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?depth=0 2023-01-31T23:45:57.641Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T23:45:57.794Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?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-31T23:45:57.796Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?depth=0|INFO|500||Invoke 2023-01-31T23:45:57.999Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T23:45:58.283Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?depth=0|INFO|500||InvokeReturn 2023-01-31T23:45:58.287Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15de04bc-0a72-4035-993e-fef36b47245d/model-vers/model-ver/3f84dc0f-0c25-4d0b-b275-cdc3c5ff1eba?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 23:45:57 GMT], content-length=[0], vertex-id=[237568], x-aai-txid=[2-aai-resources-230131-23:45:57:185-17392], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T23:45:58.289Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T23:45:58.291Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T23:45:58.291Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T23:45:58.324Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T23:45:58.325Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27f5f122-78fa-4866-917a-05a52918282d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T23:45:58.326Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T23:45:58.326Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:58.326Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:58.329Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208758325, "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-31T23:45:59.368Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T23:45:59.368Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9dfa9fa2-c267-403e-ae54-6f80983eda33","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dfa8703b-5162-41b1-86c8-9a4ec3ab5b18","serviceDescription":"service","serviceInvariantUUID":"220b20ba-34e5-4838-9f7b-6920301d7b7c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c51ca1b-7020-4d4f-957f-dc3b29ca0013","resourceInvariantUUID":"8271bae8-4a3c-4d26-a706-1f1dc6fcb962","resourceCustomizationUUID":"67772cfc-ccae-4289-af5c-10e65d3faed0","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":"OTJjZWEzMTAyNDBhNTNiMmNmMzg1OGRkZmExNTE5ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07559a7d-d0a6-4ed9-92d1-5981c096512d","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":"f7cb81ae-5be1-4a76-ac87-3cae2f5384f1","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":"56f93b24-0845-49f8-8631-c1c00f4594be","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":"NTZiOTBmYzdiOTNlMTNjODM2ZDg3YmUwNGY1MGZkYTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4a9060da-80b6-40ce-93ee-bf5f1710cf88","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":"2c760cac-61ca-4235-876b-c3ea3f155d7f","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":"75e4346f-b66b-4817-bcb8-c36377cba7f2","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":"4481908b-3334-48b5-853c-49f71d612ddb","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":"YmM4ZDI4NzZlNmRmYjI4ZjUyYTRmMzJjMGUwMmNlYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"995253c1-5d2d-42df-a638-3079d69f4c65","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTUxNjdmMDdjMzVhZTA0NzJmOGZlMzE5MGFjM2Q3OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8284f6c4-ed62-4f54-ba1a-235a26557c1a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T23:45:59.369Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:45:59.370Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:45:59.370Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:45:59.373Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:00.374Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:00.375Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:00.375Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:00.375Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:01.382Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:01.383Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:01.384Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:01.384Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:02.391Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:02.392Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:02.392Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:02.392Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:03.393Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:03.394Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:03.394Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:03.394Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:04.395Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:04.397Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:04.397Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:04.397Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:05.398Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:05.399Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:05.399Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:05.399Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:06.405Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:06.406Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:06.406Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:06.407Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "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-31T23:46:07.416Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T23:46:07.426Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:07.430Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:07.430Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:46:08.444Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "dfa8703b-5162-41b1-86c8-9a4ec3ab5b18", "serviceDescription": "service", "serviceInvariantUUID": "220b20ba-34e5-4838-9f7b-6920301d7b7c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "67772cfc-ccae-4289-af5c-10e65d3faed0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1c51ca1b-7020-4d4f-957f-dc3b29ca0013", "resourceInvariantUUID": "8271bae8-4a3c-4d26-a706-1f1dc6fcb962", "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": "YTUxNjdmMDdjMzVhZTA0NzJmOGZlMzE5MGFjM2Q3OGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8284f6c4-ed62-4f54-ba1a-235a26557c1a" } ], "workloadContext": "Production" } 2023-01-31T23:46:08.445Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T23:46:08.445Z|27f5f122-78fa-4866-917a-05a52918282d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 ASDC 2023-01-31T23:46:08.446Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9dfa9fa2-c267-403e-ae54-6f80983eda33 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 ServiceInvariantUUID:220b20ba-34e5-4838-9f7b-6920301d7b7c 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:8284f6c4-ed62-4f54-ba1a-235a26557c1a ArtifactChecksum:YTUxNjdmMDdjMzVhZTA0NzJmOGZlMzE5MGFjM2Q3OGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:67772cfc-ccae-4289-af5c-10e65d3faed0 ResourceInvariantUUID:8271bae8-4a3c-4d26-a706-1f1dc6fcb962 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1c51ca1b-7020-4d4f-957f-dc3b29ca0013 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-31T23:46:08.446Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 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-31T23:46:08.617Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:46:08.623Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:46:08.624Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:46:08.624Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8284f6c4-ed62-4f54-ba1a-235a26557c1a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T23:46:08.624Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T23:46:08.625Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T23:46:09.058Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T23:46:09.074Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8284f6c4-ed62-4f54-ba1a-235a26557c1a 111100 2023-01-31T23:46:09.074Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T23:46:09.075Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T23:46:09.080Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T23:46:09.098Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:09.098Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:09.098Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208769074, "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-31T23:46:10.099Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T23:46:10.100Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T23:46:10.100Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8284f6c4-ed62-4f54-ba1a-235a26557c1a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:10.101Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-31T23:46:10.102Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:10.102Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:10.369Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2396825077631440669/Definitions/service-TestPnfMacro-template.yml 2023-01-31T23:46:12.684Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T23:46:12.715Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T23:46:12.715Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.716Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.717Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.717Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.717Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T23:46:12.717Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.719Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.719Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-31T23:46:12.719Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T23:46:12.719Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:46:12.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-31T23:46:12.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T23:46:12.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T23:46:12.721Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.721Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.721Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.721Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.721Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.722Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.722Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.722Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.722Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.722Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.723Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 Model Version:NULL Model InvariantUuid:220b20ba-34e5-4838-9f7b-6920301d7b7c 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-31T23:46:12.737Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1c51ca1b-7020-4d4f-957f-dc3b29ca0013 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-31T23:46:12.747Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||test-pnf 0 2023-01-31T23:46:12.747Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c51ca1b-7020-4d4f-957f-dc3b29ca0013 2023-01-31T23:46:12.748Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||No resources found for Service: dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 2023-01-31T23:46:12.748Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 2023-01-31T23:46:12.748Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1c51ca1b-7020-4d4f-957f-dc3b29ca0013 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-31T23:46:12.772Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18e28550, org.onap.sdc.toscaparser.api.parameters.Input@203e8915, org.onap.sdc.toscaparser.api.parameters.Input@1984e8a3, org.onap.sdc.toscaparser.api.parameters.Input@77c8dec2, org.onap.sdc.toscaparser.api.parameters.Input@7b8c0d6e] 2023-01-31T23:46:12.772Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.773Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.773Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid dfa8703b-5162-41b1-86c8-9a4ec3ab5b18: test-pnf 2023-01-31T23:46:12.773Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1c51ca1b-7020-4d4f-957f-dc3b29ca0013 2023-01-31T23:46:12.774Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T23:46:12.774Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T23:46:12.774Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Resource customization UUID: 67772cfc-ccae-4289-af5c-10e65d3faed0 is the same as notified resource customizationUUID: 67772cfc-ccae-4289-af5c-10e65d3faed0 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-31T23:46:12.921Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1c51ca1b-7020-4d4f-957f-dc3b29ca0013 0 ASDC deployResourceStructure 2023-01-31T23:46:12.922Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T23:46:12.922Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T23:46:12.922Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T23:46:12.923Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:46:12.923Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:46:12.923Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208772921, "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-31T23:46:13.772Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:46:13.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-31T23:46:13.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.800Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.801Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.802Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.802Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208645689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:13.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208645306, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:13.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208643773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208650395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "multicloud-k8s", "timestamp": 1675208649349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208665803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208666121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208667291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208669160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:46:13.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208666806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208668332, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-31T23:46:13.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "cds-sdc-listener", "timestamp": 1675208667394, "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-31T23:46:13.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dfa9fa2-c267-403e-ae54-6f80983eda33 2023-01-31T23:46:13.825Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa9fa2-c267-403e-ae54-6f80983eda33 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-31T23:46:13.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.838Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "policy-distribution", "timestamp": 1675208667808, "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-31T23:46:13.852Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dfa9fa2-c267-403e-ae54-6f80983eda33 2023-01-31T23:46:13.852Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa9fa2-c267-403e-ae54-6f80983eda33 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-31T23:46:13.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.867Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "ves-openapi-manager", "timestamp": 1675208669335, "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-31T23:46:13.876Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9dfa9fa2-c267-403e-ae54-6f80983eda33 2023-01-31T23:46:13.876Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa9fa2-c267-403e-ae54-6f80983eda33 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-31T23:46:13.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.894Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.896Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208675059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:46:13.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.897Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.897Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "aai-model-loader", "timestamp": 1675208676061, "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-31T23:46:13.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dfa9fa2-c267-403e-ae54-6f80983eda33 2023-01-31T23:46:13.906Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa9fa2-c267-403e-ae54-6f80983eda33 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-31T23:46:13.925Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T23:46:13.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.938Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208668932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:13.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208678798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:46:13.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208681057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:46:13.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675208682072, "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=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:46:13.955Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dfa9fa2-c267-403e-ae54-6f80983eda33 2023-01-31T23:46:13.960Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa9fa2-c267-403e-ae54-6f80983eda33 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=? 2023-01-31T23:46:13.969Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where 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-31T23:46:13.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.997Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "417a6cc0-099f-41b8-a174-73058f86d4ad", "consumerID": "SO-sdc-controller", "timestamp": 1675208704680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T23:46:13.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.997Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:13.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:13.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:13.998Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:46:13.999Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T23:46:13.999Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T23:46:13.999Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T23:46:13.998Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T23:46:14.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T23:46:14.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:14.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T23:46:14.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:14.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:46:14.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:14.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:46:14.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:46:14.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:46:44.000Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-31T23:46:44.064Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-31T23:46:44.080Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T23:46:44.081Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T23:46:44.081Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T23:46:44.082Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T23:46:44.082Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.083Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.097Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.097Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.097Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.098Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T23:46:44.098Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T23:46:44.142Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T23:47:13.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:47:13.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.768Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208714178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:47:13.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208719320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T23:47:13.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208720607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T23:47:13.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208721717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T23:47:13.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208723452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T23:47:13.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208724467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T23:47:13.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208725470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T23:47:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208726474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:47:13.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "27f5f122-78fa-4866-917a-05a52918282d", "consumerID": "SO-sdc-controller", "timestamp": 1675208758325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T23:47:13.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T23:47:13.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208705774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T23:47:13.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.802Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208769074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T23:47:13.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:13.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:47:13.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208772921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T23:47:13.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:47:14.144Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 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-31T23:47:14.169Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dfa9fa2-c267-403e-ae54-6f80983eda33 and serviceModelVersionId: dfa8703b-5162-41b1-86c8-9a4ec3ab5b18 2023-01-31T23:47:14.170Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 220b20ba-34e5-4838-9f7b-6920301d7b7c 2023-01-31T23:47:14.173Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0 2023-01-31T23:47:14.190Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T23:47:14.319Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0|INFO|500||Invoke 2023-01-31T23:47:14.320Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dfa9fa2-c267-403e-ae54-6f80983eda33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fa7fbf8-d93a-4f6c-b676-fcd465428c79], X-ECOMP-RequestID=[9dfa9fa2-c267-403e-ae54-6f80983eda33], X-TransactionId=[], X-ONAP-RequestID=[9dfa9fa2-c267-403e-ae54-6f80983eda33], Content-Type=[application/merge-patch+json]} 2023-01-31T23:47:14.387Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T23:47:14.714Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?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/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 23:47:13 GMT], content-length=[0], vertex-id=[270416], x-aai-txid=[1-aai-resources-230131-23:47:13:560-47633], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T23:47:14.714Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T23:47:14.715Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/220b20ba-34e5-4838-9f7b-6920301d7b7c/model-vers/model-ver/dfa8703b-5162-41b1-86c8-9a4ec3ab5b18?depth=0|INFO|500||InvokeReturn 2023-01-31T23:47:14.719Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T23:47:14.720Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T23:47:14.740Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T23:47:14.741Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dfa9fa2-c267-403e-ae54-6f80983eda33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T23:47:14.741Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T23:47:14.742Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T23:47:14.742Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-01-31T23:47:14.742Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208834741, "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-31T23:47:15.855Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:48:13.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:48:13.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T23:48:13.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "9dfa9fa2-c267-403e-ae54-6f80983eda33", "consumerID": "SO-sdc-controller", "timestamp": 1675208834741, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T23:48:13.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T23:48:15.856Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:49:13.761Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:49:15.856Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:50:13.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:50:15.857Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:51:13.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:51:15.860Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:52:13.767Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:52:15.863Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:53:13.768Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:53:15.868Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:54:13.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:54:15.871Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:55:13.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:55:15.886Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:56:13.776Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:56:15.887Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:57:13.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:57:15.889Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:58:13.781Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:58:15.895Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-31T23:59:13.783Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-31T23:59:15.911Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:00:13.784Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:00:15.969Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:01:13.786Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:01:15.972Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:02:13.789Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:02:15.973Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:03:13.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:03:15.984Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:04:13.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:04:15.985Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:05:13.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:05:15.988Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:06:13.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:06:15.993Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:07:13.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:07:15.998Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:08:13.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:08:16.008Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:09:13.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:09:16.011Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:10:13.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:10:16.015Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:11:13.817Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:11:16.017Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:12:13.827Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:12:16.028Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:13:13.828Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:13:16.036Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:14:13.829Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:14:16.037Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:15:13.831Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:15:16.046Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:16:13.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:16:16.046Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:17:13.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:17:16.048Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:18:13.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:18:16.064Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:19:13.843Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:19:16.067Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:20:13.847Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:20:16.067Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:21:13.849Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:21:16.076Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:22:13.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:22:16.077Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:23:13.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:23:16.079Z|7d3dfc61-2db3-49c9-8621-f9f149ea043a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:24:13.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:24:16.080Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:25:13.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:25:16.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:26:13.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:26:16.085Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:27:13.861Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:27:16.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:28:13.868Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:28:16.095Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:29:13.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:29:16.096Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:30:13.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:30:16.098Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:31:13.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:31:16.107Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:32:13.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:32:16.111Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:33:13.883Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:33:16.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:34:13.885Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:34:16.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:35:13.885Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:35:16.119Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:36:13.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:36:16.124Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:37:13.889Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:37:16.126Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:38:13.892Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:38:16.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:39:13.894Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:39:16.131Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:40:13.896Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:40:16.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:41:13.897Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:41:16.143Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:42:13.899Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:42:16.143Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:43:13.903Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:43:16.148Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:44:13.905Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:44:16.151Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:45:13.910Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:45:16.185Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:46:13.912Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:46:16.203Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:47:13.915Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:47:16.206Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:48:13.917Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:48:16.210Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:49:13.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:49:16.224Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:50:13.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:50:16.225Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:51:13.929Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:51:16.228Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:52:13.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:52:16.229Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:53:13.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:53:16.232Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:54:13.941Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:54:16.239Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:55:13.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:55:16.251Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:56:13.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:56:16.262Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:57:13.946Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:57:16.269Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:58:13.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:58:16.272Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T00:59:13.951Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T00:59:16.279Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:00:13.960Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:00:16.291Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:01:13.961Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:01:16.296Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:02:13.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:02:16.296Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:03:13.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:03:16.298Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:04:13.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:04:16.299Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:05:13.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:05:16.303Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:06:13.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:06:16.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:07:13.976Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:07:16.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:08:13.981Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:08:16.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:09:13.983Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:09:16.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:10:13.983Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:10:16.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:11:13.986Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:11:16.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:12:13.988Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:12:16.315Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:13:13.990Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:13:16.318Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:14:13.992Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:14:16.319Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:15:13.994Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:15:16.320Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:16:13.997Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:16:16.322Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:17:14.000Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:17:16.323Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:18:14.000Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:18:16.332Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:19:14.002Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:19:16.336Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:20:14.004Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:20:16.338Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:21:14.007Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:21:16.339Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:22:14.009Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:22:16.339Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:23:14.011Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:23:16.341Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:24:14.011Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:24:16.343Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:25:14.012Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:25:16.349Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:26:14.015Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:26:16.351Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:27:14.018Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:27:16.353Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:28:14.020Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:28:16.354Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:29:14.022Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:29:16.377Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:30:14.024Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:30:16.378Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:31:14.026Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:31:16.380Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:32:14.028Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:32:16.382Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:33:14.031Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:33:16.382Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:34:14.033Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:34:16.384Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:35:14.035Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:35:16.385Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:36:14.036Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:36:16.386Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:37:14.038Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:37:16.390Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:38:14.040Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:38:16.391Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:39:14.042Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:39:16.392Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:40:14.045Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:40:16.394Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:41:14.049Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:41:16.396Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:42:14.051Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:42:16.397Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:43:14.053Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:43:16.398Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:44:14.054Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:44:16.400Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:45:14.056Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:45:16.401Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:46:14.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:46:16.405Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:47:14.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:47:16.405Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:48:14.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:48:16.413Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:49:14.065Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:49:16.414Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:50:14.067Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:50:16.416Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:51:14.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:51:16.418Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:52:14.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:52:16.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:53:14.073Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:53:16.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:54:14.074Z|417a6cc0-099f-41b8-a174-73058f86d4ad|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:54:16.426Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:55:14.076Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:55:16.429Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:56:14.077Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:56:16.431Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:57:14.079Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:57:16.431Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:58:14.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:58:16.433Z|9dfa9fa2-c267-403e-ae54-6f80983eda33|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T01:59:14.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T01:59:16.433Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:00:14.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:00:16.439Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:01:14.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:01:16.442Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:02:14.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:02:16.455Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:03:14.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:03:16.455Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:04:14.097Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:04:16.462Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:05:14.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:05:16.468Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:06:14.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:06:16.472Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:07:14.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:07:16.472Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:08:14.102Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:08:16.474Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:09:14.103Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:09:16.475Z|950d2ba5-bc05-44c1-9046-61bf54e5918d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:10:14.107Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:10:16.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:11:14.108Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:11:16.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-01T02:12:14.109Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-01T02:12:16.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO